lt.monarch.chart.style
Class AbstractStyle<Tag extends AbstractPaintTags>

java.lang.Object
  extended by lt.monarch.chart.style.AbstractStyle<Tag>
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ArrowSettings, BackgroundImageStyle, GradientStyle, HatchStyle, LabelSettings, PaintStyle, PaletteStyle, TextStyle, TickSettings, TitleSettings

public abstract class AbstractStyle<Tag extends AbstractPaintTags>
extends java.lang.Object
implements java.io.Serializable

Abstract style interface

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
protected  boolean dirty
          Is object dirty
 
Constructor Summary
Constructor and Description
AbstractStyle()
           
 
Method Summary
Modifier and Type Method and Description
 void dispose()
          Disposes style object
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dirty

protected boolean dirty
Is object dirty

Constructor Detail

AbstractStyle

public AbstractStyle()
Method Detail

dispose

public void dispose()
Disposes style object


finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable