Package de.erichseifert.gral.util

Common utility classes.

See:
          Description

Interface Summary
SettingsListener Interface providing a function to listen to changes of settings.
SettingsStorage Interface providing functions to store and retrieve settings for an object.
 

Class Summary
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.
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.
PointND<T extends Number> Class for storing n-dimensional points.
SettingChangeEvent Class for handling event data of settings.
Settings Class that stores a specific and a default setting for a certain key.
Settings.Key A settings key storing a name.
SortedList<T extends Comparable<T>> Resizable implementation of the List interface that automatically sorts all values.
 

Package de.erichseifert.gral.util Description

Common utility classes.



Copyright © 2009-2010. All Rights Reserved.