Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlotter |
Modifier and Type | Method and Description |
---|---|
Plotter |
PlotterPlugin.create() |
Plotter |
PlotterPlugin.createPlotterFor(Class dataType) |
Plotter |
PlotterPlugin.createPlotterFor(Class[] dataType) |
Modifier and Type | Method and Description |
---|---|
Plotter |
PlotterProvider.create()
Create a plotter.
|
Plotter |
PlotFactory.createPlotterFor(Class dataType)
Returns a plotter which is able to plot the given class of data.
|
Plotter |
PlotFactory.createPlotterFor(Class[] dataType)
Returns a plotter which is able to plot all of the given classes of data.
|
Plotter |
PlotRegion.currentPlot() |
Modifier and Type | Method and Description |
---|---|
void |
PlotRegion.showPlot(Plotter plotter)
Show a plot in this region
|
Copyright © 2014. All Rights Reserved.