Package one.empty3.library.svgtexture
Class SVGTexture
java.lang.Object
one.empty3.library.ITexture
one.empty3.library.svgtexture.SVGTexture
- 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()intgetColorAt(double x, double y) getDeclaredProperty(String name) voiditerate()voidtimeNext()voidtimeNext(long milli) Methods inherited from class one.empty3.library.ITexture
declarations, declareProperties, getColorMask, getCoord, getDeformMap, setColorMask, setDeformMap
-
Constructor Details
-
SVGTexture
-
-
Method Details
-
iterate
- Overrides:
iteratein classITexture- Throws:
EOFVideoException
-
getColorAt
public int getColorAt(double x, double y) - Specified by:
getColorAtin classITexture
-
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
-