org.autoplot.dom.LabelConverter

Class for containing the logic of how macros are implemented. https://sourceforge.net/p/autoplot/feature-requests/426/ This currently supports just the plotElement and plot. When multiple plotElements are attached to a plot, then the first is used.

LabelConverter( org.autoplot.dom.Application dom, org.autoplot.dom.Plot plot, org.autoplot.dom.Axis axis, org.autoplot.dom.PlotElement pe, org.autoplot.dom.Annotation an )


convertForward

convertForward( Object value ) → Object

Parameters

value - an Object

Returns:

java.lang.Object

[search for examples] [view on GitHub] [view on old javadoc] [view source]


convertReverse

convertReverse( Object value ) → Object

Parameters

value - an Object

Returns:

java.lang.Object

[search for examples] [view on GitHub] [view on old javadoc] [view source]