Uses of Class
org.zkoss.chart.util.AnyVal
-
Packages that use AnyVal Package Description org.zkoss.chart -
-
Uses of AnyVal in org.zkoss.chart
Fields in org.zkoss.chart with type parameters of type AnyVal Modifier and Type Field Description protected Map<String,AnyVal<Object>>
Optionable. options
Methods in org.zkoss.chart that return AnyVal Modifier and Type Method Description protected <T> AnyVal<T>
Optionable. getAttr(PlotAttribute key, T defaultValue)
Returns theAnyVal
object of the element according to the attribute name.
-