|
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.BaseText
|
+--oracle.dss.graph.ZTickLabel
Identifies a tick mark on the Z-axis of a 3-D graph.
| Method Summary | |
int |
getHorizontalAlignment()Retrieves the horizontal alignment for the text within the rectangle of the tick label. |
int |
getTextRotation()Retrieves the rotation for the rectangle for all of the Z-axis tick labels. |
int |
getTickLabelSkipCount()Retrieves the number of Z-axis tick labels that the graph hides between each one that is displayed. |
int |
getTickLabelSkipFirst()Retrieves the index of the first Z-axis tick label that is skipped. |
int |
getTickLabelSkipMode()Retrieves the type of skipping that is used for the Z-axis tick labels. |
boolean |
selectObject(int series, int group)Selects all of the Z-axis tick labels in the graph. |
void |
setHorizontalAlignment(int a)Specifies the horizontal alignment of the text within the rectangle of the tick label. |
void |
setTextRotation(int orient)Specifies the rotation for the rectangle for all of the Z-axis tick labels. |
void |
setTickLabelSkipCount(int count)Specifies the number of Z-axis tick labels that the graph hides between each one that is displayed. |
void |
setTickLabelSkipFirst(int first)Specifies the index of the first Z-axis tick label that is skipped. |
void |
setTickLabelSkipMode(int mode)Specifies the type of skipping that is used for the Z-axis tick labels. |
| Methods inherited from class oracle.dss.graph.BaseText |
getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute |
| Method Detail |
public boolean selectObject(int series,
int group)
series components, the group parameter is irrelevant.selectObject in class BaseGraphComponentseries - The series in the graph that these tick labels belong to.group - Any integer.true if it is successful, false if it is not.public int getTextRotation()
BaseGraphComponent.TR_HORIZ, BaseGraphComponent.TR_HORIZ_ROTATE_90, BaseGraphComponent.TR_HORIZ_ROTATE_270public void setTextRotation(int orient)
orient - A constant that represents the rotation for the rectangle for all of the Z-axis tick labels. Valid constants are listed in the See Also section. If you enter an invalid parameter value, the graph logs an ErrorHandler message and leaves the TextRotation property unchanged.BaseGraphComponent.TR_HORIZ, BaseGraphComponent.TR_HORIZ_ROTATE_90, BaseGraphComponent.TR_HORIZ_ROTATE_270public int getTickLabelSkipCount()
public void setTickLabelSkipCount(int count)
count - The number of Z-axis tick labels for the graph to hide between each one that is displayed.public int getTickLabelSkipFirst()
ZTickLabel that is skipped.public void setTickLabelSkipFirst(int first)
first - The index of the first Z-axis tick label that is skipped.public int getTickLabelSkipMode()
BaseGraphComponent.TLS_AUTOMATIC, BaseGraphComponent.TLS_MANUAL, BaseGraphComponent.TLS_NOSKIPpublic void setTickLabelSkipMode(int mode)
mode - A constant that represents the type of skipping that is used for the Z-axis tick labels. Valid constants are listed in the See Also section. If you enter an invalid value, then the graph logs a message with the ErrorHandler, and the TickLabelSkipMode property value does not change.BaseGraphComponent.TLS_AUTOMATIC, BaseGraphComponent.TLS_MANUAL, BaseGraphComponent.TLS_NOSKIPpublic void setHorizontalAlignment(int a)
This method has no effect on axis titles in a 3-D graph.
setHorizontalAlignment in interface HorizontalAlignmenta - A Swing constant that represents the horizontal alignment for the text of the tick label. Valid constants are LEFT, CENTER, and RIGHT.public int getHorizontalAlignment()
getHorizontalAlignment in interface HorizontalAlignmentSwingConstant value that represents the horizontal alignment for the text of this tick label. Valid constants are LEFT, CENTER, and RIGHT.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||