Serialized Form


Package org.dishevelled.iconbundle

Class org.dishevelled.iconbundle.IconSize extends Object implements Serializable

Serialization Methods

readResolve

Object readResolve()
             throws ObjectStreamException
Override readResolve to return the proper static final enumeration values.

Throws:
ObjectStreamException - if an error occurs
Serialized Fields

width

int width
Icon width.


height

int height
Icon height.


toStringValue

String toStringValue
The string value of width + "x" + height.


ordinal

int ordinal
Ordinal -- necessary for serialization.

Class org.dishevelled.iconbundle.IconState extends Object implements Serializable

Serialized Fields

name

String name
State name.

Class org.dishevelled.iconbundle.IconTextDirection extends Object implements Serializable

Serialized Fields

name

String name
Text direction name.



Copyright (c) 2003-2011 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).