Uses of Class
com.quinncurtis.chart2djava.Arrow

Packages that use Arrow
com.quinncurtis.chart2djava   
 

Uses of Arrow in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return Arrow
 Arrow ArrowPlot.getBaseArrow()
          Returns a copy of the base arrow object used to draw the arrows.
 

Methods in com.quinncurtis.chart2djava with parameters of type Arrow
 void Arrow.copy(Arrow source)
          Copies the source Arrow object.
 void ArrowPlot.initArrowPlot(GroupDataset dataset, Arrow basearrow, ChartAttribute attrib)
          This constructor initializes the dataset, base arrow object and attributes of this ArrowPlot object.
 void ArrowPlot.setBaseArrow(Arrow basearrow)
          Sets (makes a copy) of the base arrow object used to draw the arrow.
 

Constructors in com.quinncurtis.chart2djava with parameters of type Arrow
ArrowPlot(PhysicalCoordinates transform, GroupDataset dataset, Arrow basearrow, ChartAttribute attrib)
          This constructor creates a new ArrowPlot object that will reside in the specified coordinate system.