|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlotterAdapter | |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Uses of PlotterAdapter in org.freehep.jas.plugin.plotter |
---|
Methods in org.freehep.jas.plugin.plotter that return PlotterAdapter | |
---|---|
PlotterAdapter |
PlotterAdapterLookup.adapter(Class from,
Class to)
|
PlotterAdapter |
TestPlotterAdapterLookup.doubleToStringAdapter()
|
PlotterAdapter |
TestPlotterAdapterLookup.intToDoubleAdapter()
|
PlotterAdapter |
TestPlotterAdapterLookup.stringToIntegerAdapter()
|
Methods in org.freehep.jas.plugin.plotter with parameters of type PlotterAdapter | |
---|---|
void |
PlotterPlugin.registerAdapter(PlotterAdapter adapter,
Class from,
Class to)
|
void |
PlotterAdapterLookup.registerAdapter(PlotterAdapter adapter,
Class from,
Class to)
|
Uses of PlotterAdapter in org.freehep.jas.services |
---|
Methods in org.freehep.jas.services with parameters of type PlotterAdapter | |
---|---|
void |
PlotFactory.registerAdapter(PlotterAdapter adapter,
Class from,
Class to)
Register a Plotter adapter that can convert an Object of class "from" to an object of class "to". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |