org.das2.graph.StackedHistogramRenderer
getControl
getControl( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getListIcon
getListIcon( ) → javax.swing.Icon
Returns:
javax.swing.Icon
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getListLabel
getListLabel( ) → String
Returns:
java.lang.String
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getPeaksIndicator
getPeaksIndicator( ) → org.das2.graph.StackedHistogramRenderer.PeaksIndicator
Getter for property peaksIndicator.
Returns:
Value of property peaksIndicator.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
getZAxis
getZAxis( ) → org.das2.graph.DasAxis
Returns:
org.das2.graph.DasAxis
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
isSliceRebinnedData
isSliceRebinnedData( ) → boolean
Getter for property sliceRebinnedData.
Returns:
Value of property sliceRebinnedData.
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
propertyChange
propertyChange( java.beans.PropertyChangeEvent e ) → void
Parameters
e - a PropertyChangeEvent
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
render
render( java.awt.Graphics2D g, org.das2.graph.DasAxis xAxis, org.das2.graph.DasAxis yAxis ) → void
Parameters
g - a Graphics2D
xAxis - a DasAxis
yAxis - a DasAxis
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setControl
setControl( String s ) → void
Parameters
s - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setPeaksIndicator
setPeaksIndicator( org.das2.graph.StackedHistogramRenderer.PeaksIndicator peaksIndicator ) → void
Setter for property peaksIndicator.
Parameters
peaksIndicator - New value of property peaksIndicator.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setSliceRebinnedData
setSliceRebinnedData( boolean sliceRebinnedData ) → void
Setter for property sliceRebinnedData.
Parameters
sliceRebinnedData - New value of property sliceRebinnedData.
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setYAxis
setYAxis( org.das2.graph.DasAxis yAxis ) → void
This sets the yAxis and adds itself to the axis property change listener.
TODO: why must this Renderer be special and have a separate set y axis?
Parameters
yAxis - the new yAxis
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setZAxis
setZAxis( org.das2.graph.DasAxis zAxis ) → void
Parameters
zAxis - a DasAxis
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
setZTitle
setZTitle( String title ) → void
Parameters
title - a String
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]
updatePlotImage
updatePlotImage( org.das2.graph.DasAxis xAxis, org.das2.graph.DasAxis yAxis_1, ProgressMonitor monitor ) → void
Parameters
xAxis - a DasAxis
yAxis_1 - a DasAxis
monitor - a ProgressMonitor
Returns:
void (returns nothing)
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]