org.autoplot.RenderType


spectrogram


nnSpectrogram


hugeScatter


series


scatter


colorScatter


stairSteps


fillToZero


digital


image


pitchAngleDistribution


polar


eventsBar


stackedHistogram


vectorPlot


bounds


internal


orbitPlot


contour


acceptsData

acceptsData( org.autoplot.RenderType rt, QDataSet ds ) → boolean

return true if the render type can make a reasonable rendering of the data. If the render type is not recognized, just return true. This was introduced to constrain the options of the user to valid entries. Note this is called on the event thread and must be implemented so that evaluation takes a trivial amount of time.

Parameters

rt - a RenderType
ds - a QDataSet

Returns:

a boolean

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


valueOf

valueOf( String name ) → RenderType

Parameters

name - a String

Returns:

org.autoplot.RenderType

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


values

values( ) → RenderType

Returns:

org.autoplot.RenderType[]

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