com.partnersoft.maps.model
Class TextStyle
java.lang.Object
com.partnersoft.maps.model.TextStyle
- All Implemented Interfaces:
- Coggable
public class TextStyle
- extends java.lang.Object
- implements Coggable
A visual styling for a text.
- 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 |
name
public java.lang.String name
fontName
public java.lang.String fontName
fontSize
public int fontSize
fontStyle
public java.lang.String fontStyle
textColorName
public java.lang.String textColorName
textAlignment
public java.lang.String textAlignment
rotationOffset
public int rotationOffset
pixelOffsetX
public int pixelOffsetX
pixelOffsetY
public int pixelOffsetY
color
public transient int color
fontSpec
public transient FontSpecification fontSpec
alignmentCode
public transient int alignmentCode
fontID
public transient int fontID
TextStyle
public TextStyle()
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
setTextColorName
public void setTextColorName(java.lang.String newName)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object