org.das2.graph
Class SpectrogramRenderer.RebinnerEnum

java.lang.Object
  extended by org.das2.graph.SpectrogramRenderer.RebinnerEnum
All Implemented Interfaces:
Enumeration
Enclosing class:
SpectrogramRenderer

public static class SpectrogramRenderer.RebinnerEnum
extends java.lang.Object
implements Enumeration


Field Summary
static SpectrogramRenderer.RebinnerEnum binAverage
           
static SpectrogramRenderer.RebinnerEnum binAverageNoInterpolate
           
static SpectrogramRenderer.RebinnerEnum binAverageNoInterpolateNoEnlarge
           
static SpectrogramRenderer.RebinnerEnum nearestNeighbor
           
 
Constructor Summary
SpectrogramRenderer.RebinnerEnum(DataSetRebinner rebinner, java.lang.String label)
           
 
Method Summary
 javax.swing.Icon getListIcon()
          An icon can be provided that will be shown in a list along with the textual description of the element.
 java.lang.String toString()
          Type-safe Enumerations implementing this interface should override the toString() method to return a String that will be helpful to the user when choosing this as an option from a list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

binAverage

public static final SpectrogramRenderer.RebinnerEnum binAverage

nearestNeighbor

public static final SpectrogramRenderer.RebinnerEnum nearestNeighbor

binAverageNoInterpolate

public static final SpectrogramRenderer.RebinnerEnum binAverageNoInterpolate

binAverageNoInterpolateNoEnlarge

public static final SpectrogramRenderer.RebinnerEnum binAverageNoInterpolateNoEnlarge
Constructor Detail

SpectrogramRenderer.RebinnerEnum

public SpectrogramRenderer.RebinnerEnum(DataSetRebinner rebinner,
                                        java.lang.String label)
Method Detail

getListIcon

public javax.swing.Icon getListIcon()
Description copied from interface: Enumeration
An icon can be provided that will be shown in a list along with the textual description of the element. This method should return null if there is no icon available.

Specified by:
getListIcon in interface Enumeration

toString

public java.lang.String toString()
Description copied from interface: Enumeration
Type-safe Enumerations implementing this interface should override the toString() method to return a String that will be helpful to the user when choosing this as an option from a list.

Specified by:
toString in interface Enumeration
Overrides:
toString in class java.lang.Object