Package one.empty3.library
Class ImageTexture
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.ImageTexture
- 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 TypeMethodDescriptioncopy()
protected int
couleur
(double rx, double ry) int
getColorAt
(double x, double y) getCoord
(double x, double y) getDeclaredProperty
(String name) getImage()
getNom()
getRepeatCords
(double xr, double yr) void
iterate()
void
void
void
void
setTransparent
(Color tr) void
timeNext()
void
timeNext
(long milli) Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getDeformMap, getRepeatX, getRepeatY, getTransparent, setColorMask, setDeformMap, setRepeatX, setRepeatY, setTransparent
-
Constructor Details
-
ImageTexture
-
ImageTexture
-
-
Method Details
-
iterate
- Overrides:
iterate
in classITexture
- Throws:
EOFVideoException
-
getCoord
-
getColorAt
public int getColorAt(double x, double y) - Specified by:
getColorAt
in classITexture
-
getRepeatCords
-
couleur
protected int couleur(double rx, double ry) -
getEcBufferedImageStructureMatrix
-
setEcBufferedImageStructureMatrix
-
getImage
-
setImage
-
getNom
-
setNom
-
setTransparent
-
timeNext
public void timeNext() -
timeNext
public void timeNext(long milli) -
getDeclaredProperty
- Specified by:
getDeclaredProperty
in interfaceMatrixPropertiesObject
- Overrides:
getDeclaredProperty
in classITexture
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, IllegalAccessException, InstantiationException
-