|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRadarPropertySet
This interface is used to modify the properties associated with a 2D radar chart. A handle to an object that implements this interface can be obtained by calling the gethRadarProperties method defined in QbChart. eg. QbChart chart = new QbChart(...); IRadarPropertySet = chart.gethRadarProperties();
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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()
|
EspressReport 6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||