|
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.BaseTickLabel
|
+--oracle.dss.graph.Y2TickLabel
Identifies a tick mark of the Y2-axis of the graph. The Y2 tick labels appear only on dual-Y graph types.
| Method Summary | |
boolean |
isTextFittingAutomatic()Indicates whether all of the Y2-axis tick labels are automatically moved and resized relative to the size of the graph. |
boolean |
isTickLabelStaggered()Indicates whether all of the Y2-axis tick labels are staggered. |
void |
setTextFittingAutomatic(boolean yesNo)Specifies whether the tick labels are automatically moved and resized relative to the size of the graph. |
void |
setTickLabelStaggered(boolean yesNo)Specifies whether all of the Y2-axis tick labels are staggered. |
| Methods inherited from class oracle.dss.graph.BaseTickLabel |
getHorizontalAlignment, getTextRotation, selectObject, setHorizontalAlignment, setTextRotation |
| Methods inherited from class oracle.dss.graph.BaseText |
getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute |
| Method Detail |
public boolean isTextFittingAutomatic()
FontSizeAbsolute property is set to false. Automatic graph layout ignores this property.isTextFittingAutomatic in class BaseTickLabeltrue if they are automatically moved and resized, false if they are independent from the size of the graph.BaseText.isFontSizeAbsolute()public void setTextFittingAutomatic(boolean yesNo)
TextFittingAutomatic to true instructs the graph to resize the tick labels when appropriate.
In order for this method to take effect, the FontSizeAbsolute property must be set to false.
Automatic graph layout ignores this property.
setTextFittingAutomatic in class BaseTickLabelyesNo - true to have the tick labels automatically resized, false prevent resizing.BaseText.isFontSizeAbsolute(), BaseText.setFontSizeAbsolute(boolean)public boolean isTickLabelStaggered()
doAutoLayout sets it as needed.isTickLabelStaggered in class BaseTickLabeltrue if they are staggered, false if they are not.Graph.setAutoLayout(int), Graph.doAutoLayout(int)public void setTickLabelStaggered(boolean yesNo)
doAutoLayout sets it as needed.setTickLabelStaggered in class BaseTickLabelyesNo - true to stagger the tick labels, false to align the tick labels.Graph.setAutoLayout(int), Graph.doAutoLayout(int)
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||