Uses of Class
ChartDirector.VectorLayer

Uses of VectorLayer in ChartDirector
 

Methods in ChartDirector that return VectorLayer
 VectorLayer XYChart.addVectorLayer(double[] xData, double[] yData, double[] lengths, double[] directions, int lengthScale, int color, java.lang.String name)
           
 VectorLayer XYChart.addVectorLayer(double[] xData, double[] yData, double[] lengths, double[] directions, int lengthScale, int color)
           
 VectorLayer XYChart.addVectorLayer(double[] xData, double[] yData, double[] lengths, double[] directions, int lengthScale)
           
 VectorLayer XYChart.addVectorLayer(double[] xData, double[] yData, double[] lengths, double[] directions)