com.partnersoft.maps.model
Class PointStyle

java.lang.Object
  extended by 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.

Field Summary
 int color
           
 java.util.ArrayList colorNames
           
static LocalImageFactory factory
           
 java.lang.String iconName
           
 java.lang.String name
           
 int offsetX
           
 int offsetY
           
 java.lang.String primaryColor
           
 int rotationOffset
           
 int textureID
           
 
Constructor Summary
PointStyle()
           
 
Method Summary
 java.lang.String getGLKey()
           
 javax.swing.ImageIcon getIcon()
           
 Cog getState()
           
 boolean isValid()
           
static void setIconPaths(java.util.ArrayList newPaths)
           
 void setState(Cog newState)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

PointStyle

public PointStyle()
Method Detail

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()