|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
Stringable interface and data models that implement the interface.
See:
Description
| Interface Summary | |
| Stringable | Interface to be implemented by data model objects
whose state can be encapsulated as or decapsulated from
a data String. |
| Class Summary | |
| Colors | Class Colors
|
| HexXByte | Class HexXByte extends XByte
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| HexXDouble | Class HexXDouble extends XDouble
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| HexXFloat | Class HexXFloat extends XFloat
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| HexXInt | Class HexXInt extends XInt
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| HexXLong | Class HexXLong extends XLong
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| HexXShort | Class HexXShort extends XShort
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| XBigDecimal | Object wrapper for the arbitrary precision
BigDecimal class, that also provides
capabilities. |
| XBigInteger | Object wrapper for the arbitrary precision
BigInteger class that also provides
capabilities. |
| XBoolean | Object wrapper for the primitive
boolean type that also provides
capabilities. |
| XByte | Object wrapper for the primitive
byte type that also provides
capabilities. |
| XChar | Object wrapper for the primitive
char type that also provides
capabilities. |
| XColor | Object wrapper for the Color class
that also provides
capabilities. |
| XDouble | Object wrapper for the primitive
double type that also provides
capabilities. |
| XFloat | Object wrapper for the primitive
float type that also provides
capabilities. |
| XInt | Object wrapper for the primitive
int type that also provides
capabilities. |
| XLong | Object wrapper for the primitive
long type that also provides
capabilities. |
| XNumber | Abstract superclass for
objects
that wrap a numeric value, whether it is a primitive type
or an arbitrary precision representation. |
| XObject | Abstract superclass for
objects. |
| XPoint2D | Data model representing a point in graphics,
containing a double x coordinate
and a double y coordinate. |
| XShort | Object wrapper for the primitive
short type that also provides
capabilities. |
| XString | Object wrapper for the
class that also provides
capabilities. |
Provides the Stringable interface and data models that implement the interface.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||