public class MapImage extends CustomPropertyProvider implements IMapImage
| Constructor and Description |
|---|
MapImage() |
| 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.
|
int |
getHeight()
Gets the height.
|
java.lang.String |
getSource()
Gets the source.
|
java.io.File |
getSourceFile()
Gets the source file.
|
java.awt.Color |
getTransparentColor()
Gets the transparent color.
|
int |
getWidth()
Gets the width.
|
int |
hashCode()
Computes a hash code for this map image.
|
void |
setAbsolutePath(java.lang.String mapPath) |
java.lang.String |
toString() |
getBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFloatValue, getFloatValue, getIntValue, getIntValue, getLongValue, getProperties, getProperty, getShortValue, getShortValue, getStringValue, getStringValue, getTypeOfProperty, hasCustomProperty, removeProperty, setProperties, setTypeOfProperty, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolValue, 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, setValuepublic java.lang.String getAbsoluteSourcePath()
getAbsoluteSourcePath in interface IMapImagepublic java.awt.Dimension getDimension()
IMapImagegetDimension in interface IMapImagepublic int getHeight()
public java.lang.String getSource()
IMapImagepublic java.io.File getSourceFile()
IMapImagegetSourceFile in interface IMapImagepublic java.awt.Color getTransparentColor()
IMapImagegetTransparentColor in interface IMapImagepublic int getWidth()
public void setAbsolutePath(java.lang.String mapPath)
public boolean equals(java.lang.Object anObject)
IMapImagepublic int hashCode()
IMapImagepublic java.lang.String toString()
toString in class java.lang.Object