Methods in ChartDirector that return PolarVectorLayer |
PolarVectorLayer |
PolarChart.addVectorLayer(double[] rData,
double[] aData,
double[] lengths,
double[] directions,
int lengthScale,
int color,
java.lang.String name)
|
PolarVectorLayer |
PolarChart.addVectorLayer(double[] xData,
double[] yData,
double[] lengths,
double[] directions,
int lengthScale,
int color)
|
PolarVectorLayer |
PolarChart.addVectorLayer(double[] xData,
double[] yData,
double[] lengths,
double[] directions,
int lengthScale)
|
PolarVectorLayer |
PolarChart.addVectorLayer(double[] xData,
double[] yData,
double[] lengths,
double[] directions)
|