Uses of Class
org.zkoss.chart.plotOptions.PackedBubbleParentNode
-
Packages that use PackedBubbleParentNode Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of PackedBubbleParentNode in org.zkoss.chart
Methods in org.zkoss.chart that return PackedBubbleParentNode Modifier and Type Method Description PackedBubbleParentNodeSeries. getParentNode()Returns series options for parent nodes.Methods in org.zkoss.chart with parameters of type PackedBubbleParentNode Modifier and Type Method Description voidSeries. setParentNode(PackedBubbleParentNode parentNode)Sets series options for parent nodes. -
Uses of PackedBubbleParentNode in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return PackedBubbleParentNode Modifier and Type Method Description PackedBubbleParentNodePackedBubblePlotOptions. getParentNode()Returns series options for parent nodes.Methods in org.zkoss.chart.plotOptions with parameters of type PackedBubbleParentNode Modifier and Type Method Description voidPackedBubblePlotOptions. setParentNode(PackedBubbleParentNode parentNode)Sets series options for parent nodes.
-