|
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.SeriesSet
public class SeriesSet
| 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 |
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 |
SERIES_MAP_KEY
|
static BIFacesBeanImpl.Type |
TYPE
|
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
SeriesSet()
|
|
| Method Summary | |
|---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
int |
getDefaultAssignedToY2()
Retrieves the default axis assignment for series. |
java.awt.Color |
getDefaultBorderColor()
Retrieves the default border color of the series. |
java.awt.Color |
getDefaultColor()
Retrieves the default fill color of series. |
int |
getDefaultFitlineType()
Retrieves the default type of fitline for all series. |
int |
getDefaultLineWidth()
Retrieves the default width for the data lines of series. |
java.awt.Color |
getDefaultMarkerColor()
Retrieves the default fill color for the markers of series. |
int |
getDefaultMarkerShape()
Retrieves the default shape for the data makers of series. |
int |
getDefaultMarkerType()
Retrieves the default type of markers used for series. |
Series |
getSeries(int i,
boolean createNew)
|
java.util.Map |
getSeriesMap()
|
boolean |
isDefaultBorderTransparent()
Indicates whether the borders for the markers of the series are transparent. |
protected void |
resetStyleProperties()
|
void |
setDefaultAssignedToY2(int assignedToY2)
Specifies the default axis assignment for series. |
void |
setDefaultBorderColor(java.awt.Color newColor)
Specifies the default border color of the series. |
void |
setDefaultBorderTransparent(boolean yesNo)
Specifies whether the borders for the markers of the series are transparent. |
void |
setDefaultColor(java.awt.Color color)
Specifies the default fill color of series. |
void |
setDefaultFitlineType(int type)
Specifies the default type of fitline to use for series. |
void |
setDefaultLineWidth(int width)
Specifies the default width for the data lines of series. |
void |
setDefaultMarkerColor(java.awt.Color color)
Specifies the default fill color for the markers of series. |
void |
setDefaultMarkerShape(int shape)
Specifies the default shape for the data markers of series. |
void |
setDefaultMarkerType(int type)
Specifies the default marker type for series. |
void |
setSeriesMap(java.util.Map map)
|
| 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 BIFacesBeanImpl.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_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 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 SERIES_MAP_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
| Constructor Detail |
|---|
public SeriesSet()
| Method Detail |
|---|
public void setDefaultAssignedToY2(int assignedToY2)
assignedToY2 - A constant that represents the default axis
assignment.
Valid constants are listed in the See Also section.BaseGraphComponent.DY2_TRUE,
BaseGraphComponent.DY2_FALSE,
BaseGraphComponent.DY2_AUTO_ASSIGNpublic int getDefaultAssignedToY2()
BaseGraphComponent.DY2_TRUE,
BaseGraphComponent.DY2_FALSE,
BaseGraphComponent.DY2_AUTO_ASSIGNpublic void setDefaultColor(java.awt.Color color)
color - The default fill color for the markers of series.
If color is null, then the graph assigns
its own default colors to series, repeating colors
as necessary.#setColorpublic java.awt.Color getDefaultColor()
color is null, then the graph assigns
its own default colors to series, repeating colors
as necessary.#getColorpublic java.awt.Color getDefaultBorderColor()
public void setDefaultBorderColor(java.awt.Color newColor)
newColor - The default border color of the series. If this
is null, the border color is made transparent.public boolean isDefaultBorderTransparent()
true if the borders are transparent,
false if the borders are visible.public void setDefaultBorderTransparent(boolean yesNo)
yesNo - true to make the borders transparent,
false to make the borders visible.public void setDefaultMarkerColor(java.awt.Color color)
color - The default fill color for the markers of series.
If color is null, then the graph assigns
its own default colors to series, repeating colors
as necessary.#setColorpublic java.awt.Color getDefaultMarkerColor()
color is null, then the graph assigns
its own default colors to series, repeating colors
as necessary.#getColorpublic void setDefaultFitlineType(int type)
type - A constant that represents the default type of fitline for
series. Valid constants are listed in the See Also section.BaseGraphComponent.FT_EXPONENTIAL,
BaseGraphComponent.FT_LOGARITHMIC,
BaseGraphComponent.FT_LINEAR,
BaseGraphComponent.FT_NONEpublic int getDefaultFitlineType()
BaseGraphComponent.FT_EXPONENTIAL,
BaseGraphComponent.FT_LOGARITHMIC,
BaseGraphComponent.FT_LINEAR,
BaseGraphComponent.FT_NONEpublic void setDefaultLineWidth(int width)
The value that you set in this method takes effect only when the
DepthRadius attribute of the graph is set to zero.
lineWidth - The default width for the data lines of series.Graph#setDepthRadiuspublic int getDefaultLineWidth()
public void setDefaultMarkerShape(int shape)
markerShape - A constant that represents the default shape for the
data markers of series.
Valid constants are listed in the See Also section.
If marker shape is
automatic, then the graph assigns its default
shapes, repeating shapes if necessary.BaseGraphComponent.MS_CIRCLE,
BaseGraphComponent.MS_DIAMOND,
BaseGraphComponent.MS_NONE,
BaseGraphComponent.MS_PLUS,
BaseGraphComponent.MS_SQUARE,
BaseGraphComponent.MS_TRIANGLE_DOWN,
BaseGraphComponent.MS_TRIANGLE_UP,
BaseGraphComponent.MS_AUTOMATICpublic int getDefaultMarkerShape()
BaseGraphComponent.MS_CIRCLE,
BaseGraphComponent.MS_DIAMOND,
BaseGraphComponent.MS_NONE,
BaseGraphComponent.MS_PLUS,
BaseGraphComponent.MS_SQUARE,
BaseGraphComponent.MS_TRIANGLE_DOWN,
BaseGraphComponent.MS_TRIANGLE_UP,
BaseGraphComponent.MS_AUTOMATICpublic void setDefaultMarkerType(int type)
markerType - The default type of markers used for series.BaseGraphComponent.MT_AREA,
BaseGraphComponent.MT_BAR,
BaseGraphComponent.MT_DEFAULT,
BaseGraphComponent.MT_MARKERpublic int getDefaultMarkerType()
BaseGraphComponent.MT_AREA,
BaseGraphComponent.MT_BAR,
BaseGraphComponent.MT_DEFAULT,
BaseGraphComponent.MT_MARKERpublic void applyProperties(java.util.HashMap map)
applyProperties in class BIComplexAttributeBasemap - hashMap that contains property value pairs.protected void resetStyleProperties()
public Series getSeries(int i,
boolean createNew)
public void setSeriesMap(java.util.Map map)
public java.util.Map getSeriesMap()
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 | ||||||||