JIU 0.12.0 Homepage

Uses of Class
net.sourceforge.jiu.apps.Strings

Packages that use Strings
net.sourceforge.jiu.apps Smaller and larger applications demonstrating how to use JIU.  
net.sourceforge.jiu.gui.awt Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit).  
net.sourceforge.jiu.gui.awt.dialogs AWT dialogs that are used in the jiuawt application 
net.sourceforge.jiu.util Various helper classes with functionality not directly related to imaging 
 

Uses of Strings in net.sourceforge.jiu.apps
 

Methods in net.sourceforge.jiu.apps that return Strings
 Strings StringLoader.load()
           
 Strings EditorState.getStrings()
          Returns the Strings object currently in use.
 

Methods in net.sourceforge.jiu.apps with parameters of type Strings
static String ImageDescriptionCreator.getDescription(PixelImage image, Locale locale, Strings strings)
          Returns a description of the argument image using the language as specified by the argument locale's two-letter language code.
 

Uses of Strings in net.sourceforge.jiu.gui.awt
 

Methods in net.sourceforge.jiu.gui.awt with parameters of type Strings
 void AwtMenuWrapper.updateLabels(Strings strings)
           
static String AwtInfo.getAwtInfo(Strings strings)
          Returns information on the current AWT settings, regarding the current language by using a Strings resource.
 

Constructors in net.sourceforge.jiu.gui.awt with parameters of type Strings
AwtMenuWrapper(Strings strings, ActionListener actionListener)
          Internally creates a MenuBar object and provides methods to update that menu bar.
 

Uses of Strings in net.sourceforge.jiu.gui.awt.dialogs
 

Constructors in net.sourceforge.jiu.gui.awt.dialogs with parameters of type Strings
YesNoDialog(Frame owner, Strings strings, int titleIndex, int questionIndex, boolean includeCancel)
          Creates a new YesNoDialog object and shows it centered on the screen.
WindowSizeDialog(Frame owner, Strings strings, int titleIndex, int initialWidth, int initialHeight)
           
UniformPaletteQuantizerDialog(Frame owner, Strings strings, int redBits, int greenBits, int blueBits, int ditheringMethodSelection)
          Creates a modal dialog to enter the parameter.
ShearDialog(Frame owner, Strings strings, double initialValue, int imageWidth, int imageHeight)
          Creates a ShearDialog.
ScaleDialog(Frame owner, Strings strings, int width, int height, boolean pickType, String[] typeNames, int initialType)
          Creates an InfoDialog, a modal dialog to display a text message, centered on the desktop.
ReduceGrayscaleDialog(Frame owner, Strings strings, int bits, int maxBits, int ditheringMethodSelection)
          Creates a modal dialog to enter the parameters.
OctreeDialog(Frame owner, Strings strings, int numColors, boolean paletted)
          Creates a modal dialog to enter the parameter.
MedianCutDialog(Frame owner, Strings strings, int numColors, int representativeColorMethod, boolean paletted, int numPasses, double initialTau)
          Creates a modal dialog to enter the parameter.
MapToArbitraryPaletteDialog(Frame owner, Strings strings)
           
HueSaturationValueDialog(Frame owner, Strings strings, boolean initialSetHue, int h, int s, int v)
           
GammaCorrectionDialog(Frame owner, Strings strings, double initialValue, double maxGamma)
          Creates a GammaCorrectionDialog.
CropDialog(Frame owner, Strings strings, int width, int height)
           
 

Uses of Strings in net.sourceforge.jiu.util
 

Methods in net.sourceforge.jiu.util with parameters of type Strings
static String SystemInfo.getMemoryInfo(Strings strings)
           
static String SystemInfo.getSystemInfo(Strings strings)
          Returns a multiple-line text with information on the Java Virtual Machine, the path settings and the operating system used, regarding the current language by using a Strings resource.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt