Uses of Class
com.iizix.prop.ui.chart.plot2d.Plot2D
Packages that use Plot2D Package Description com.iizigo.panel.prop.chart com.iizix.prop.ui.chart com.iizix.prop.ui.chart.plot2d Uses of Plot2D in com.iizigo.panel.prop.chart
Subclasses of Plot2D in com.iizigo.panel.prop.chart Modifier and Type Class Description class
EPlot2D
The plot for the chart.Uses of Plot2D in com.iizix.prop.ui.chart
Methods in com.iizix.prop.ui.chart that return Plot2D Modifier and Type Method Description Plot2D
UIChart. getDefaultPlot()
Gets the default plot of the chart.Plot2D
UIChart. getPlot(java.lang.String name)
Gets a plot by name.Plot2D[]
UIChart. getPlots()
Gets all defined plots.Methods in com.iizix.prop.ui.chart with parameters of type Plot2D Modifier and Type Method Description UIChart
UIChart. addPlot(Plot2D plot)
Adds a new plot to the chart.boolean
UIChart. removePlot(Plot2D plot)
Removes a plot by reference.Uses of Plot2D in com.iizix.prop.ui.chart.plot2d
Methods in com.iizix.prop.ui.chart.plot2d that return Plot2D Modifier and Type Method Description Plot2D
Plot2D. clone()
Clone must be overridden.