Interface | Description |
---|---|
SerializationWrapper<T> |
Interface for classes used for wrapping non-serializable classes.
|
Class | Description |
---|---|
DataUtils |
Abstract class that contains utility functions for creating data structures
and for working with data sources and values.
|
Dimension2D |
Class that stores the horizontal and vertical extent of an object.
|
Dimension2D.Double |
Class that stores double values.
|
GeometryUtils |
Abstract class that represents a collection of utility functions
concerning geometry.
|
GeometryUtils.PathSegment |
Utility data class for the values of the segments in a geometric shape.
|
GraphicsUtils |
Abstract class that contains utility functions for working with graphics.
|
HaltonSequence |
Class that calculates the values of the Halton sequence.
|
Insets2D |
Abstract class that stores insets for all four directions.
|
Insets2D.Double |
Class that stores insets as double values.
|
MathUtils |
Abstract class that provides utility functions which are useful for
mathematical calculations.
|
Messages |
Singleton class that globally provides translated message texts.
|
PointND<T extends Number> |
Class for storing n-dimensional points.
|
SerializableArea |
A wrapper for creating serializable objects from instances of
Area . |
SerializableBasicStroke |
A wrapper for creating serializable objects from instances of
BasicStroke . |
SerializablePoint2D |
A wrapper for creating serializable objects from instances of
Point2D.Double and Point2D.Float . |
SerializableShape |
A wrapper for creating serializable objects from instances of
Shape (e.g. |
SerializationUtils |
An abstract class containing utility functions for serialization.
|
SortedList<T extends Comparable<T>> |
Resizable implementation of the
List interface that automatically
sorts all values. |
StatefulTokenizer |
A tokenizing parser that can analyzes a string using different sets of
regular expression based parsing rules and produces a list of tokens.
|
StatefulTokenizer.Rule |
A regular expression based rule for building a parsing grammar.
|
StatefulTokenizer.Token |
A token that designates a certain section of a text input.
|
Tuple |
Immutable class for storing n-dimensional tuples.
|
Enum | Description |
---|---|
Location |
Indicates the location of components.
|
Orientation |
Enumeration type to describe the orientation of a arbitrary elements.
|
Copyright © 2009-2013. All Rights Reserved.