public interface PlotterAdapter<T,S>
Registering an adapter with a PlotFactory
allows that factory to plot objects
of the source type as long as it is capable of handling objects of the target type.
Modifier and Type | Method and Description |
---|---|
T |
adapt(S source)
Converts the specified object to the target type.
|
Copyright © 2016. All rights reserved.