|
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.BaseDataAxis
public class BaseDataAxis
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_MAX_AUTO_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_MAX_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_MIN_AUTO_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_MIN_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_ZOOM_MAX_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
AXIS_ZOOM_MIN_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_WIDTH_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LOG_BASE_KEY
|
protected java.awt.Color |
m_axisLineColor
|
protected int |
m_axisLineWidth
|
protected double |
m_axisLogBase
|
protected boolean |
m_axisMaxAutoScaled
|
protected boolean |
m_axisMinAutoScaled
|
protected boolean |
m_axisScaledLogarithmic
|
protected boolean |
m_axisTickAuto
|
protected boolean |
m_rendered
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_TICK_STEP_AUTO_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MAJOR_TICK_STEP_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
NUMBER_FORMAT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
RENDERED_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SCALED_LOG_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 | |
---|---|
BaseDataAxis()
|
Method Summary | |
---|---|
void |
applyProperties(java.util.HashMap map)
Applications should not call this method. |
double |
getAxisMaxValue()
Retrieves the high value for the range of this axis, when the high value is not set automatically. |
double |
getAxisMinValue()
Retrieves the low value for the range of this axis, when the low value is not set automatically. |
double |
getAxisZoomMaxValue()
Retrieves the high value for the range that the axis can zoom to, when the high value is not set automatically. |
double |
getAxisZoomMinValue()
Retrieves the low value for the range that the axis can zoom to, when the low value is not set automatically. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.awt.Color |
getLineColor()
Retrieves the color for the object. |
int |
getLineWidth()
Retrieves the width of the object in pixels. |
double |
getLogarithmicBase()
Retrieves a logarithmic or linear scale for this data axis. |
double |
getMajorTickStep()
Retrieves the number of tick marks that the graph hides between tick marks that are displayed on this data axis. |
oracle.adf.view.faces.bi.component.util.NumberFormat |
getNumberFormat()
|
boolean |
isAxisMaxAutoScaled()
Indicates whether the graph automatically sets the high value for this axis. |
boolean |
isAxisMinAutoScaled()
Indicates whether the graph automatically sets the minimum value for this axis. |
boolean |
isMajorTickStepAutomatic()
Indicates whether the number of tick marks that the graph hides between tick marks that are displayed is calculated automatically. |
boolean |
isRendered()
Indicates whether this axis is rendered. |
boolean |
isScaledLogarithmic()
Indicates whether this data axis is scaled logarithmically. |
protected void |
resetStyleProperties()
|
void |
setAxisMaxAutoScaled(boolean auto)
Specifies whether the graph automatically sets the high value for this axis. |
void |
setAxisMaxValue(double value)
Specifies the high value for the range of this axis, when the high value is not set automatically. |
void |
setAxisMinAutoScaled(boolean auto)
Specifies whether the graph automatically sets the the minimum value for this axis. |
void |
setAxisMinValue(double value)
Specifies the low value for the range of this axis, when the low value is not set automatically. |
void |
setAxisZoomMaxValue(double value)
Specifies the high value for the range that the axis can zoom to, when the high value is not set automatically. |
void |
setAxisZoomMinValue(double value)
Specifies the low value for the range that the axis can zoom to, when the low value is not set automatically. |
void |
setLineColor(java.awt.Color newColor)
Specifies the color for the object. |
void |
setLineWidth(int width)
Specifies the width of the object in pixels. |
void |
setLogarithmicBase(double value)
Selects a logarithmic or linear scale for this data axis. |
void |
setMajorTickStep(double value)
Specifies the number of tick marks that the graph hides between tick marks that are displayed on this data axis. |
void |
setMajorTickStepAutomatic(boolean auto)
Specifies whether the number of tick marks that the graph hides between tick marks that are displayed is calculated automatically. |
void |
setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
|
void |
setRendered(boolean rendered)
Specifies whether this axis is rendered. |
void |
setScaledLogarithmic(boolean logScale)
Specifies whether this data axis is scaled logarithmically. |
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 |
---|
protected boolean m_axisMinAutoScaled
protected boolean m_axisMaxAutoScaled
protected boolean m_axisTickAuto
protected double m_axisLogBase
protected boolean m_axisScaledLogarithmic
protected int m_axisLineWidth
protected java.awt.Color m_axisLineColor
protected boolean m_rendered
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_TICK_STEP_AUTO_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_TICK_STEP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_MAX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_MAX_AUTO_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_ZOOM_MAX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_MIN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_MIN_AUTO_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey AXIS_ZOOM_MIN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LOG_BASE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SCALED_LOG_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey NUMBER_FORMAT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
Constructor Detail |
---|
public BaseDataAxis()
Method Detail |
---|
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor
- The color for the object.public int getLineWidth()
public void setLineWidth(int width)
width
- The width of the object in pixels.public boolean isMajorTickStepAutomatic()
true
if the number is calculated automatically,
false
if it is set in the setMajorTickStep
method.setMajorTickStep(double)
public void setMajorTickStepAutomatic(boolean auto)
auto
- true
to make the graph calculate it
automatically, false
to make the graph use the value that
is set in the setMajorTickStep
method.setMajorTickStep(double)
public double getMajorTickStep()
MajorTickStep
to 10, then the
tick marks appear at 0, 10, 20, 30, and so on.
(This assumes that AxisAutoScaledFromZero
and
AxisMinAutoScaled
are both set to true
.)
To make the graph use the value that this method returns, set the
setMajorTickStepAutomatic
method to false
.
setMajorTickStepAutomatic(boolean)
public void setMajorTickStep(double value)
MajorTickStep
to 10, then the
tick marks appear at 0, 10, 20, 30, and so on.
(This assumes that AxisAutoScaledFromZero
and
AxisMinAutoScaled
are both set to true
.)
To make the graph use the value that is set in this method, set the
setMajorTickStepAutomatic
method to false
.
value
- The interval (or step) at which to display tick marks
on this data axis.setMajorTickStepAutomatic(boolean)
public double getAxisMaxValue()
setAxisMaxAutoScaled
method to false
.
public void setAxisMaxValue(double value)
setAxisMaxAutoScaled
method to false
.
value
- The high value for the range of this axis, when the high
value is not set automatically.public boolean isAxisMaxAutoScaled()
false
, the graph uses the value that
is set in the setAxisMaxValue
method.
true
if the high value is automatically set,
false
if the graph uses the value that is set in the
setAxisMaxValue
method.public void setAxisMaxAutoScaled(boolean auto)
false
, the graph uses the value
that is set in the setAxisMaxValue
method.
auto
- true
to make the graph set the high value
automatically, false
to make the graph use
the value that is set in the setAxisMaxValue
method.public double getAxisZoomMaxValue()
setAxisMaxAutoScaled
method to false
.
public void setAxisZoomMaxValue(double value)
setAxisMaxAutoScaled
method to false
.
value
- The high value for the range of this zoom axis, when the high
value is not set automatically.public double getAxisMinValue()
setAxisMinAutoScaled
method to false
.
public void setAxisMinValue(double value)
setAxisMinAutoScaled
method
to false
.
value
- The low value for the range of this axis, when the low value
is not set automatically.public boolean isAxisMinAutoScaled()
false
, the graph uses the
value that is set in the setAxisMinValue
method.
true
if the minimum value is set automatically,
false
if the graph uses the value that is set in
the setAxisMinValue
method.public void setAxisMinAutoScaled(boolean auto)
false
, the graph uses
the value that is set in the setAxisMinValue
method.
public double getAxisZoomMinValue()
setAxisMinAutoScaled
method to false
.
public void setAxisZoomMinValue(double value)
setAxisMinAutoScaled
method to false
.
value
- The low value for the range of this zoom axis, when the low
value is not set automatically.public double getLogarithmicBase()
public void setLogarithmicBase(double value)
value
- A logarithmic or linear scale for this data axis.public boolean isScaledLogarithmic()
true
if it is scaled logarithmically,
false
if it is not.public void setScaledLogarithmic(boolean logScale)
logScale
- true
to scale it logarithmically,
false
to prohibit logarithmic scaling.public boolean isRendered()
true
if it is rendered, false
if it is
not rendered.public void setRendered(boolean rendered)
rendered
- true
to make it rendered, false
to make it not rendered.public void applyProperties(java.util.HashMap map)
applyProperties
in class BIComplexAttributeBase
map
- protected void resetStyleProperties()
public oracle.adf.view.faces.bi.component.util.NumberFormat getNumberFormat()
public void setNumberFormat(oracle.adf.view.faces.bi.component.util.NumberFormat format)
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 |