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 classEPlot2DThe 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 Plot2DUIChart. getDefaultPlot()Gets the default plot of the chart.Plot2DUIChart. 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 UIChartUIChart. addPlot(Plot2D plot)Adds a new plot to the chart.booleanUIChart. 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 Plot2DPlot2D. clone()Clone must be overridden.