| Home >> All >> org >> jfree >> [ util Javadoc ] |
| | org.jfree.util.junit.* (17) |
org.jfree.util: Javadoc index of package org.jfree.util.
Package Samples:
org.jfree.util.junit: General utility classes.
Classes:
StackableException: A baseclass for exceptions, which could have parent exceptions. These parent exceptions are raised in a subclass and are now wrapped into a subclass of this Exception. The parents are printed when this exception is printed. This class exists mainly for debugging reasons, as with them it is easier to detect the root cause of an error.
ResourceBundleSupport: An utility class to ease up using property-file resource bundles. The class support references within the resource bundle set to minimize the occurence of duplicate keys. References are given in the format: a.key.name=@referenced.key A lookup to a key in an other resource bundle should be written by a.key.name=@@resourcebundle_name@referenced.key
StackableRuntimeException: A baseclass for RuntimeExceptions, which could have parent exceptions. These parent exceptions are raised in a subclass and are now wrapped into a subclass of this Exception. The parents are printed when this exception is printed. This class exists mainly for debugging reasons, as with them it is easier to detect the root cause of an error.
WaitingImageObserver: This image observer blocks until the image is completely loaded. AWT defers the loading of images until they are painted on a graphic. While printing reports it is not very nice, not to know whether a image was completely loaded, so this observer forces the loading of the image until a final state (either ALLBITS, ABORT or ERROR) is reached.
LogTarget: An interface that defines a log target (a consumer of log messages). Classes which implement this interface can be registered with the Log class and will then receive logging messages generated by the code.
SortedConfigurationWriter: Writes a Configuration instance into a property file, where the keys are sorted by their name. Writing sorted keys make it easier for users to find and change properties in the file.
Log: A simple logging facility. Create a class implementing the LogTarget interface to use this feature.
HashNMap: The HashNMap can be used to store multiple values by a single key value. The values stored can be retrieved using a direct query or by creating an enumeration over the stored elements.
ObjectTableTests: Tests for the ObjectTableTests.TObjectTable class.
ClassComparator: The class comparator can be used to compare and sort classes and their superclasses. The comparator is not able to compare classes which have no relation...
ObjectList: A list of objects that can grow as required. When cloning, the objects in the list are NOT cloned, only the references.
ObjectTable: A lookup table for objects. This implementation is not synchronized, it is up to the caller to synchronize it properly.
UtilPackageTests: A collection of tests for the org.jfree.util package. These tests can be run using JUnit (http://www.junit.org).
ObjectUtilitiesTests: Some tests for the org.jfree.util.ObjectUtilities class.
PaintUtilitiesTests: Some tests for the org.jfree.util.PaintUtilities class.
ArrayUtilitiesTests: Tests for the org.jfree.util.ArrayUtilities class.
ShapeUtilitiesTests: Tests for the org.jfree.util.ShapeUtilities class.
PrintStreamLogTarget: A log target that sends output to a java.io.PrintStream .
StrokeTableTests: Tests for the org.jfree.util.StrokeTable class.
ObjectUtilsTests: Tests for the org.jfree.util.ObjectUtils class.
BooleanListTests: Tests for the org.jfree.util.BooleanList class.
ObjectListTests: Tests for the org.jfree.util.ObjectList class.
PaintTableTests: Tests for the org.jfree.util.PaintTable class.
ShapeTableTests: Tests for the org.jfree.util.ShapeTable class.
| Home | Contact Us | Privacy Policy | Terms of Service |