Package one.empty3.library
Class TextureMov
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.TextureMov
- All Implemented Interfaces:
MatrixPropertiesObject
- Direct Known Subclasses:
TextureGrad
,TextureShader
-
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 -
Method Summary
Modifier and TypeMethodDescriptioncopy()
protected void
current()
int
getColorAt
(double u, double v) getFile()
getImage()
void
boolean
void
void
setTransparent
(Color black) void
timeNext()
void
timeNext
(long milli) toString()
Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeclaredProperty, getDeformMap, getRepeatX, getRepeatY, getTransparent, iterate, setColorMask, setDeformMap, setRepeatX, setRepeatY, setTransparent
-
Constructor Details
-
TextureMov
public TextureMov() -
TextureMov
-
-
Method Details
-
getFile
-
setFile
-
init
-
getColorAt
public int getColorAt(double u, double v) - Specified by:
getColorAt
in classITexture
-
current
protected void current() -
timeNext
public void timeNext() -
timeNext
public void timeNext(long milli) -
toString
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, IllegalAccessException, InstantiationException -
nextFrame
public boolean nextFrame() -
setTransparent
-
getImage
-