@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIPoint extends AbstractPoint implements AxisAttributes
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIPoint.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIPoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getFormat()
Format for axis ticks (Date series only)
|
String |
getLabel()
Text shown next to axis.
|
String |
getMax()
Maximum value of the axis
|
String |
getMin()
Minimum value shown on the axis.
|
Double |
getPad()
It’s the fraction of margin that the scaling algorithm will add to avoid
that the outermost points ends up on the grid border.
|
Object |
getX()
Value plotted on x-axis.
|
Object |
getY()
Value plotted on y-axis.
|
void |
setFormat(String format) |
void |
setLabel(String label) |
void |
setMax(String max) |
void |
setMin(String min) |
void |
setPad(Double pad) |
void |
setX(Object x) |
void |
setY(Object y) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getFormat()
AxisAttributesgetFormat in interface AxisAttributespublic void setFormat(String format)
public String getLabel()
AxisAttributesgetLabel in interface AxisAttributespublic void setLabel(String label)
public String getMax()
AxisAttributesgetMax in interface AxisAttributespublic void setMax(String max)
public String getMin()
AxisAttributesgetMin in interface AxisAttributespublic void setMin(String min)
public Double getPad()
AxisAttributesgetPad in interface AxisAttributespublic void setPad(Double pad)
public Object getX()
AbstractPointgetX in class AbstractPointpublic void setX(Object x)
public Object getY()
AbstractPointgetY in class AbstractPointpublic void setY(Object y)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.