com.partnersoft.maps.model
Class LineStyleSection

java.lang.Object
  extended by com.partnersoft.maps.model.Decoration
      extended by com.partnersoft.maps.model.LineStyleSection
All Implemented Interfaces:
Coggable

public class LineStyleSection
extends Decoration
implements Coggable


Field Summary
 
Fields inherited from class com.partnersoft.maps.model.Decoration
interval, UNIT_INCHES, UNIT_MAP, UNIT_PERCENT, UNIT_PIXELS, unitType
 
Constructor Summary
LineStyleSection()
           
LineStyleSection(Cog state)
           
 
Method Summary
 java.lang.String getStyleName()
           
 void setStyleName(java.lang.String newStyleName)
           
 Cog toCog()
          Returns the complete internal state of this object in the form of a Cog.
 
Methods inherited from class com.partnersoft.maps.model.Decoration
createInterval, getInterval, getUnitType, setInterval, setUnitType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineStyleSection

public LineStyleSection()

LineStyleSection

public LineStyleSection(Cog state)
Method Detail

toCog

public Cog toCog()
Description copied from interface: Coggable
Returns the complete internal state of this object in the form of a Cog.

Specified by:
toCog in interface Coggable
Overrides:
toCog in class Decoration
Returns:
Cog representing the internal state of this object

getStyleName

public java.lang.String getStyleName()

setStyleName

public void setStyleName(java.lang.String newStyleName)