|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.BaseText
oracle.dss.graph.BaseTickLabel
oracle.dss.graph.Y2TickLabel
public class Y2TickLabel
Identifies a tick mark of the Y2-axis of the graph. The Y2 tick labels appear only on dual-Y graph types.
Field Summary |
---|
Fields inherited from class oracle.dss.graph.BaseText |
---|
m_font |
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
Y2TickLabel(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
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, getNonstyleXML, getStyleXML, getTextRotation, resetStyle, selectObject, setHorizontalAlignment, setNonstyleXML, setStyleXML, setTextRotation, setXML |
Methods inherited from class oracle.dss.graph.BaseText |
---|
_getGraphFont, getDataviewFont, getFont, getGraphFont, isFontSizeAbsolute, setFont, setFontSizeAbsolute |
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getStyleXML, getXML, setNonstyleXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Y2TickLabel(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public boolean isTextFittingAutomatic()
FontSizeAbsolute
property
is set to false
.
Automatic graph layout ignores this property.
isTextFittingAutomatic
in class BaseTickLabel
true
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 BaseTickLabel
yesNo
- 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 BaseTickLabel
true
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 BaseTickLabel
yesNo
- true
to stagger the tick labels,
false
to align the tick labels.Graph.setAutoLayout(int)
,
Graph.doAutoLayout(int)
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |