com.partnersoft.maps.model
Class PointStyle
java.lang.Object
com.partnersoft.maps.model.PointStyle
- All Implemented Interfaces:
- Coggable
public class PointStyle
- extends java.lang.Object
- implements Coggable
A visual styling for a point.
- Author:
- Paul Reavis
Copyright 2003 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
factory
public static LocalImageFactory factory
name
public java.lang.String name
iconName
public java.lang.String iconName
colorNames
public java.util.ArrayList colorNames
rotationOffset
public int rotationOffset
offsetX
public int offsetX
offsetY
public int offsetY
color
public transient int color
primaryColor
public transient java.lang.String primaryColor
textureID
public int textureID
PointStyle
public PointStyle()
setIconPaths
public static void setIconPaths(java.util.ArrayList newPaths)
getGLKey
public java.lang.String getGLKey()
getState
public Cog getState()
- Specified by:
getState in interface Coggable
setState
public void setState(Cog newState)
- Specified by:
setState in interface Coggable
isValid
public boolean isValid()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getIcon
public javax.swing.ImageIcon getIcon()