org.das2.graph.Customizer

Interface to allow customizations to plots to be injected at the end of the DasPlot constructor. The caller needs to be very cautious using this, especially when calling any non-final methods.


customize

customize( org.das2.graph.DasPlot plot ) → void

Perform any action(s) to change the default behavior of a newly constructed plot.

Parameters

plot - the plot being customized

Returns:

void (returns nothing)

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