org.autoplot.dom.DataSourceFilter

Model for a source of data plus additional processing.

DataSourceFilter( )


PROP_URI


PROP_VALID_RANGE


PROP_FILL


PROP_FILTERS

filters are the same as the component name of the PlotElement, a string of pipe-delimited commands that operate on the data.

copy( ) → org.autoplot.dom.DomNode [view source]
diffs( org.autoplot.dom.DomNode node ) → java.util.List [view source]
getController( ) → org.autoplot.dom.DataSourceController [view source]
getFill( ) → String [view source]
getFilters( ) → String [view source]
getUri( ) → String [view source]
getValidRange( ) → String [view source]
setFill( String fill ) → void [view source]
setFilters( String filters ) → void [view source]
setUri( String uri ) → void [view source]
setValidRange( String validRange ) → void [view source]

syncTo

syncTo( org.autoplot.dom.DomNode n ) → void

dom node stuff

Parameters

n - a DomNode

Returns:

void (returns nothing)

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

syncTo( org.autoplot.dom.DomNode n, java.util.List exclude ) → void [view source]
toString( ) → String [view source]