Uses of Class
org.zkoss.chart.State
-
Packages that use State Package Description org.zkoss.chart -
-
Uses of State in org.zkoss.chart
Methods in org.zkoss.chart that return State Modifier and Type Method Description StateStates. getHover()Returns the hover state.StateStates. getInactive()Returns the opposite state of a hover for series.StateStates. getNormal()Returns the normal state of a series, or for point items in column, pie and similar series.StateStates. getSelect()Returns the appearance of the point marker when selected.Methods in org.zkoss.chart with parameters of type State Modifier and Type Method Description voidStates. setHover(State hover)Sets the hover state.voidStates. setInactive(State inactive)Sets the opposite state of a hover for series.voidStates. setNormal(State normal)Sets the normal state of a series, or for point items in column, pie and similar series.voidStates. setSelect(State select)Sets the appearance of the point marker when selected.
-