JIDE 3.5.15

com.jidesoft.chart.annotation
Class AbstractAnnotation

java.lang.Object
  extended by com.jidesoft.chart.annotation.AbstractAnnotation
All Implemented Interfaces:
Annotation
Direct Known Subclasses:
AbstractLabel, ChartImage

public abstract class AbstractAnnotation
extends Object
implements Annotation

An abstract superclass of annotations

Author:
Simon White (swhite@catalysoft.com)
See Also:
ChartLabel, ChartImage

Constructor Summary
AbstractAnnotation()
           
 
Method Summary
 int getZOrder()
           
 void setZOrder(int zOrder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnnotation

public AbstractAnnotation()
Method Detail

setZOrder

public void setZOrder(int zOrder)

getZOrder

public int getZOrder()

JIDE 3.5.15