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 State
States. getHover()
Returns the hover state.State
States. getInactive()
Returns the opposite state of a hover for series.State
States. getNormal()
Returns the normal state of a series, or for point items in column, pie and similar series.State
States. 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 void
States. setHover(State hover)
Sets the hover state.void
States. setInactive(State inactive)
Sets the opposite state of a hover for series.void
States. setNormal(State normal)
Sets the normal state of a series, or for point items in column, pie and similar series.void
States. setSelect(State select)
Sets the appearance of the point marker when selected.
-