Serialized Form


Package net.lucidviews.util

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

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

Serialized Fields

_textValue

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 Properties implements Serializable

serialVersionUID: 0L

Serialized Fields

_sourceDescription

String _sourceDescription
A description of where the properties were defined.


_sourceFile

File _sourceFile
The file used to persist these property values.

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

Serialized Fields

_propertySource

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


_propertyKey

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


_propertyValue

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 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 JComponent implements Serializable

Serialized Fields

_image

Image _image
The image to be displayed.


_imageSize

Dimension _imageSize
The (original) size of the image.


_displaySetting

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


_displaySize

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

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


_displayPosition

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 JPanel implements Serializable

Serialized Fields

_defaultBorder

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


_letters

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


Package net.lucidviews.util.text

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

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