Serialized Form


Package net.lucidviews.util

Class net.lucidviews.util.Counter extends VariableLong implements Serializable

Class net.lucidviews.util.EnumValue extends java.lang.Object implements Serializable

Serialized Fields

_textValue

java.lang.String _textValue
The user-friendly name associated with this enumeration value.


_isCaseSensitive

boolean _isCaseSensitive
A flag indicating if the text value is case sensitive.


_index

int _index
The index of this value within the enumeration.

Class net.lucidviews.util.Properties extends java.util.Properties implements Serializable

serialVersionUID: 0l

Serialized Fields

_sourceDescription

java.lang.String _sourceDescription
A description of where the properties were defined.


_sourceFile

java.io.File _sourceFile
The file used to persist these property values.

Class net.lucidviews.util.PropertyException extends java.lang.Exception implements Serializable

Serialized Fields

_propertySource

java.lang.String _propertySource
A description of where the properties were read from.


_propertyKey

java.lang.String _propertyKey
The key that references the property that was missing/invalid.


_propertyValue

java.lang.String _propertyValue
The value of the property that was not valid.

Class net.lucidviews.util.VariableDouble extends VariableNumber implements Serializable

Serialized Fields

value

double value
The underlying value.

Class net.lucidviews.util.VariableLong extends VariableNumber implements Serializable

Serialized Fields

value

long value
The underlying value.

Class net.lucidviews.util.VariableNumber extends java.lang.Number implements Serializable

Serialized Fields

secure

boolean secure
Flag set once the value has been fixed, effectively making the number immutable.


Package net.lucidviews.util.gui.swing

Class net.lucidviews.util.gui.swing.JImage extends javax.swing.JComponent implements Serializable

Serialized Fields

_image

java.awt.Image _image
The image to be displayed.


_imageSize

java.awt.Dimension _imageSize
The (original) size of the image.


_displaySetting

java.awt.Dimension _displaySetting
The algorithm used to determine the size of the displayed image based upon the available area in which to display it.


_displaySize

java.awt.Dimension _displaySize
The size of the rendered image.


_displayScaling

int _displayScaling
The algorithm used to scale the original image to the displayed (re-sized) image. The algorthim can be changed to improve quality or performance.


_xAlignment

float _xAlignment
Horizontal alignment of the image within the available space (0.0: left; 1.0: right).


_yAlignment

float _yAlignment
Vertical alignment of the image within the available space (0.0: top; 1.0: bottom)


_displayImage

java.awt.Image _displayImage
The image that gets displayed (a re-sized copy of _image)


_displayPosition

java.awt.Point _displayPosition
The pixel position of the top-right corner of the image relative to the top-right corner of the available area.


_paintRequested

boolean _paintRequested
Flag set when the paint method is called and reset once the image has been successfully painted (i.e. flag is on if the image needs repainting).

Class net.lucidviews.util.gui.swing.JLettersPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_defaultBorder

javax.swing.border.Border _defaultBorder
The border, if no other is specified, to use around each text component that displays a letter.


_letters

javax.swing.JLabel[] _letters
Text components, one for each letter.


Package net.lucidviews.util.text

Class net.lucidviews.util.text.ParseValueException extends java.lang.Exception implements Serializable

Class net.lucidviews.util.text.Strings.EnumValueMustBeValid extends EnumValue implements Serializable