|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.chart.UISeriesStyle
public class UISeriesStyle
Defines properties for a series of a chart.
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 |
COLOR_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DISPLAY_IN_LEGEND_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_DISPLAYED_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_SHAPE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARKER_SIZE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PATTERN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SERIES_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
TYPE_KEY |
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
UISeriesStyle() |
Method Summary | |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.awt.Color |
getBorderColor() Returns the border color of the series. |
java.awt.Color |
getColor() Returns the color of the series. |
java.lang.String |
getDisplayInLegend() Returns whether the series is displayed in the legend. |
java.lang.String |
getFamily() |
java.lang.String |
getLineStyle() Returns the style of the data line. |
java.lang.Number |
getLineWidth() Returns the width of the data line. |
java.awt.Color |
getMarkerColor() Returns the color of the data item markers, if different from the series color. |
java.lang.String |
getMarkerShape() Returns the shape of the data item markers. |
java.lang.Number |
getMarkerSize() Returns of size of the data item markers, if displayed. |
java.lang.String |
getPattern() Returns the pattern of the series. |
java.lang.String |
getRendererType() |
java.lang.Object |
getSeries() Returns the name of the series. |
java.lang.String |
getType() Returns the data object type to display for this series. |
boolean |
isAssignedToY2() Returns whether the series should be assigned to the Y2 axis. |
boolean |
isMarkerDisplayed() Returns whether the data item markers are displayed. |
void |
setAssignedToY2(boolean assignedToY2) Specifies whether the series should be assigned to the Y2 axis. |
void |
setBorderColor(java.awt.Color color) Specifies the border color of the series. |
void |
setColor(java.awt.Color color) Specifies the color of the series. |
void |
setDisplayInLegend(java.lang.String displayInLegend) Specifies whether the series is displayed in the legend. |
void |
setLineStyle(java.lang.String type) Specifies the style of the data line. |
void |
setLineWidth(java.lang.Number value) Specifies the width for the data line. |
void |
setMarkerColor(java.awt.Color color) Specifies the color of the data item markers, if different from the series color. |
void |
setMarkerDisplayed(boolean markerDisplayed) Specifies whether the data item markers are displayed. |
void |
setMarkerShape(java.lang.String shape) Specifies the shape of the data item markers. |
void |
setMarkerSize(java.lang.Number size) Specifies of size of the data item markers, if displayed. |
void |
setPattern(java.lang.String pattern) Specifies the pattern of the series. |
void |
setSeries(java.lang.Object series) Specifies the name of the series. |
void |
setType(java.lang.String type) Specifies the data object type to display for this series. |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl |
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent |
---|
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 ASSIGNED_TO_Y2_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_IN_LEGEND_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_DISPLAYED_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SHAPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SIZE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SERIES_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
---|
public UISeriesStyle()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public final boolean isAssignedToY2()
public final void setAssignedToY2(boolean assignedToY2)
public final java.awt.Color getBorderColor()
public final void setBorderColor(java.awt.Color color)
public final java.awt.Color getColor()
public final void setColor(java.awt.Color color)
public final java.lang.String getDisplayInLegend()
public final void setDisplayInLegend(java.lang.String displayInLegend)
public final java.lang.String getLineStyle()
public final void setLineStyle(java.lang.String type)
public final java.lang.Number getLineWidth()
public final void setLineWidth(java.lang.Number value)
public final java.awt.Color getMarkerColor()
public final void setMarkerColor(java.awt.Color color)
public final boolean isMarkerDisplayed()
public final void setMarkerDisplayed(boolean markerDisplayed)
public final java.lang.String getMarkerShape()
public final void setMarkerShape(java.lang.String shape)
public final java.lang.Number getMarkerSize()
public final java.lang.String getPattern()
public final void setPattern(java.lang.String pattern)
public final void setMarkerSize(java.lang.Number size)
public final java.lang.Object getSeries()
public final void setSeries(java.lang.Object series)
public final java.lang.String getType()
public final void setType(java.lang.String type)
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |