|
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.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.graph.O1TickLabel
public class O1TickLabel
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AUTO_ROTATION_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
GRAPH_FONT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SKIP_COUNT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SKIP_FIRST_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SKIP_MODE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TEXT_ROTATION_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
O1TickLabel()
|
Method Summary | |
---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
int |
getAutomaticRotation()
Retrieves the angle of automatic rotation for the text within the rectangle for each of the O1-axis tick labels. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
GraphFont |
getGraphFont()
|
int |
getTextRotation()
Retrieves the rotation of the text for all of the tick labels of this axis in the graph. |
int |
getTickLabelSkipCount()
Retrieves the number of O1-axis tick labels that the graph hides between each one that is displayed. |
int |
getTickLabelSkipFirst()
Retrieves the index of the first O1-axis tick label that is skipped. |
int |
getTickLabelSkipMode()
Retrieves the type of skipping that is used for the O1-axis tick labels. |
protected void |
resetStyleProperties()
|
void |
setAutomaticRotation(int orient)
Specifies the angle of automatic rotation for the text within the rectangle for each of the O1-axis tick labels. |
void |
setGraphFont(GraphFont font)
|
void |
setTextRotation(int orient)
Specifies the rotation of the text for all of the tick labels of this axis in the graph. |
void |
setTickLabelSkipCount(int count)
Specifies the number of O1-axis tick labels that the graph hides between each one that is displayed. |
void |
setTickLabelSkipFirst(int first)
Specifies the index of the first 01-axis tick label that is skipped. |
void |
setTickLabelSkipMode(int mode)
Specifies the type of skipping that is used for the O1-axis tick labels. |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey SKIP_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SKIP_FIRST_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SKIP_MODE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AUTO_ROTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TEXT_ROTATION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey GRAPH_FONT_KEY
Constructor Detail |
---|
public O1TickLabel()
Method Detail |
---|
public int getTickLabelSkipCount()
TickLabelSkipMode
property is set to TLS_MANUAL
.
Automatic graph layout respects this property, if
TickLabelSkipMode
is TLS_MANUAL
.
Otherwise, automatic layout ignores this property.
The doAutoLayout
method sets it as needed, if
TickLabelSkipMode
is TLS_AUTOMATIC
or
if you pass RESET_PROPERTIES
as the argument to
doAutoLayout
.
setTickLabelSkipMode(int)
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public void setTickLabelSkipCount(int count)
TickLabelSkipMode
property is set to TLS_MANUAL
.
Automatic graph layout respects this property, if
TickLabelSkipMode
is TLS_MANUAL
.
Otherwise, automatic layout ignores this property.
The doAutoLayout
method sets it as needed, if
TickLabelSkipMode
is TLS_AUTOMATIC
or
if you pass RESET_PROPERTIES
as the argument to
doAutoLayout
.
count
- The number of O1-axis tick labels that the graph hides
between each one that is displayed.setTickLabelSkipMode(int)
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public int getTickLabelSkipFirst()
TickLabelSkipMode
property is set to TLS_MANUAL
.
Automatic graph layout respects this property, if
TickLabelSkipMode
is TLS_MANUAL
.
Otherwise, automatic layout ignores this property.
The doAutoLayout
method sets it as needed, if
TickLabelSkipMode
is TLS_AUTOMATIC
or
if you pass RESET_PROPERTIES
as the argument to
doAutoLayout
.
setTickLabelSkipMode(int)
,
setTickLabelSkipCount(int)
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public void setTickLabelSkipFirst(int first)
TickLabelSkipMode
property is set to TLS_MANUAL
.
Automatic graph layout respects this property, if
TickLabelSkipMode
is TLS_MANUAL
.
Otherwise, automatic layout ignores this property.
The doAutoLayout
method sets it as needed, if
TickLabelSkipMode
is TLS_AUTOMATIC
or
if you pass RESET_PROPERTIES
as the argument to
doAutoLayout
.
first
- The index of the first O1-axis tick label that is skipped.
This index should not be greater than the value of
TickLabelSkipCount
.
For example, if you set the graph to skip two labels
between each displayed label, you cannot start with
the fourth label (index 3).setTickLabelSkipMode(int)
,
setTickLabelSkipCount(int)
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public int getTickLabelSkipMode()
The doAutoLayout
method always sets this property to
TLS_AUTOMATIC
.
doAutoLayout(BaseGraphComponent.HONOR_PROPERTIES)
respects
this property.
doAutoLayout(BaseGraphComponent.RESET_PROPERTIES)
treats
this property as TLS_AUTOMATIC
.
setTickLabelSkipCount(int)
,
setTickLabelSkipFirst(int)
,
BaseGraphComponent.TLS_AUTOMATIC
,
BaseGraphComponent.TLS_MANUAL
,
BaseGraphComponent.TLS_NOSKIP
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public void setTickLabelSkipMode(int mode)
The doAutoLayout
method always sets this property to
TLS_MANUAL
so you can adjust the related properties as
needed.
doAutoLayout(BaseGraphComponent.HONOR_PROPERTIES)
respects
this property.
doAutoLayout(BaseGraphComponent.RESET_PROPERTIES)
treats
this property as TLS_AUTOMATIC
.
mode
- A constant that represents the type of skipping that is
used for the O1-axis tick labels.
Valid constants are listed in the See Also section.
If you enter an invalid parameter value,
then the graph will log an ErrorHandler
message, and will not change the
TickLabelSkipMode
property.BaseGraphComponent.TLS_AUTOMATIC
,
BaseGraphComponent.TLS_MANUAL
,
BaseGraphComponent.TLS_NOSKIP
,
Graph#setAutoLayout
,
Graph#doAutoLayout
public int getAutomaticRotation()
doAutoLayout
method always sets this property to
AR_NO_ROTATE
.
doAutoLayout(BaseGraphComponent.HONOR_PROPERTIES)
respects
this property.
doAutoLayout(BaseGraphComponent.RESET_PROPERTIES)
treats
this property as AR_HORIZ_ROTATE_270
.
BaseGraphComponent.AR_NO_ROTATE
,
BaseGraphComponent.AR_HORIZ_ROTATE_90
,
BaseGraphComponent.AR_HORIZ_ROTATE_270
,
Graph#setAutoLayout
public void setAutomaticRotation(int orient)
doAutoLayout
method always sets this property to
AR_NO_ROTATE
.
doAutoLayout(BaseGraphComponent.HONOR_PROPERTIES)
respects
this property.
doAutoLayout(BaseGraphComponent.RESET_PROPERTIES)
treats
this property as AR_HORIZ_ROTATE_270
.
orient
- A constant that represents the angle of automatic rotation
for the text within the rectangle for each of the O1-axis tick labels.
Valid constants are listed in the See Also section.
If you pass an invalid value, then the graph does not change the
AutomaticRotation
property value.
It logs a message with the error handler.BaseGraphComponent.AR_NO_ROTATE
,
BaseGraphComponent.AR_HORIZ_ROTATE_90
,
BaseGraphComponent.AR_HORIZ_ROTATE_270
public void setTextRotation(int orient)
Automatic rotation respects this property, but setting this property limits the strategies that automatic layout can use to display tick labels. If you specify rotation for tick labels, you eliminate several possibilities for better tick label layout.
orient
- A constant that represents the rotation of the text for
all of the tick labels of this axis in the graph.
Valid constants are listed in the See Also section.
If you pass an invalid value, the graph logs a message with the
registered error handler, and TextRotation
retains its
previous value.BaseGraphComponent.TR_HORIZ
,
BaseGraphComponent.TR_HORIZ_ROTATE_90
,
BaseGraphComponent.TR_HORIZ_ROTATE_270
,
Graph#setAutoLayout
public int getTextRotation()
Automatic rotation respects this property.
BaseGraphComponent.TR_HORIZ
,
BaseGraphComponent.TR_HORIZ_ROTATE_90
,
BaseGraphComponent.TR_HORIZ_ROTATE_270
,
Graph#setAutoLayout
public void applyProperties(java.util.HashMap map)
applyProperties
in class BIComplexAttributeBase
map
- hashMap that contains property value pairs.protected void resetStyleProperties()
public GraphFont getGraphFont()
public void setGraphFont(GraphFont font)
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class BIComplexAttributeBase
|
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 |