|
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.MarkerText
Describes the marker in the plot area of all graphs except for pie, pie-bar, ring, and ring-bar.
| Method Summary | |
int |
getMarkerTextAngleDefault()Retrieves the angle for this marker text. |
int |
getMarkerTextPlace()Retrieves the placement for this marker text. |
int |
getMarkerTextRadiusDefault()Retrieves the distance from this marker text to the top center of the marker that it belongs to. |
ViewFormat |
getViewFormat(int value)Retrieves a ViewFormat object for this marker text. |
boolean |
isVisible()Indicates whether this marker text is visible. |
void |
setMarkerTextAngleDefault(int angle)Specifies the angle of this marker text. |
void |
setMarkerTextPlace(int place)Specifies the placement for this marker text. |
void |
setMarkerTextRadiusDefault(int dist)Specifies the distance from this marker text to the top center of the marker that it belongs to. |
void |
setViewFormat(ViewFormat viewFormat, int value)Specifies a ViewFormat object for this marker text. |
void |
setVisible(boolean yesNo)Specifies whether this marker text is visible. |
| Methods inherited from class oracle.dss.graph.BaseText |
getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute |
| Methods inherited from class oracle.dss.graph.BaseGraphComponent |
selectObject |
| Method Detail |
public int getMarkerTextAngleDefault()
For this property to take effect, the MarkerTextPlace property must be set to BaseGraphComponent.MTP_CUSTOM.
setMarkerTextPlace(int)public void setMarkerTextAngleDefault(int angle)
For this property to take effect, the MarkerTextPlace property must be set to BaseGraphComponent.MTP_CUSTOM.
angle - The angle of this marker text.setMarkerTextPlace(int)public int getMarkerTextPlace()
BaseGraphComponent.MTP_OUTSIDE_MAX, BaseGraphComponent.MTP_ON_MAXEDGE, BaseGraphComponent.MTP_INSIDE_MAX, BaseGraphComponent.MTP_INSIDE_MIN, BaseGraphComponent.MTP_CENTER, BaseGraphComponent.MTP_CUSTOMpublic void setMarkerTextPlace(int place)
place - A constant that represents the placement for this marker text. Valid constants are listed in the See Also section.BaseGraphComponent.MTP_OUTSIDE_MAX, BaseGraphComponent.MTP_ON_MAXEDGE, BaseGraphComponent.MTP_INSIDE_MAX, BaseGraphComponent.MTP_INSIDE_MIN, BaseGraphComponent.MTP_CENTER, BaseGraphComponent.MTP_CUSTOMpublic int getMarkerTextRadiusDefault()
For this property to take effect, the MarkerTextPlace property must be set to BaseGraphComponent.MTP_CUSTOM.
setMarkerTextPlace(int)public void setMarkerTextRadiusDefault(int dist)
For this property to take effect, the MarkerTextPlace property must be set to BaseGraphComponent.MTP_CUSTOM.
dist - The distance from this marker text to the top center of the marker that it belongs to.setMarkerTextPlace(int)public ViewFormat getViewFormat(int value)
ViewFormat object for this marker text. The ViewFormat objects allow you to format numbers.value - A constant that represents the axis or stock volume location for which you want a ViewFormat for this marker text. Valid constants are listed in the See Also section.ViewFormat object for this marker text.BaseGraphComponent.VF_STOCK_VOLUME, BaseGraphComponent.VF_X1, BaseGraphComponent.VF_Y1, BaseGraphComponent.VF_Y2, BaseGraphComponent.VF_Z
public void setViewFormat(ViewFormat viewFormat,
int value)
ViewFormat object for this marker text. The ViewFormat objects allow you to format numbers.A - ViewFormat object for this marker text.value - A constant that represents the axis or stock volume location for which you want a ViewFormat. Valid constants are listed in the See Also section.BaseGraphComponent.VF_STOCK_VOLUME, BaseGraphComponent.VF_X1, BaseGraphComponent.VF_Y1, BaseGraphComponent.VF_Y2, BaseGraphComponent.VF_Zpublic boolean isVisible()
true if it is visible, false if it is not.public void setVisible(boolean yesNo)
yesNo - true to make this marker text visible, false to make it invisible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||