|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.Axis | +--com.oxymel.ofc.charts.HorizontalAxis | +--com.oxymel.ofc.charts.HorizontalCategoryAxis
This class allows to manage horizontal axis used for graphics implying categories. The axis has a label and the orientation of the values written on the axis can be customized.
Fields inherited from class com.oxymel.ofc.charts.HorizontalAxis |
LABEL_POSITION_HORIZONTAL_RIGHT_CENTER, LABEL_POSITION_HORIZONTAL_TOP, LABEL_POSITION_VERTICAL_LEFT_CENTER, LABEL_POSITION_VERTICAL_RIGHT_CENTER, VALUES_WRITE_MODE_HORIZONTAL_ALIGN, VALUES_WRITE_MODE_VERTICAL_ALIGN |
Constructor Summary | |
HorizontalCategoryAxis(java.lang.String label)
Constructor |
Method Summary | |
void |
setValuesWriteAlignMode(int alignMode)
Sets the values orientation writing (horizontally or vertically). |
Methods inherited from class com.oxymel.ofc.charts.HorizontalAxis |
disableArrow, getLabel, setArrowLength, setFullAxisColor, setLabelPosition, setVisible |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HorizontalCategoryAxis(java.lang.String label)
label
- Axis LabelMethod Detail |
public void setValuesWriteAlignMode(int alignMode)
alignMode
- the orientation of the text written on the axis.The different modes are found in axis class
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |