Uses of Class
steganabara.histogram.HistogramMode

Packages that use HistogramMode
steganabara.histogram   
 

Uses of HistogramMode in steganabara.histogram
 

Methods in steganabara.histogram that return HistogramMode
static HistogramMode HistogramMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HistogramMode[] HistogramMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in steganabara.histogram with parameters of type HistogramMode
static int[] Histogram.histogram(java.awt.image.BufferedImage image, HistogramMode mode)
          Calculate the image histogram using a specified mode
 void HistogramPanel.setMode(HistogramMode mode)
          Set the mode of the histogram
 

Constructors in steganabara.histogram with parameters of type HistogramMode
HistogramPanel(java.awt.image.BufferedImage image, HistogramMode mode)
          Create a panel for an image histogram with a parameter to set the histogram mode
HistogramPanel(HistogramMode mode)
          Create a panel for histogram with a parameter to set the histogram mode