Package | Description |
---|---|
org.freehep.jas.plugin.plotter | |
org.freehep.jas.services |
Modifier and Type | Method and Description |
---|---|
PlotterAdapter |
PlotterAdapterLookup.adapter(Class from,
Class to)
Returns an adapter for conversion between the specified type, or null if none found.
|
PlotterAdapter |
TestPlotterAdapterLookup.doubleToStringAdapter() |
PlotterAdapter |
TestPlotterAdapterLookup.intToDoubleAdapter() |
PlotterAdapter |
TestPlotterAdapterLookup.stringToIntegerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
PlotterPlugin.registerAdapter(PlotterAdapter adapter,
Class from,
Class to)
Registers the specified adapter with the
PlotterAdapterLookup maintained
by this plugin. |
void |
PlotterAdapterLookup.registerAdapter(PlotterAdapter adapter,
Class from,
Class to)
Adds the specified adapter to this lookup.
|
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 © 2016. All rights reserved.