|
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.VerticalAxisCommon | +--com.oxymel.ofc.charts.VerticalAxisRight | +--com.oxymel.ofc.charts.VerticalNumberAxisRight
This class provides a vertical number axis right management
Field Summary | |
static int |
LABEL_POSITION_HORIZONTAL_RIGHT_CENTER
The label is centered and written horizontally, it is located under the axis (horizontal axis) or on the right (vertical axis). |
static int |
LABEL_POSITION_HORIZONTAL_TOP
The label is written horizontally on top of the axis |
static int |
LABEL_POSITION_VERTICAL_LEFT_CENTER
The label is centered and written vertically, it is located on top of the axis (horizontal axis) or on the left (vertical axis). |
static int |
LABEL_POSITION_VERTICAL_RIGHT_CENTER
The label is centered and written vertically, it is located under the axis (horizontal axis) or on the right (vertical axis). |
static int |
VALUES_WRITE_MODE_HORIZONTAL_ALIGN
The graduations are written horizontally |
static int |
VALUES_WRITE_MODE_VERTICAL_ALIGN
The graduations are written vertically |
Constructor Summary | |
VerticalNumberAxisRight(java.lang.String label)
Constructor |
Method Summary | |
void |
disableArrow()
Disables arrow. |
java.lang.String |
getLabel()
Gets the axis label |
void |
setArrowLength(int arrowLength)
Sets the length of the axis arrow. |
void |
setFullAxisColor(java.awt.Color color)
Sets the color for the whole axis. |
void |
setIntermediaryGapIndicatorVisible(boolean isIntermediaryGapIndicatorVisible)
Sets intermediary gap indicator visible |
void |
setLabelPosition(int labelPosition)
Sets the label position |
void |
setVisible(boolean isVisible)
Sets the axis visibility. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int VALUES_WRITE_MODE_VERTICAL_ALIGN
public static final int VALUES_WRITE_MODE_HORIZONTAL_ALIGN
public static final int LABEL_POSITION_HORIZONTAL_RIGHT_CENTER
public static final int LABEL_POSITION_HORIZONTAL_TOP
public static final int LABEL_POSITION_VERTICAL_LEFT_CENTER
public static final int LABEL_POSITION_VERTICAL_RIGHT_CENTER
Constructor Detail |
public VerticalNumberAxisRight(java.lang.String label)
label
- Axis LabelMethod Detail |
public void setIntermediaryGapIndicatorVisible(boolean isIntermediaryGapIndicatorVisible)
isIntermediaryGapIndicatorVisible
- If true intermediary gap indicator are visiblepublic java.lang.String getLabel()
public void setLabelPosition(int labelPosition)
labelPosition
- defined the label positionpublic void setArrowLength(int arrowLength)
arrowLength
- arrow lenght to be setspublic void disableArrow()
public void setVisible(boolean isVisible)
isVisible
- If true the axis is visible otherwise it is not.public void setFullAxisColor(java.awt.Color color)
color
- the axis color
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |