JIDE 3.5.15

com.jidesoft.chart.annotation
Interface ChartAnnotation

All Superinterfaces:
Annotation
All Known Implementing Classes:
ChartArrow, ChartImage, ChartLabel

public interface ChartAnnotation
extends Annotation


Method Summary
 void draw(Graphics2D g, Chart chart)
           
 int getZOrder()
           
 

Method Detail

draw

void draw(Graphics2D g,
          Chart chart)

getZOrder

int getZOrder()

JIDE 3.5.15