Uses of Class
org.das2.graph.StackedHistogramRenderer.PeaksIndicator

Packages that use StackedHistogramRenderer.PeaksIndicator
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of StackedHistogramRenderer.PeaksIndicator in org.das2.graph
 

Fields in org.das2.graph declared as StackedHistogramRenderer.PeaksIndicator
static StackedHistogramRenderer.PeaksIndicator StackedHistogramRenderer.PeaksIndicator.BlackPeaks
           
static StackedHistogramRenderer.PeaksIndicator StackedHistogramRenderer.PeaksIndicator.GrayPeaks
           
static StackedHistogramRenderer.PeaksIndicator StackedHistogramRenderer.PeaksIndicator.MaxLines
           
static StackedHistogramRenderer.PeaksIndicator StackedHistogramRenderer.PeaksIndicator.NoPeaks
           
 

Methods in org.das2.graph that return StackedHistogramRenderer.PeaksIndicator
 StackedHistogramRenderer.PeaksIndicator StackedHistogramRenderer.getPeaksIndicator()
          Getter for property peaksIndicator.
 

Methods in org.das2.graph with parameters of type StackedHistogramRenderer.PeaksIndicator
 void StackedHistogramRenderer.setPeaksIndicator(StackedHistogramRenderer.PeaksIndicator peaksIndicator)
          Setter for property peaksIndicator.