org.das2.graph.LookupAxis

This is like a TCA, but is an axis which has ticks positioned by another axis.


setAxis

setAxis( org.das2.graph.DasAxis axis ) → void

set the axis. This must be in units convertible to xx. This must be a vertical axis with ticks on the left side, for now.

Parameters

axis - the axis.

Returns:

void (returns nothing)

search for examples view on GitHub view source


updateTicks

updateTicks( ) → void

the axis has changed, so update the tick positions. preconditions: the axis ticks have changed. postconditions: new x values have been calculated in xpos and fpos

Returns:

void (returns nothing)

search for examples view on GitHub view source