public interface IMapImage extends ICustomPropertyProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject)
Tests for equality between two map images.
|
java.lang.String |
getAbsoluteSourcePath() |
java.awt.Dimension |
getDimension()
Gets the dimension.
|
java.lang.String |
getSource()
Gets the source.
|
java.io.File |
getSourceFile()
Gets the source file.
|
java.awt.Color |
getTransparentColor()
Gets the transparent color.
|
int |
hashCode()
Computes a hash code for this map image.
|
getBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getLongValue, getProperties, getProperty, getShortValue, getShortValue, getStringValue, getStringValue, getTypeOfProperty, hasCustomProperty, removeProperty, setProperties, setTypeOfProperty, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValuejava.lang.String getAbsoluteSourcePath()
java.awt.Dimension getDimension()
java.lang.String getSource()
java.io.File getSourceFile()
java.awt.Color getTransparentColor()
boolean equals(java.lang.Object anObject)
equals in class java.lang.ObjectanObject - The map image to test for equality withfalse if anObject is not a map
imageint hashCode()
hashCode in class java.lang.Object