org.openfaces.component.chart
Class Marker
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.openfaces.component.chart.Marker
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, StyledComponent
public class Marker
- extends javax.faces.component.UIComponentBase
- implements StyledComponent
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
Marker
public Marker()
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
getRendererType
public java.lang.String getRendererType()
- Overrides:
getRendererType
in class javax.faces.component.UIComponentBase
getStartValue
public java.lang.Double getStartValue()
setStartValue
public void setStartValue(java.lang.Double startValue)
getEndValue
public java.lang.Double getEndValue()
setEndValue
public void setEndValue(java.lang.Double endValue)
getValue
public java.lang.Comparable getValue()
setValue
public void setValue(java.lang.Comparable value)
getDrawAsLine
public boolean getDrawAsLine()
setDrawAsLine
public void setDrawAsLine(boolean drawAsLine)
getTextStyle
public java.lang.String getTextStyle()
- Specified by:
getTextStyle
in interface StyledComponent
setTextStyle
public void setTextStyle(java.lang.String style)
- Specified by:
setTextStyle
in interface StyledComponent
getStyleObjectModel
public StyleObjectModel getStyleObjectModel()
- Specified by:
getStyleObjectModel
in interface StyledComponent
getComponentsChain
public StyledComponent[] getComponentsChain()
- Specified by:
getComponentsChain
in interface StyledComponent
getHint
public java.lang.String getHint()
- Specified by:
getHint
in interface StyledComponent
getLineStyle
public LineStyle getLineStyle()
setLineStyle
public void setLineStyle(LineStyle lineStyle)
getOutlineStyle
public LineStyle getOutlineStyle()
setOutlineStyle
public void setOutlineStyle(LineStyle outlineStyle)
getAlpha
public float getAlpha()
setAlpha
public void setAlpha(float alpha)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
isValueMarker
public boolean isValueMarker()
isIntervalMarker
public boolean isIntervalMarker()
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
getLayer
public MarkerLayer getLayer()
setLayer
public void setLayer(MarkerLayer layer)
getLabelAnchor
public MarkerLabelAnchor getLabelAnchor()
setLabelAnchor
public void setLabelAnchor(MarkerLabelAnchor labelAnchor)
getLabelTextAnchor
public MarkerLabelTextAnchor getLabelTextAnchor()
setLabelTextAnchor
public void setLabelTextAnchor(MarkerLabelTextAnchor labelTextAnchor)
getLabelOffsetType
public MarkerLabelOffsetType getLabelOffsetType()
setLabelOffsetType
public void setLabelOffsetType(MarkerLabelOffsetType labelOffsetType)
getLabelOffset
public java.lang.String getLabelOffset()
setLabelOffset
public void setLabelOffset(java.lang.String labelOffset)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.