|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent
|
+--oracle.dss.graph.BaseBorderLine
|
+--oracle.dss.graph.BaseMajorTick
|
+--oracle.dss.graph.Y1MajorTick
A mark along the Y1-axis. Y1-axis major tick marks shows regular intervals of data along the axis.
| Method Summary | |
int |
getTickStyle()Retrieves the style of the Y1-axis tick marks. |
boolean |
isVisible()Indicates whether he Y1-axis tick marks are visible. |
boolean |
selectObject(int series, int group)Selects the Y1-axis major grid in the graph. |
void |
setTickStyle(int style)Specifies the style of the Y1-axis tick marks. |
void |
setVisible(boolean visible)Specifies whether the Y1-axis tick marks are visible. |
| Methods inherited from class oracle.dss.graph.BaseBorderLine |
getLineColor, getLineWidth, setLineColor, setLineWidth |
| Methods inherited from interface oracle.dss.graph.Line |
getLineColor, getLineWidth, setLineColor, setLineWidth |
| Method Detail |
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if it is successful, false if it is not.public int getTickStyle()
BaseGraphComponent class and begin with GS_.getTickStyle in class BaseMajorTickpublic void setTickStyle(int style)
BaseGraphComponent class and begin with GS_.setTickStyle in class BaseMajorTickstyle - A constant that represents the style of the Y1-axis tick marks. If you enter an invalid parameter value, the graph ignores it and logs an ErrorHandler message.public boolean isVisible()
isVisible in class BaseBorderLinetrue if they are visible, false if they are invisible.public void setVisible(boolean visible)
setVisible in class BaseBorderLineyesNo - true to make them visible, false to make them invisible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||