Package jcckit.util
-
Interface Summary Interface Description ConfigData Interface for hierarchically managed key-value pairs.TicLabelFormat Format interface for tic labels. -
Class Summary Class Description AppletBasedConfigData Implementation ofFlatConfigData
based on java.applet.Applet.ConfigParameters Read-only class for hierarchically organized key-value pairs.ConfigParametersBasedConfigData An implementation ofConfigData
based on two instances ofConfigParameters
.Factory General purpose factory method based onConfigParameters
and Java's Reflection API.FlatConfigData An implementation of ConfigData based on a flat representation of the hierachically organized key-value pairs.Format A helper class for formatting numbers according to a printf-like format string.Point Immutable class of a two-dimensional point with floating point coordinates.PropertiesBasedConfigData Implementation ofFlatConfigData
based on java.util.Properties.Util Collection of static utility methods. -
Exception Summary Exception Description FactoryException Exception thrown in the case of an error during creation of a new object byFactory.create(java.lang.String)
.