org.autoplot.dom.AxisController

AxisController( org.autoplot.dom.Application dom, org.autoplot.dom.Plot plot, org.autoplot.dom.Axis axis, org.das2.graph.DasAxis dasAxis )


bindTo

bindTo( ) → void

Returns:

void (returns nothing)

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


getDasAxis

getDasAxis( ) → DasAxis

Returns:

org.das2.graph.DasAxis

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


removeBindings

removeBindings( ) → void

Returns:

void (returns nothing)

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


removeReferences

removeReferences( ) → void

remove any references this object has before as it is deleted.

Returns:

void (returns nothing)

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


resetAxisRange

resetAxisRange( DatumRange newRange ) → void

reset the axis range, without the units check.

Parameters

newRange - a DatumRange

Returns:

void (returns nothing)

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


resetAxisUnits

resetAxisUnits( Units nu ) → void

reset the axis units to a new unit which is convertible.

Parameters

nu - an Units

Returns:

void (returns nothing)

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


setLabelAutomatically

setLabelAutomatically( String label ) → void

set the label, leaving its autoLabel property true.

Parameters

label - a String

Returns:

void (returns nothing)

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


setRangeAutomatically

setRangeAutomatically( DatumRange range, boolean log ) → void

set the range without affecting the auto state.

Parameters

range - the new range
log - true if the axis should be log.

Returns:

void (returns nothing)

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


valueIsAdjusting

valueIsAdjusting( ) → boolean

true if the Axis is adjusting, or the DasAxis which implements.

Returns:

true if the Axis is adjusting, or the DasAxis which implements.

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