Package one.empty3.library
Class TextureImg
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.TextureImg
- All Implemented Interfaces:
MatrixPropertiesObject
- Direct Known Subclasses:
TextureImgTache
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()protected intcouleur(double rx, double ry) intgetColorAt(double rx, double ry) getDeclaredProperty(String name) getFile()getImage()getNom()voiditerate()voidvoidsetImage(ECBufferedImage image) voidvoidsetTransparent(Color tr) voidtimeNext()voidtimeNext(long milli) toString()Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeformMap, setColorMask, setDeformMap
-
Constructor Details
-
TextureImg
public TextureImg() -
TextureImg
-
-
Method Details
-
iterate
- Overrides:
iteratein classITexture- Throws:
EOFVideoException
-
getColorAt
public int getColorAt(double rx, double ry) - Specified by:
getColorAtin classITexture
-
couleur
protected int couleur(double rx, double ry) -
getImage
-
setImage
-
getNom
-
setNom
-
getFile
-
setFile
-
setTransparent
-
timeNext
public void timeNext() -
timeNext
public void timeNext(long milli) -
getDeclaredProperty
- Specified by:
getDeclaredPropertyin interfaceMatrixPropertiesObject- Overrides:
getDeclaredPropertyin classITexture
-
copy
public MatrixPropertiesObject copy() throws CopyRepresentableError, IllegalAccessException, InstantiationException -
toString
-