public class MarkerInfo
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
MarkerInfo(Enums.MarkerType type,
Enums.Size size,
java.awt.Color fillColor,
java.awt.Color outlineColor,
boolean enabled)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
MarkerInfo |
clone()
Creates a clone (copy) of this object.
|
boolean |
equals(java.lang.Object o)
Compares the give object with this object and returns true if they are equal.
|
java.awt.Color |
getFillColor()
Gets the fill color of the marker.
|
java.awt.Color |
getOutlineColor()
Gets the outline color of the marker.
|
Enums.Size |
getSize()
Gets the size of the marker.
|
Enums.MarkerType |
getType()
Gets the type of the marker.
|
boolean |
isEnabled()
Indicates if this marker is enabled.
|
public MarkerInfo(Enums.MarkerType type, Enums.Size size, java.awt.Color fillColor, java.awt.Color outlineColor, boolean enabled)
type
- type of marker to displaysize
- size of the markerfillColor
- color used to fill the marker backgroundoutlineColor
- color for the outlineenabled
- true if this marker is enabledpublic Enums.MarkerType getType()
public Enums.Size getSize()
public java.awt.Color getFillColor()
public java.awt.Color getOutlineColor()
public boolean isEnabled()
public MarkerInfo clone()
clone
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object