|
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.O1MajorTick
A mark along the O1-axis. O1-axis major tick marks separate dimension members along the axis.
| Method Summary | |
int |
getTickStyle()Retrieves the style of the O1-axis tick marks. |
boolean |
isSkippedWithLabels()Indicates whether the O1-axis tick marks are skipped when the O1-axis tick labels are skipped. |
boolean |
isVisible()Indicates whether the O1-axis tick marks are visible. |
boolean |
selectObject(int series, int group)Selects the O1-axis major grid in the graph. |
void |
setSkippedWithLabels(boolean skipped)Specifies whether to skip O1-axis tick marks when O1TickLabels are skipped. |
void |
setTickStyle(int style)Specifies the style of the O1-axis tick marks. |
void |
setVisible(boolean visible)Specifies whether the O1-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 O1-axis tick marks. If you enter an invalid parameter value, then the graph ignores it and logs an ErrorHandler message.public void setSkippedWithLabels(boolean skipped)
O1TickLabels are skipped.skipped - true to skip tick marks wherever labels are skipped, false to display tick marks even where labels are skipped.O1TickLabel.setTickLabelSkipMode(int)public boolean isSkippedWithLabels()
true if the tick marks are skipped wherever tick labels are skipped, false if the tick marks appear, regardless of whether the tick labels are skipped.O1TickLabel.setTickLabelSkipMode(int)public boolean isVisible()
isVisible in class BaseBorderLinetrue if they are visible, false if they are invisible.public void setVisible(boolean visible)
setVisible in class BaseBorderLinevisible - 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 | ||||||||