Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPlotter
Plotter that can display objects of type JAS3DataSource . |
Modifier and Type | Method and Description |
---|---|
Plotter |
PlotterPlugin.create() |
Plotter |
PlotterPlugin.createPlotterFor(Class dataType) |
Plotter |
PlotterPlugin.createPlotterFor(Class[] dataType) |
Plotter |
DefaultRegion.currentPlot() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRegion.showPlot(Plotter plotter) |
Modifier and Type | Method and Description |
---|---|
Plotter |
PlotterProvider.create()
Creates a plot.
|
Plotter |
PlotFactory.createPlotterFor(Class dataType)
Returns a plotter which is able to plot the given class of data.
|
Plotter |
PlotFactory.createPlotterFor(Class[] dataTypes)
Returns a plotter which is able to plot all of the given classes of data.
|
Plotter |
PlotRegion.currentPlot()
Returns the current plot, or null if there is no plot in this region.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotRegion.showPlot(Plotter plotter)
Show a plot in this region.
|
Copyright © 2018. All rights reserved.