ChartDirector
Class PolarVectorLayer

java.lang.Object
  extended by ChartDirector.PolarLayer
      extended by ChartDirector.PolarVectorLayer

public class PolarVectorLayer
extends PolarLayer


Constructor Summary
PolarVectorLayer()
           
 
Method Summary
 java.lang.String getImageCoor(int dataItem, int offsetX, int offsetY)
           
 void setArrowAlignment(int alignment)
           
 void setArrowHead(int size)
           
 void setArrowHead(int[] polygon)
           
 void setArrowHead(int width, int height)
           
 void setArrowHead2(int[] polygon)
           
 void setArrowStem(int[] polygon)
           
 void setIconSize(int size)
           
 void setIconSize(int height, int width)
           
 void setVector(double[] lengths, double[] directions)
           
 void setVector(double[] lengths, double[] directions, int lengthScale)
           
 void setVectorMargin(double length)
           
 void setVectorMargin(double startMargin, double endMargin)
           
 
Methods inherited from class ChartDirector.PolarLayer
addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getImageCoor, setAngles, setBorderColor, setData, setData, setData, setDataLabelFormat, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol, setDataSymbol2, setDataSymbol3, setDataSymbol4, setDataSymbol4, setDataSymbol4, setDataSymbol4, setHTMLImageMap, setHTMLImageMap, setHTMLImageMap, setImageMapWidth, setLineWidth, setSymbolOffset, setSymbolScale, setSymbolScale
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolarVectorLayer

public PolarVectorLayer()
Method Detail

setVector

public void setVector(double[] lengths,
                      double[] directions,
                      int lengthScale)

setVector

public void setVector(double[] lengths,
                      double[] directions)

setArrowHead

public void setArrowHead(int[] polygon)

setArrowHead2

public void setArrowHead2(int[] polygon)

setArrowHead

public void setArrowHead(int width,
                         int height)

setArrowHead

public void setArrowHead(int size)

setArrowStem

public void setArrowStem(int[] polygon)

setArrowAlignment

public void setArrowAlignment(int alignment)

setVectorMargin

public void setVectorMargin(double startMargin,
                            double endMargin)

setVectorMargin

public void setVectorMargin(double length)

setIconSize

public void setIconSize(int height,
                        int width)

setIconSize

public void setIconSize(int size)

getImageCoor

public java.lang.String getImageCoor(int dataItem,
                                     int offsetX,
                                     int offsetY)
Overrides:
getImageCoor in class PolarLayer