Uses of Package
org.scijava.util
-
Packages that use org.scijava.util Package Description org.scijava.annotations org.scijava.app org.scijava.convert org.scijava.io org.scijava.io.location org.scijava.tool org.scijava.util -
Classes in org.scijava.util used by org.scijava.annotations Class Description Combiner Interface for combining structurally-delicate items (such as annotations) which need to be unified to a single output. -
Classes in org.scijava.util used by org.scijava.app Class Description Manifest Helper class for working with JAR manifests.POM Helper class for working with Maven POMs. -
Classes in org.scijava.util used by org.scijava.convert Class Description BoolArray An extensible array ofbooleanelements.ByteArray An extensible array ofbyteelements.CharArray An extensible array ofcharelements.DoubleArray An extensible array ofdoubleelements.FloatArray An extensible array offloatelements.IntArray An extensible array ofintelements.LongArray An extensible array oflongelements.PrimitiveArray Interface for primitive-type extensible arrays, modeled afterArrayList, but more performant.ShortArray An extensible array ofshortelements. -
Classes in org.scijava.util used by org.scijava.io Class Description ByteArray An extensible array ofbyteelements. -
Classes in org.scijava.util used by org.scijava.io.location Class Description ByteArray An extensible array ofbyteelements. -
Classes in org.scijava.util used by org.scijava.tool Class Description ColorRGB A color with red, green and blue color components.RealCoords This class represents an (X, Y) coordinate pair in real coordinates. -
Classes in org.scijava.util used by org.scijava.util Class Description AbstractPrimitiveArray Abstract base class for primitive-type extensible arrays.ColorRGB A color with red, green and blue color components.Combiner Interface for combining structurally-delicate items (such as annotations) which need to be unified to a single output.IntCoords This class represents an (X, Y) coordinate pair in integer coordinates.IntRect A class for representing a rectangular region, in integer coordinates.Manifest Helper class for working with JAR manifests.POM Helper class for working with Maven POMs.PrimitiveArray Interface for primitive-type extensible arrays, modeled afterArrayList, but more performant.Query A map of annotations to annotated elements.RealCoords This class represents an (X, Y) coordinate pair in real coordinates.RealRect A class for representing a rectangular region, in real coordinates.ReflectException An exception thrown when something goes wrong performing a reflected operation withReflectedUniverse.Sizable An entity with a size.Timing A helper class to help with optimizing the performance of a list of operations.TreeNode A wrapper around a data object, for storing it in a tree structure.XML Helper class for working with XML documents.