Package one.empty3.library
Class TextureCol
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.TextureCol
- All Implemented Interfaces:
MatrixPropertiesObject
-
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 TypeMethodDescriptionint
color()
void
copy()
int
getColorAt
(double x, double y) getMaillageTexturedColor
(int numQuadX, int numQuadY, double x, double y) void
iterate()
void
timeNext()
void
timeNext
(long milli) toString()
Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeclaredProperty, getDeformMap, getRepeatX, getRepeatY, getTransparent, setColorMask, setDeformMap, setRepeatX, setRepeatY, setTransparent
-
Constructor Details
-
TextureCol
public TextureCol() -
TextureCol
-
TextureCol
public TextureCol(int c)
-
-
Method Details
-
color
public int color() -
color
-
iterate
- Overrides:
iterate
in classITexture
- Throws:
EOFVideoException
-
getColorAt
public int getColorAt(double x, double y) - Specified by:
getColorAt
in classITexture
-
timeNext
public void timeNext() -
timeNext
public void timeNext(long milli) -
getMaillageTexturedColor
-
toString
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, IllegalAccessException, InstantiationException
-