org.autoplot.DataPanel

GUI tab for controlling how data is handled, provides feedback for what is being plotted, allows fill value to be specified, and provides the filters chain of operations to apply to the data before plotting.

DataPanel( org.autoplot.AutoplotUI app )


PROP_ADJUSTING

true indicates the component is in transition.


isAdjusting

isAdjusting( ) → boolean

Returns:

boolean

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


paint

paint( 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]


setAdjusting

setAdjusting( boolean adjusting ) → void

Parameters

adjusting - a boolean

Returns:

void (returns nothing)

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