Package org.rubato.util

This package contains classes that provide miscellaneous utility functions.

See:
          Description

Class Summary
Base64 The class converts an array of integers to base-64 string representation.
CustomFileFilter  
DoubleConverter Subclasses of this class specialize in converting module elements to and from double.
Pair<A extends Comparable<A>,B extends Comparable<B>> This is a generic pair class, where the first and second coordinate classes are specified using template arguments.
SpringUtilities A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
TextUtils Static utility functions for text handling.
Triple<A extends Comparable<A>,B extends Comparable<B>,C extends Comparable<C>> This is a generic pair class, where the coordinate classes are specified using template arguments.
 

Package org.rubato.util Description

This package contains classes that provide miscellaneous utility functions.