Methods in ChartDirector that return VectorLayer |
VectorLayer |
XYChart.addVectorLayer(double[] xData,
double[] yData,
double[] lengths,
double[] directions)
|
VectorLayer |
XYChart.addVectorLayer(double[] xData,
double[] yData,
double[] lengths,
double[] directions,
int lengthScale)
|
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,
int color,
java.lang.String name)
|