|
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.Series
public class Series
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ASSIGNED_TO_Y2_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BORDER_TRANSPARENT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
FITLINE_TYPE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
INDEX_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_STYLE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINE_WIDTH_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_COLOR_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_SHAPE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_TYPE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
PIE_SLICE_EXPLODE_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SFX_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
VISIBILITY_KEY
|
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
Series()
|
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.awt.Color |
getBorderColor()
Retrieves the border color of the series. |
java.awt.Color |
getColor()
Retrieves the fill color of the series. |
int |
getFitlineType()
Retrieves the type of fitline for a series. |
int |
getIndex()
Retrieves the index for this series. |
int |
getLineStyle()
Retrieves the style of the data line for the specified series. |
int |
getLineWidth()
Retrieves the width for the data line for this series. |
java.awt.Color |
getMarkerColor()
Retrieves the fill color for the markers of the series. |
int |
getMarkerShape()
Retrieves the shape for the data markers that belong to the series. |
int |
getMarkerType()
Retrieves the type of markers used for the series. |
int |
getPieSliceExplode()
Retrieves the distance that separates an exploded slice from the rest of the pie in a pie graph or from the rest of the ring in a ring graph. |
SpecialEffects |
getSpecialEffects()
|
int |
getVisibility()
Get the visibility of the series. |
boolean |
isAssignedToY2()
Indicates whether the series of data is plotted against the Y2-axis. |
boolean |
isBorderTransparent()
Indicates whether the borders for the markers of the series are transparent. |
protected void |
resetStyleProperties()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
void |
setAssignedToY2(boolean y2)
Specifies whether the series of data is plotted against the Y2-axis. |
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color of the series. |
void |
setBorderTransparent(boolean yesNo)
Specifies whether the borders for the markers of the series are transparent. |
void |
setColor(java.awt.Color newColor)
Specifies the fill color of the series. |
void |
setFitlineType(int type)
Specifies the type of fitline, such as exponential, or logarithmic, to display for a series. |
void |
setIndex(int index)
Specifies the index for this series |
void |
setLineStyle(int style)
Specifies the style of the data line for the specified series. |
void |
setLineWidth(int width)
Specifies the width for the data lines for this series. |
void |
setMarkerColor(java.awt.Color newColor)
Specifies the fill color for the markers of the series. |
void |
setMarkerShape(int shape)
Specifies the shape for the data makers that belong to the series. |
void |
setMarkerType(int type)
Specifies the type of markers used for the series. |
void |
setPieSliceExplode(int explode)
Specifies how far the slices for the series are exploded. |
void |
setSpecialEffects(SpecialEffects sfx)
|
void |
setVisibility(int visibility)
Set the visibility of the series. |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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 COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INDEX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey FITLINE_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SHAPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ASSIGNED_TO_Y2_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey VISIBILITY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SFX_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_TRANSPARENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PIE_SLICE_EXPLODE_KEY
Constructor Detail |
---|
public Series()
Method Detail |
---|
public java.awt.Color getColor()
public void setColor(java.awt.Color newColor)
newColor
- The fill color of the series. If this
is null, the fill color is made transparent.public java.awt.Color getBorderColor()
public void setBorderColor(java.awt.Color newColor)
newColor
- The border color of the series. If this
is null, the border color is made transparent.public boolean isBorderTransparent()
true
if the borders are transparent,
false
if the borders are visible.public void setBorderTransparent(boolean yesNo)
yesNo
- true
to make the borders transparent,
false
to make the borders visible.public java.awt.Color getMarkerColor()
public void setMarkerColor(java.awt.Color newColor)
newColor
- The fill color for the markers of the series. If this
is null, the fill color is made transparent.public void setLineWidth(int width)
The value that you set in this method takes effect only when the
DepthRadius
attribute of the graph is set to zero.
width
- The width to set for the data line for the series.public int getLineWidth()
public int getLineStyle()
BaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public void setLineStyle(int style)
The value that you set in this method takes effect only when the
DepthRadius
property of the graph is set to zero.
style
- The style of the line. By default the line style
is LS_SOLIDBaseGraphComponent.LS_SOLID
,
BaseGraphComponent.LS_DASH
,
BaseGraphComponent.LS_DOTTED
,
BaseGraphComponent.LS_DASH_DOT
public void setMarkerType(int type)
type
- The type of markers used for the series.
Valid constants are listed in the See Also section.BaseGraphComponent.MT_AREA
,
BaseGraphComponent.MT_BAR
,
BaseGraphComponent.MT_MARKER
,
BaseGraphComponent.MT_DEFAULT
public int getMarkerType()
BaseGraphComponent.MT_AREA
,
BaseGraphComponent.MT_BAR
,
BaseGraphComponent.MT_MARKER
,
BaseGraphComponent.MT_DEFAULT
public void setMarkerShape(int shape)
MarkerShape
property applies only to data markers
that appear in line, scatter, and bubble graphs.
It does not affect the shape of bars or slices.
shape
- A constant that represents the shape for the data markers
that belong to this series. Valid constants are listed in the See Also
section.BaseGraphComponent.MS_AUTOMATIC
,
BaseGraphComponent.MS_NONE
,
BaseGraphComponent.MS_CIRCLE
,
BaseGraphComponent.MS_DIAMOND
,
BaseGraphComponent.MS_PLUS
,
BaseGraphComponent.MS_SQUARE
,
BaseGraphComponent.MS_TRIANGLE_DOWN
,
BaseGraphComponent.MS_TRIANGLE_UP
public int getMarkerShape()
MarkerShape
property applies only to data markers
that appear in line, scatter, and bubble graphs.
It does not affect the shape of bars or slices.
BaseGraphComponent.MS_AUTOMATIC
,
BaseGraphComponent.MS_NONE
,
BaseGraphComponent.MS_CIRCLE
,
BaseGraphComponent.MS_DIAMOND
,
BaseGraphComponent.MS_PLUS
,
BaseGraphComponent.MS_SQUARE
,
BaseGraphComponent.MS_TRIANGLE_DOWN
,
BaseGraphComponent.MS_TRIANGLE_UP
public void setFitlineType(int type)
type
- A constant that represents the type of fitline
to use for this series. Valid constants are listed in the See Also section.Fitline
,
BaseGraphComponent.FT_LINEAR
,
BaseGraphComponent.FT_EXPONENTIAL
,
BaseGraphComponent.FT_LOGARITHMIC
,
BaseGraphComponent.FT_NONE
public int getFitlineType()
BaseGraphComponent.FT_LINEAR
,
BaseGraphComponent.FT_EXPONENTIAL
,
BaseGraphComponent.FT_LOGARITHMIC
,
BaseGraphComponent.FT_NONE
public void setAssignedToY2(boolean y2)
yesNo
- true
to plot the series of data against the
Y2-axis, false
to plot it against the Y1-axis.public boolean isAssignedToY2()
true
if the series of data is plotted against
the Y2-axis, false
if it is plotted against the Y1-axis.public int getPieSliceExplode()
public void setPieSliceExplode(int explode)
explode
- How far the slices for the series are exploded.public void setVisibility(int visibility)
visibility
- The visibility of the series. Constants are defined
in BaseGraphComponent and begin with SV_.BaseGraphComponent.SV_VISIBLE
,
BaseGraphComponent.SV_HIDDEN
public int getVisibility()
BaseGraphComponent.SV_VISIBLE
,
BaseGraphComponent.SV_HIDDEN
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class BIComplexAttributeBase
public SpecialEffects getSpecialEffects()
public void setIndex(int index)
public int getIndex()
public void setSpecialEffects(SpecialEffects sfx)
protected void resetStyleProperties()
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 |