Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private Strings |
EditorState.strings |
Modifier and Type | Method and Description |
---|---|
Strings |
EditorState.getStrings()
Returns the Strings object currently in use.
|
Strings |
StringLoader.load() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ImageDescriptionCreator.getDescription(PixelImage image,
java.util.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.
|
Modifier and Type | Method and Description |
---|---|
private java.awt.Menu |
AwtMenuWrapper.createMenu(Strings strings,
int stringIndex) |
static java.lang.String |
AwtInfo.getAwtInfo(Strings strings)
Returns information on the current AWT settings, regarding the current
language by using a
Strings resource. |
private void |
AwtMenuWrapper.init(Strings strings)
Initializes an object of type MenuBar.
|
void |
AwtMenuWrapper.updateLabels(Strings strings)
Sets the label text of all MenuItem objects to
new values using the argument Strings information.
|
Constructor and Description |
---|
AwtMenuWrapper(Strings strings,
java.awt.event.ActionListener actionListener)
Internally creates a MenuBar object and provides methods to update that
menu bar.
|
Modifier and Type | Field and Description |
---|---|
private Strings |
ReduceGrayscaleDialog.strings |
private Strings |
UniformPaletteQuantizerDialog.strings |
Constructor and Description |
---|
CropDialog(java.awt.Frame owner,
Strings strings,
int width,
int height) |
GammaCorrectionDialog(java.awt.Frame owner,
Strings strings,
double initialValue,
double maxGamma)
Creates a GammaCorrectionDialog.
|
HueSaturationValueDialog(java.awt.Frame owner,
Strings strings,
boolean initialSetHue,
int h,
int s,
int v) |
MapToArbitraryPaletteDialog(java.awt.Frame owner,
Strings strings) |
MedianCutDialog(java.awt.Frame owner,
Strings strings,
int numColors,
int representativeColorMethod,
boolean paletted,
int numPasses,
double initialTau)
Creates a modal dialog to enter the parameter.
|
OctreeDialog(java.awt.Frame owner,
Strings strings,
int numColors,
boolean paletted)
Creates a modal dialog to enter the parameter.
|
ReduceGrayscaleDialog(java.awt.Frame owner,
Strings strings,
int bits,
int maxBits,
int ditheringMethodSelection)
Creates a modal dialog to enter the parameters.
|
ScaleDialog(java.awt.Frame owner,
Strings strings,
int width,
int height,
boolean pickType,
java.lang.String[] typeNames,
int initialType)
Creates an InfoDialog, a modal dialog to display a text message, centered on the desktop.
|
ShearDialog(java.awt.Frame owner,
Strings strings,
double initialValue,
int imageWidth,
int imageHeight)
Creates a ShearDialog.
|
UniformPaletteQuantizerDialog(java.awt.Frame owner,
Strings strings,
int redBits,
int greenBits,
int blueBits,
int ditheringMethodSelection)
Creates a modal dialog to enter the parameter.
|
WindowSizeDialog(java.awt.Frame owner,
Strings strings,
int titleIndex,
int initialWidth,
int initialHeight) |
YesNoDialog(java.awt.Frame owner,
Strings strings,
int titleIndex,
int questionIndex,
boolean includeCancel)
Creates a new YesNoDialog object and shows it centered on the screen.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
SystemInfo.getMemoryInfo(Strings strings) |
static java.lang.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. |