org.das2.graph
Class SpectrogramRenderer.RebinnerEnum
java.lang.Object
org.das2.graph.SpectrogramRenderer.RebinnerEnum
- All Implemented Interfaces:
- Enumeration
- Enclosing class:
- SpectrogramRenderer
public static class SpectrogramRenderer.RebinnerEnum
- extends java.lang.Object
- implements Enumeration
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 |
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
SpectrogramRenderer.RebinnerEnum
public SpectrogramRenderer.RebinnerEnum(DataSetRebinner rebinner,
java.lang.String label)
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