public interface IRadarPropertySet
Modifier and Type | Method and Description |
---|---|
int |
countLabelOffset()
This method sets number of label offsets
|
java.lang.Double |
getAreaCutOffPoint()
This method returns the value of the cut-off point for radar area
|
java.awt.Dimension |
getLabelOffset(int index)
This method returns the dimension of the label offset
|
boolean |
isDrawCircularGrid()
This method returns state of drawing circular grid
|
boolean |
isSynchronizeRadarAxes()
This method returns state of synchronize all axes
|
void |
setAreaCutOffPoint(java.lang.Double value)
This method sets the cut-off point for radar area
|
void |
setDrawCircularGrid(boolean state)
This method sets drawing circular grid.
|
void |
setLabelOffset(java.awt.Dimension[] offset)
This method sets offset for all labels
|
void |
setLabelOffset(int index,
java.awt.Dimension offset)
This method sets the offset for specific label
|
void |
setSynchronizeRadarAxes(boolean state)
This method synchronize all the axes for radar chart
|
java.awt.Dimension getLabelOffset(int index)
index
- the index of the label (position in category column)void setLabelOffset(int index, java.awt.Dimension offset)
index
- the index of the label (position in category column)offset
- the label offset dimensionvoid setLabelOffset(java.awt.Dimension[] offset)
offset
- array of labels offset dimensionint countLabelOffset()
void setSynchronizeRadarAxes(boolean state)
state
- synchronize axesboolean isSynchronizeRadarAxes()
void setDrawCircularGrid(boolean state)
state
- of drawing circular gridboolean isDrawCircularGrid()
void setAreaCutOffPoint(java.lang.Double value)
value
- of the cut-off point for radar areajava.lang.Double getAreaCutOffPoint()