Interface | Description |
---|---|
Combiner |
Interface for combining structurally-delicate items (such as annotations)
which need to be unified to a single output.
|
PrimitiveArray<ArrayType,BaseType> |
Interface for primitive-type extensible arrays, modeled after
ArrayList , but more performant. |
Sizable |
An entity with a size.
|
TreeNode<T> |
A wrapper around a data object, for storing it in a tree structure.
|
Class | Description |
---|---|
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 working with arrays, particularly arrays of primitives.
|
BoolArray |
An extensible array of
boolean elements. |
ByteArray |
An extensible array of
byte elements. |
Bytes |
Useful methods for reading, writing, decoding and converting
byte s
and byte arrays. |
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 | Deprecated
use
ConvertService and Types |
DebugUtils |
Useful methods for debugging programs.
|
DefaultTreeNode<T> |
Default implementation of
TreeNode . |
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 | Deprecated
Use
Types instead. |
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.
|
Query |
A map of annotations to annotated elements.
|
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. |
StringUtils |
Useful methods for working with
String s. |
Timing |
A helper class to help with optimizing the performance of a list of
operations.
|
TunePlayer |
Any QBasic fans out there? ;-)
|
Types |
Utility class for working with generic types, fields and methods.
|
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.
|
Exception | Description |
---|---|
ReflectException |
An exception thrown when something goes wrong performing a reflected
operation with
ReflectedUniverse . |
Copyright © 2015–2022 SciJava. All rights reserved.