|
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.Chart | +--com.oxymel.ofc.charts.ChartWithAxisXY
This class is the abstract superclass for all char with one axis X and Y.
Fields inherited from class com.oxymel.ofc.charts.Chart |
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE |
Method Summary | |
void |
setGraphicVisible(boolean isGraphicVisible)
Sets the internal graphic visibility according to the parameter |
void |
setIGOriginAxisColor(java.awt.Color axisColor)
Allows to indicate the color used to draw horizontal and vertical axis at the origine. |
void |
setInternalGridVisible(boolean isInternalGridVisible)
Sets the internal grid visibility according to the parameter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setInternalGridVisible(boolean isInternalGridVisible)
isInternalGridVisible
- If true then the internal grid is visible otherwise it is not visible.public void setGraphicVisible(boolean isGraphicVisible)
isGraphicVisible
- If true then the internal graphic is visible otherwise it is not visible.public void setIGOriginAxisColor(java.awt.Color axisColor)
axisColor
- Color
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |