Class Summary |
AbstractPrimitiveArray<ArrayType,BaseType> |
Abstract base class for primitive-type extensible arrays. |
AppUtils |
Useful methods for obtaining details of the SciJava application environment. |
ArrayUtils |
Utility class for creating and manipulating PrimitiveArray instances. |
BoolArray |
An extensible array of boolean elements. |
ByteArray |
An extensible array of byte elements. |
CharArray |
An extensible array of char elements. |
CheckSezpoz |
Deprecated. |
ClassUtils |
Useful methods for working with Class objects and primitive types. |
ColorRGB |
A color with red, green and blue color components. |
ColorRGBA |
A color with red, green, blue and alpha color components. |
Colors |
Predefined ColorRGB objects and related utility methods. |
CombineAnnotations |
Deprecated. Use AnnotationCombiner instead. |
ConversionUtils |
Useful methods for converting and casting between classes and types. |
DebugUtils |
Useful methods for debugging programs. |
DigestUtils |
Utility class for computing cryptographic hashes. |
DoubleArray |
An extensible array of double elements. |
FileUtils |
Useful methods for working with file paths. |
FloatArray |
An extensible array of float elements. |
GenericUtils |
Useful methods for working with Type objects, particularly generic
types. |
IntArray |
An extensible array of int elements. |
IntCoords |
This class represents an (X, Y) coordinate pair in integer coordinates. |
IntRect |
A class for representing a rectangular region, in integer coordinates. |
IteratorPlus<E> |
A class that provides more thorough support for iteration. |
LastRecentlyUsed<T> |
A simple container for N last-recently-used items. |
LineOutputStream |
This class hides a line-based output behind an OutputStream . |
ListUtils |
Useful methods for working with List s. |
LongArray |
An extensible array of long elements. |
Manifest |
Helper class for working with JAR manifests. |
MersenneTwisterFast |
MersenneTwister and MersenneTwisterFast |
MetaInfCombiner |
Accumulates information from the class path to make META-INF/ files
appropriate for an uber jar. |
MirrorWebsite |
This program mirrors a given website. |
MiscUtils |
Miscellaneous utility methods. |
NumberUtils |
Useful methods for working with Number objects. |
ObjectArray<E> |
An extensible, generic array of Object elements. |
PlatformUtils |
Useful methods for platform-specific interrogation. |
POM |
Helper class for working with Maven POMs. |
Prefs |
Deprecated. See PrefService |
ProcessUtils |
Useful methods for working with processes. |
ReadInto |
This class takes an InputStream and either accumulates the read bytes
in a String or outputs to a PrintStream . |
RealCoords |
This class represents an (X, Y) coordinate pair in real coordinates. |
RealRect |
A class for representing a rectangular region, in real coordinates. |
ReflectedUniverse |
A general-purpose reflection wrapper class. |
ServiceCombiner |
Combines Service information from all JAR files on the classpath. |
ShortArray |
An extensible array of short elements. |
SizableArrayList<E> |
An ArrayList whose size can be adjusted more efficiently. |
StringMaker |
Helper class for building up String s of key/value pairs. |
Timing |
A helper class to help with optimizing the performance of a list of
operations. |
TunePlayer |
Any QBasic fans out there? ;-) |
UnitUtils |
Utility methods for working with units. |
VersionUtils |
Useful methods for retrieving versions from JARs and POMs associated with
Class objects. |
XML |
Helper class for working with XML documents. |