Package y.util

Provides utility classes that are used throughout the yFiles.

See:
          Description

Interface Summary
ObjectStore This interface will be implemented by classes which are able to serialize objects into a number of key value pairs.
ObjectStringConverter Interface for classes which can convert Objects to String representations and vice versa
 

Class Summary
AbstractStringConverter This class is an abstract base class for classes implementing the ObjectStringConverter interface.
BeanSerializer This class is a simple implementation for automatic object string conversion.
BoundedQueue This class represents an efficient queue of bounded size.
BoundedStack This class represents an efficient stack of bounded size.
CommandLineArguments Helper class for parsing command line arguments.
Comparators This class provides access to some Comparator instances that are commenly used in yFiles.
Cursors This class contains only static methods, that can be used in conjunction with YCursors and Iterators
D Provides some convenience methods for code debugging and exception handling.
DataAcceptorAdapter An abstract adapter class for accepting data.
DataProviderAdapter An abstract adapter class for providing data.
DataProviders This class provides convenience and transformation services for DataProviders.
DetailedMessagePanel This Panel can display short and long versions of an error message.
EdgeMapAdapter This class is an empty abstract implementation of the EdgeMap interface.
GlobalProperties Singleton class that can manage global properties for an application, store and reload them in and from a properties file and manage the object <-> string conversion process.
GraphHider Provides functionality to hide and unhide nodes and edges of a graph.
GraphPartitionManager Provides functionality to hide and unhide nodes and edges of a graph.
HashMap2D This class represents a 2-dimensional hashmap.
Maps This class provides convenience and transformation services for Node- and EdgeMaps.
NodeMapAdapter This class is an abstract empty implementation of the NodeMap interface.
ObjectStringConversion This class serves as a basic implementation of the ObjectStringConverter interface.
ReflectionStringConverter A simple implementation of an ObjectStringConverter, which uses reflection to construct an object from a String representation and the toString() method to construct the String representation from an object.
ResourceResolver This class translates strings to URLs.
Timer Provides timer functionality.
Tuple This class represents an ordered 2-Tuple that is consistent with equals() and hashCode().
WrappedObjectDataProvider This class can be used to wrap a given DataProvider with another one.
YRandom Generates pseudorandom numbers and the such.
YUtil This class provides some static convenience methods and temporary scratch variables.
YVersion Provides system wide version numbers for yFiles releases
 

Package y.util Description

Provides utility classes that are used throughout the yFiles.


© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003