public class MapImage extends CustomPropertyProvider implements IMapImage
| Constructor and Description |
|---|
MapImage() |
MapImage(MapImage original)
Copy Constructor for copying instances of MapImage.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object anObject)
Tests for equality between two map images.
|
java.net.URL |
getAbsoluteSourcePath() |
java.awt.Dimension |
getDimension()
Gets the dimension.
|
int |
getHeight()
Gets the height.
|
java.lang.String |
getSource()
Gets the source.
|
java.awt.Color |
getTransparentColor()
Gets the transparent color.
|
int |
getWidth()
Gets the width.
|
int |
hashCode()
Computes a hash code for this map image.
|
void |
setAbsoluteSourcePath(java.net.URL absolutePath) |
void |
setHeight(int height) |
void |
setSource(java.lang.String source) |
void |
setTransparentColor(java.awt.Color color) |
void |
setWidth(int width) |
java.lang.String |
toString() |
getBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFileValue, getFileValue, 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, setValue, setValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBoolValue, getBoolValue, getByteValue, getByteValue, getColorValue, getColorValue, getDoubleValue, getDoubleValue, getEnumValue, getEnumValue, getFileValue, getFileValue, 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, setValue, setValuepublic MapImage()
public MapImage(MapImage original)
original - the original we want to copypublic java.net.URL getAbsoluteSourcePath()
getAbsoluteSourcePath in interface IMapImagepublic java.awt.Dimension getDimension()
IMapImagegetDimension in interface IMapImagepublic int getHeight()
public java.lang.String getSource()
IMapImagepublic java.awt.Color getTransparentColor()
IMapImagegetTransparentColor in interface IMapImagepublic int getWidth()
public void setTransparentColor(java.awt.Color color)
setTransparentColor in interface IMapImagepublic void setSource(java.lang.String source)
public void setAbsoluteSourcePath(java.net.URL absolutePath)
setAbsoluteSourcePath in interface IMapImagepublic boolean equals(java.lang.Object anObject)
IMapImagepublic int hashCode()
IMapImagepublic java.lang.String toString()
toString in class java.lang.Object