Package one.empty3.library
Class TextureMorphing
- java.lang.Object
-
- one.empty3.library.ITexture
-
- one.empty3.library.TextureMorphing
-
- All Implemented Interfaces:
MatrixPropertiesObject
public class TextureMorphing extends ITexture
-
-
Field Summary
-
Fields inherited from class one.empty3.library.ITexture
COLOR_IDENT, COLOR_MIROR_X, COLOR_MIROR_XY, COLOR_MIROR_Y, COLOR_ROT_090, COLOR_ROT_180, COLOR_ROT_270, colorMask, onTextureEnds, repeatX, repeatY
-
-
Constructor Summary
Constructors Constructor Description TextureMorphing(ITexture imageRead1, ITexture imageRead2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatrixPropertiesObject
copy()
int
getColorAt(double x, double y)
void
setT(double t)
void
timeNext(long milli)
-
Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeclaredProperty, getDeformMap, getRepeatX, getRepeatY, iterate, setColorMask, setDeformMap, setRepeatX, setRepeatY, timeNext
-
-
-
-
Method Detail
-
setT
public void setT(double t)
-
getColorAt
public int getColorAt(double x, double y)
- Specified by:
getColorAt
in classITexture
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, java.lang.IllegalAccessException, java.lang.InstantiationException
- Throws:
CopyRepresentableError
java.lang.IllegalAccessException
java.lang.InstantiationException
-
-