Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Method and Description |
---|---|
PlotterAdapter |
PlotterAdapterLookup.adapter(Class from,
Class to) |
PlotterAdapter |
TestPlotterAdapterLookup.doubleToStringAdapter() |
PlotterAdapter |
TestPlotterAdapterLookup.intToDoubleAdapter() |
PlotterAdapter |
TestPlotterAdapterLookup.stringToIntegerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
PlotterPlugin.registerAdapter(PlotterAdapter adapter,
Class from,
Class to) |
void |
PlotterAdapterLookup.registerAdapter(PlotterAdapter adapter,
Class from,
Class to) |
Modifier and Type | Method and Description |
---|---|
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".
|
Copyright © 2014. All Rights Reserved.