Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.component.chart
Class UISeriesStyle

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.chart.UISeriesStyle

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UISeriesStyle
extends org.apache.myfaces.trinidad.component.UIXComponentBase

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

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

ASSIGNED_TO_Y2_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey ASSIGNED_TO_Y2_KEY

BORDER_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey BORDER_COLOR_KEY

COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey COLOR_KEY

DISPLAY_IN_LEGEND_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey DISPLAY_IN_LEGEND_KEY

LINE_STYLE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_STYLE_KEY

LINE_WIDTH_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY

MARKER_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_COLOR_KEY

MARKER_DISPLAYED_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_DISPLAYED_KEY

MARKER_SHAPE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SHAPE_KEY

MARKER_SIZE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey MARKER_SIZE_KEY

PATTERN_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey PATTERN_KEY

SERIES_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SERIES_KEY

TYPE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

Constructor Detail

UISeriesStyle

public UISeriesStyle()

Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

isAssignedToY2

public final boolean isAssignedToY2()
Returns whether the series should be assigned to the Y2 axis.

setAssignedToY2

public final void setAssignedToY2(boolean assignedToY2)
Specifies whether the series should be assigned to the Y2 axis.

getBorderColor

public final java.awt.Color getBorderColor()
Returns the border color of the series.

setBorderColor

public final void setBorderColor(java.awt.Color color)
Specifies the border color of the series.

getColor

public final java.awt.Color getColor()
Returns the color of the series.

setColor

public final void setColor(java.awt.Color color)
Specifies the color of the series.

getDisplayInLegend

public final java.lang.String getDisplayInLegend()
Returns whether the series is displayed in the legend. Valid values are "on" (default) and "off".

setDisplayInLegend

public final void setDisplayInLegend(java.lang.String displayInLegend)
Specifies whether the series is displayed in the legend. Valid values are "on" (default) and "off".

getLineStyle

public final java.lang.String getLineStyle()
Returns the style of the data line. Only applies for line series type. Valid values are:

setLineStyle

public final void setLineStyle(java.lang.String type)
Specifies the style of the data line. Only applies for line series type. Valid values are:

getLineWidth

public final java.lang.Number getLineWidth()
Returns the width of the data line. Only applies for line series type.

setLineWidth

public final void setLineWidth(java.lang.Number value)
Specifies the width for the data line. Only applies for line series type.

getMarkerColor

public final java.awt.Color getMarkerColor()
Returns the color of the data item markers, if different from the series color.

setMarkerColor

public final void setMarkerColor(java.awt.Color color)
Specifies the color of the data item markers, if different from the series color.

isMarkerDisplayed

public final boolean isMarkerDisplayed()
Returns whether the data item markers are displayed. Only applies to line or area series types.

setMarkerDisplayed

public final void setMarkerDisplayed(boolean markerDisplayed)
Specifies whether the data item markers are displayed. Only applies to line or area series types.

getMarkerShape

public final java.lang.String getMarkerShape()
Returns the shape of the data item markers. Valid values are: auto (default) square circle diamond plus triangleDown triangleUp human

setMarkerShape

public final void setMarkerShape(java.lang.String shape)
Specifies the shape of the data item markers. Valid values are: auto (default) square circle diamond plus triangleDown triangleUp human

getMarkerSize

public final java.lang.Number getMarkerSize()
Returns of size of the data item markers, if displayed. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.

getPattern

public final java.lang.String getPattern()
Returns the pattern of the series. Valid values are:

setPattern

public final void setPattern(java.lang.String pattern)
Specifies the pattern of the series. Valid values are:

setMarkerSize

public final void setMarkerSize(java.lang.Number size)
Specifies of size of the data item markers, if displayed. Does not apply to bars in a bar chart. In a bubble chart, the proportional size of data item's marker is determined by the z attribute value.

getSeries

public final java.lang.Object getSeries()
Returns the name of the series.

setSeries

public final void setSeries(java.lang.Object series)
Specifies the name of the series.

getType

public final java.lang.String getType()
Returns the data object type to display for this series. Only applies to combo charts. Valid values are: auto (default), area, bar, line.

setType

public final void setType(java.lang.String type)
Specifies the data object type to display for this series. Only applies to combo charts. Valid values are: auto (default), area, bar, line.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.