org.das2.graph.LookupAxis

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

LookupAxis( org.das2.graph.DasAxis axis )


paintComponent

paintComponent( java.awt.Graphics g ) → void

Parameters

g - a Graphics

Returns:

void (returns nothing)

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


resize

resize( ) → void

Returns:

void (returns nothing)

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


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 on old javadoc] [view source]


setDataSet

setDataSet( QDataSet yy ) → void

Parameters

yy - a QDataSet

Returns:

void (returns nothing)

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

setDataSet( QDataSet xx, QDataSet yy ) → void

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 on old javadoc] [view source]