java.lang.Object
omix.lang.Image
- All Implemented Interfaces:
Serializable
,Paint
public final class Image extends Object implements Paint, Serializable
Represents images in Omix.
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
- Serialized Form
-
Constructor Details
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getData
- Returns:
- the data of the image.
-
isValid
public boolean isValid()Image objects are invalid if the data does not represent an image.- Returns:
- the validity of the image
-
clone
- Specified by:
clone
in interfacePaint
- Overrides:
clone
in classObject
- Returns:
- A clone of the paint object.
- See Also:
Object.clone()
-
hashCode
public int hashCode() -
equals
-
isSVG
public boolean isSVG()
-