org.autoplot.dom.PlotElement
Represents the method for painting data on to a plot, and filters that
are applied to the data before plotting.
PlotElement( )
PROP_DATASOURCEFILTERID
PROP_STYLE
PROP_PLOT_DEFAULTS
PROP_RENDERTYPE
PROP_RENDERCONTROL
PROP_CADENCECHECK
PROP_PLOTID
PROP_PARENT
id of this plotElement's parent, which groups the plotElements into one abstract
plot. The parent and children must share the same dataSourceFilter.
PROP_COMPONENT
PROP_LEGENDLABEL
PROP_DISPLAYLEGEND
PROP_AUTOLABEL
true indicates the axis label hasn't been changed manually and may/should be set automatically.
PROP_AUTORENDERTYPE
true indicates that the renderType hasn't been changed manually and may/should be set automatically.
PROP_AUTOCOMPONENT
PROP_ACTIVE
childNodes
childNodes( ) → java.util.List
Returns:
java.util.List
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
clone
clone( ) → Object
Returns:
java.lang.Object
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
copy
copy( ) → org.autoplot.dom.DomNode
Returns:
org.autoplot.dom.DomNode
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
diffs
diffs( org.autoplot.dom.DomNode node ) → java.util.List
Parameters
node - a DomNode
Returns:
java.util.List
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getComponent
getComponent( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getController
getController( ) → org.autoplot.dom.PlotElementController
Returns:
org.autoplot.dom.PlotElementController
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getDataSourceFilterId
getDataSourceFilterId( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getLegendLabel
getLegendLabel( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getParent
getParent( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getPlotDefaults
getPlotDefaults( ) → org.autoplot.dom.Plot
Returns:
org.autoplot.dom.Plot
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getPlotId
getPlotId( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getRenderControl
getRenderControl( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getRenderType
getRenderType( ) → org.autoplot.RenderType
Returns:
org.autoplot.RenderType
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getStyle
getStyle( ) → org.autoplot.dom.PlotElementStyle
Returns:
org.autoplot.dom.PlotElementStyle
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isActive
isActive( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isAutoComponent
isAutoComponent( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isAutoLabel
isAutoLabel( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isAutoRenderType
isAutoRenderType( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isCadenceCheck
isCadenceCheck( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isDisplayLegend
isDisplayLegend( ) → boolean
Returns:
boolean
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setActive
setActive( boolean active ) → void
Parameters
active - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setAutoComponent
setAutoComponent( boolean autoComponent ) → void
Parameters
autoComponent - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setAutoLabel
setAutoLabel( boolean autolabel ) → void
Parameters
autolabel - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setAutoRenderType
setAutoRenderType( boolean autoRenderType ) → void
Parameters
autoRenderType - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setCadenceCheck
setCadenceCheck( boolean cadenceCheck ) → void
Parameters
cadenceCheck - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setComponent
setComponent( String component ) → void
Parameters
component - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setComponentAutomatically
setComponentAutomatically( String component ) → void
Set the property, and also set the autoComponent property. Note setComponent will clear the property.
TODO: this should probably be in the controller.
Parameters
component - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setDataSourceFilterId
setDataSourceFilterId( String dataSourceFilterId ) → void
Parameters
dataSourceFilterId - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setDisplayLegend
setDisplayLegend( boolean displayLegend ) → void
Parameters
displayLegend - a boolean
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setLegendLabel
setLegendLabel( String legendLabel ) → void
Parameters
legendLabel - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setLegendLabelAutomatically
setLegendLabelAutomatically( String legendLabel ) → void
Parameters
legendLabel - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setParent
setParent( String parent ) → void
Parameters
parent - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setPlotDefaults
setPlotDefaults( org.autoplot.dom.Plot plot ) → void
Parameters
plot - a Plot
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setPlotId
setPlotId( String plotId ) → void
Parameters
plotId - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setRenderControl
setRenderControl( String renderUri ) → void
Parameters
renderUri - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setRenderType
setRenderType( org.autoplot.RenderType renderType ) → void
Parameters
renderType - a RenderType
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setRenderTypeAutomatically
setRenderTypeAutomatically( org.autoplot.RenderType renderType ) → void
Parameters
renderType - a RenderType
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setStyle
setStyle( org.autoplot.dom.PlotElementStyle style ) → void
Parameters
style - a PlotElementStyle
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
syncTo
syncTo( org.autoplot.dom.DomNode n ) → void
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 node, java.util.List exclude ) → void
toString
toString( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]