public class UISeriesStyle
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
UISeriesStyle() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, 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, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic 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
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic 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)