Table Of Contents

Previous topic

Enumerated types

Next topic

Geometric shape primitives

This Page

Compound types

scijava.roi.types.AbstractTransform1D

scijava.roi.types.AbstractTransform1D
SeqNo Type Name Description
0 scijava.roi.types.String NAME Name of transformation
1 scijava.roi.types.String ARGS Arguments
2 Shape SHAPE Shape

scijava.roi.types.AbstractTransform2D

scijava.roi.types.AbstractTransform2D
SeqNo Type Name Description
0 scijava.roi.types.String NAME Name of transformation
1 scijava.roi.types.String ARGS Arguments
2 Shape SHAPE Shape

scijava.roi.types.AbstractTransform3D

scijava.roi.types.AbstractTransform3D
SeqNo Type Name Description
0 scijava.roi.types.String NAME Name of transformation
1 scijava.roi.types.Array<scijava.roi.types.String> ARGS Arguments
2 Shape SHAPE Shape

scijava.roi.types.AffineTransform1D

scijava.roi.types.AffineTransform1D
SeqNo Type Name Description
0 Affine1D TRANS Transform
1 Shape SHAPE Shape

scijava.roi.types.AffineTransform2D

scijava.roi.types.AffineTransform2D
SeqNo Type Name Description
0 Affine2D TRANS Transform
1 Shape SHAPE Shape

scijava.roi.types.AffineTransform3D

scijava.roi.types.AffineTransform3D
SeqNo Type Name Description
0 Affine3D TRANS Transform
1 Shape SHAPE Shape

scijava.roi.types.AlignedBitMask1D

scijava.roi.types.AlignedBitMask1D
SeqNo Type Name Description
0 LinePoints1D B1 Bounding line
1 Vector1D DIM1 Mask dimensions (x)
2 bool[x] DATA Mask data

scijava.roi.types.AlignedBitMask2D

scijava.roi.types.AlignedBitMask2D
SeqNo Type Name Description
0 LinePoints2D B1 Bounding box
1 Vector2D DIM1 Mask dimensions (x,y)
2 bool[x,y] DATA Mask data

scijava.roi.types.AlignedBitMask3D

scijava.roi.types.AlignedBitMask3D
SeqNo Type Name Description
0 LinePoints3D B1 Bounding box
1 Vector3D DIM1 Mask dimensions (x,y,z)
2 bool[x,y,z] DATA Mask data

scijava.roi.types.AlignedCube1

scijava.roi.types.AlignedCube1
SeqNo Type Name Description
0 Vertex3D P1 First corner
1 Vertex1D P2 x coordinate of adjacent/opposing corner

scijava.roi.types.AlignedCube2

scijava.roi.types.AlignedCube2
SeqNo Type Name Description
0 Vertex3D P1 First corner
1 Vector1D P2 distance to adjacent corner on x axis (relative to P1)

scijava.roi.types.AlignedCuboid1

scijava.roi.types.AlignedCuboid1
SeqNo Type Name Description
0 LinePoints3D P1 Corner and opposing corner

scijava.roi.types.AlignedCuboid2

scijava.roi.types.AlignedCuboid2
SeqNo Type Name Description
0 LineVector3D P1 Corner and vector to opposing corner

scijava.roi.types.AlignedGreyMask1D

scijava.roi.types.AlignedGreyMask1D
SeqNo Type Name Description
0 LinePoints1D B1 Bounding line
1 Vector1D DIM1 Mask dimensions (x)
2 double[x] DATA Mask data

scijava.roi.types.AlignedGreyMask2D

scijava.roi.types.AlignedGreyMask2D
SeqNo Type Name Description
0 LinePoints2D B1 Bounding box
1 Vector2D DIM1 Mask dimensions (x,y)
2 double[x,y] DATA Mask data

scijava.roi.types.AlignedGreyMask3D

scijava.roi.types.AlignedGreyMask3D
SeqNo Type Name Description
0 LinePoints3D B1 Bounding box
1 Vector3D DIM1 Mask dimensions (x,y,z)
2 double[x,y,z] DATA Mask data

scijava.roi.types.AlignedHalfAxes2D

scijava.roi.types.AlignedHalfAxes2D
SeqNo Type Name Description
0 Vertex2D P1 Centre point
1 Vector2D V1 Half axes (x,y)

scijava.roi.types.AlignedHalfAxes3D

scijava.roi.types.AlignedHalfAxes3D
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vector3D V1 Half axes (x,y,z)

scijava.roi.types.AlignedRectangle1

scijava.roi.types.AlignedRectangle1
SeqNo Type Name Description
0 LinePoints2D P1 Corner and opposing corner

scijava.roi.types.AlignedRectangle2

scijava.roi.types.AlignedRectangle2
SeqNo Type Name Description
0 LineVector2D P1 Corner and vector to opposing corner

scijava.roi.types.AlignedSquare1

scijava.roi.types.AlignedSquare1
SeqNo Type Name Description
0 Vertex2D P1 First corner
1 Vertex1D P2 x coordinate of adjacent/opposing corner

scijava.roi.types.AlignedSquare2

scijava.roi.types.AlignedSquare2
SeqNo Type Name Description
0 Vertex2D P1 First corner
1 Vector1D P2 distance to adjacent corner on x axis (relative to P1)

scijava.roi.types.Arc12D

scijava.roi.types.Arc12D
SeqNo Type Name Description
0 LinePoints2D P1 Centre point and arc start
1 Vector2D V1 Arc end

scijava.roi.types.Arc13D

scijava.roi.types.Arc13D
SeqNo Type Name Description
0 LinePoints3D P1 Centre point and arc start
1 Vector3D V1 Arc end

scijava.roi.types.Arc22D

scijava.roi.types.Arc22D
SeqNo Type Name Description
0 LineVector2D P1 Centre point and arc start
1 Vector2D V1 Arc end

scijava.roi.types.Arc23D

scijava.roi.types.Arc23D
SeqNo Type Name Description
0 LineVector3D P1 Centre point and arc start
1 Vector3D V1 Arc end

scijava.roi.types.Arc32D

scijava.roi.types.Arc32D
SeqNo Type Name Description
0 Vertex2D[3] P1 Centre point, arc start and arc end (vector inferred)

scijava.roi.types.Arc33D

scijava.roi.types.Arc33D
SeqNo Type Name Description
0 Vertex3D[3] P1 Centre point, arc start and arc end (vector inferred)

scijava.roi.types.Array<TYPE>

scijava.roi.types.Array<TYPE>
SeqNo Type Name Description
(T0) scijava.roi.types.TypeID TYPE Type stored in container
0 scijava.roi.types.Count NELEM Number of elements
1 TYPE[NELEM] ELEM Elements

scijava.roi.types.BitMask2D

scijava.roi.types.BitMask2D
SeqNo Type Name Description
0 Rectangle2 B1 Bounding box
1 Vector2D DIM1 Mask dimensions (x,y)
2 bool[x,y] DATA Mask data

scijava.roi.types.BitMask3D

scijava.roi.types.BitMask3D
SeqNo Type Name Description
0 Cuboid2 B1 Bounding box
1 Vector3D DIM1 Mask dimensions (x,y,z)
2 bool[x,y,z] DATA Mask data

scijava.roi.types.Bitwise1D

scijava.roi.types.Bitwise1D
SeqNo Type Name Description
0 BLogic O1 Bitwise logic operator
1 BitMask1D M1 Mask 1
2 BitMask1D M2 Mask 2

scijava.roi.types.Bitwise2D

scijava.roi.types.Bitwise2D
SeqNo Type Name Description
0 BLogic O1 Bitwise logic operator
1 BitMask2D M1 Mask 1
2 BitMask2D M2 Mask 2

scijava.roi.types.Bitwise3D

scijava.roi.types.Bitwise3D
SeqNo Type Name Description
0 BLogic O1 Bitwise logic operator
1 BitMask3D M1 Mask 1
2 BitMask3D M2 Mask 2

scijava.roi.types.Circle0

scijava.roi.types.Circle0
SeqNo Type Name Description
0 Vertex2D P1 Centre point
1 Vertex2D P2 Circumference point

scijava.roi.types.Circle1

scijava.roi.types.Circle1
SeqNo Type Name Description
0 Vertex2D P1 Centre point
1 Vector1D V1 Radius

scijava.roi.types.Circle2

scijava.roi.types.Circle2
SeqNo Type Name Description
0 Vertex2D P1 Centre point
1 Vector2D V1 Radius

scijava.roi.types.Circle3

scijava.roi.types.Circle3
SeqNo Type Name Description
0 Vertex2D P1 Point on circumference
1 Vector2D V1 Vector to centre

scijava.roi.types.Circle4

scijava.roi.types.Circle4
SeqNo Type Name Description
0 Vertex2D[2] P1 Two points on circumference

scijava.roi.types.Circle5

scijava.roi.types.Circle5
SeqNo Type Name Description
0 Vertex2D[3] P1 Three points on circumference

scijava.roi.types.CircularCylinder1

scijava.roi.types.CircularCylinder1
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vertex3D P2 Centre of second face
2 Vector1D V1 Radius

scijava.roi.types.CircularCylinder2

scijava.roi.types.CircularCylinder2
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vector3D V1 Distance to centre of second face
2 Vector1D V2 Radius

scijava.roi.types.CircularCylinder3

scijava.roi.types.CircularCylinder3
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vertex3D P2 Centre of second face
2 Vector3D V1 Radius and angle of first face
3 Vector3D V2 Angle of second face

scijava.roi.types.CircularCylinder4

scijava.roi.types.CircularCylinder4
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vector3D V1 Distance to centre of second face
2 Vector3D V2 Radius and angle of first face
3 Vector3D V3 Angle of second face

scijava.roi.types.Color

scijava.roi.types.Color
SeqNo Type Name Description
0 scijava.roi.types.Float64 R Red value (0,1)
1 scijava.roi.types.Float64 G Green value (0,1)
2 scijava.roi.types.Float64 B Blue value (0,1)
3 scijava.roi.types.Float64 A Alpha value (0,1)

scijava.roi.types.Cube1

scijava.roi.types.Cube1
SeqNo Type Name Description
0 LinePoints3D P1 Corner and adjacent corner

scijava.roi.types.Cube2

scijava.roi.types.Cube2
SeqNo Type Name Description
0 LineVector3D P1 Corner and vector to adjacent corner

scijava.roi.types.Cuboid1

scijava.roi.types.Cuboid1
SeqNo Type Name Description
0 Vertex3D P1 First corner
1 Vertex3D P2 Second corner (adjacent to P1)
2 Vector2D V1 Distance to third corner (adjacent to P2)
3 Vector1D V2 Distance to fourth corner (opposing P1, adjacent to V1)

scijava.roi.types.Cuboid2

scijava.roi.types.Cuboid2
SeqNo Type Name Description
0 Vertex3D P1 First corner
1 Vector3D V1 Distance to second corner (relative to P1)
2 Vector2D V2 Distance to third corner (relative to V1)
3 Vector1D V3 Distance to fourth corner (relative to V2, opposing P1)

scijava.roi.types.Custom

scijava.roi.types.Custom
SeqNo Type Name Description
0 scijava.roi.types.String TYPE Name of the custom type
1 Set MEASUREMENTS Set of shapes describing how the ROI was measured
2 Set RESULTS Set of shapes for describing measurement results
3 Set EDIT Set of shapes describing how to edit the ROI
4 Set VISUAL Set of shapes describing how to visualise (render) the ROI for visualisation

scijava.roi.types.DimConstraintSet

scijava.roi.types.DimConstraintSet
SeqNo Type Name Description
0 scijava.roi.types.Set<scijava.roi.types.DimConstraintSet> CONSTRAINTS Set of dimensional constraints

scijava.roi.types.DirectedGraph<NTYPE, ETYPE>

scijava.roi.types.DirectedGraph<NTYPE, ETYPE>
SeqNo Type Name Description
(T0) scijava.roi.types.TypeID NTYPE Node type stored in container
(T1) scijava.roi.types.TypeID ETYPE Edge type stored in container
0 scijava.roi.types.Array<NTYPE> VERTS Nodes
1 scijava.roi.types.Array<scijava.roi.types.Pair<ETYPE,scijava.roi.types.Pair<Index,Index>> EDGES Edges, including out and in vertex numbers

scijava.roi.types.EllipticCylinder1

scijava.roi.types.EllipticCylinder1
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vertex3D P2 Centre of second face
2 Vector2D V1 Half axes (xy)
3 Vector1D V2 Half axes (x)

scijava.roi.types.EllipticCylinder2

scijava.roi.types.EllipticCylinder2
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vector3D V1 Distance to second face
2 Vector3D V2 Half axes (xy)
3 Vector2D V3 Half axes (x)

scijava.roi.types.EllipticCylinder3

scijava.roi.types.EllipticCylinder3
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vertex3D P2 Centre of second face
2 Vector3D V1 Half axes of first face (xyz)
3 Vector2D V2 Half axes of first face (xy)
4 Vector3D V3 Angle of second face

scijava.roi.types.EllipticCylinder4

scijava.roi.types.EllipticCylinder4
SeqNo Type Name Description
0 Vertex3D P1 Centre of first face
1 Vector3D V1 Distance to second face
2 Vector3D V2 Half axes (xyz)
3 Vector2D V3 Half axes (xy)
4 Vector3D V4 Angle of second face

scijava.roi.types.Extrude

scijava.roi.types.Extrude
SeqNo Type Name Description
0 Index D1 Dimension
1 Shape SHAPE Shape

scijava.roi.types.GreyMask2D

scijava.roi.types.GreyMask2D
SeqNo Type Name Description
0 Rectangle2 B1 Bounding box
1 Vector2D DIM1 Mask dimensions (x,y)
2 double[x,y] DATA Mask data

scijava.roi.types.GreyMask3D

scijava.roi.types.GreyMask3D
SeqNo Type Name Description
0 Cuboid2 B1 Bounding box
1 Vector3D DIM1 Mask dimensions (x,y,z)
2 double[x,y,z] DATA Mask data

scijava.roi.types.HalfAxes2D

scijava.roi.types.HalfAxes2D
SeqNo Type Name Description
0 Vertex2D P1 Centre point
1 Vector2D V1 Half axes (xy)
2 Vector1D V2 Half axes (x)

scijava.roi.types.HalfAxes3D

scijava.roi.types.HalfAxes3D
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vector3D V1 Half axes (xyz)
2 Vector2D V2 Half axes (xy)
3 Vector1D V3 Half axes (x)

scijava.roi.types.LinePoints1D

scijava.roi.types.LinePoints1D
SeqNo Type Name Description
0 Vertex1D[2] P1 Line start and end points

scijava.roi.types.LinePoints2D

scijava.roi.types.LinePoints2D
SeqNo Type Name Description
0 Vertex2D[2] P1 Line start and end points

scijava.roi.types.LinePoints3D

scijava.roi.types.LinePoints3D
SeqNo Type Name Description
0 Vertex3D[2] P1 Line start and end points

scijava.roi.types.LineVector1D

scijava.roi.types.LineVector1D
SeqNo Type Name Description
0 Vertex1D P1 Line start

scijava.roi.types.LineVector2D

scijava.roi.types.LineVector2D
SeqNo Type Name Description
0 Vertex2D P1 Line start
1 Vector2D V1 Line end (relative to P1)

scijava.roi.types.LineVector3D

scijava.roi.types.LineVector3D
SeqNo Type Name Description
0 Vertex3D P1 Line start
1 Vector3D V1 Line end (relative to P1)

scijava.roi.types.LinesPoints1D

scijava.roi.types.LinesPoints1D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLinePoints1D> LINES Array of line points

scijava.roi.types.LinesPoints2D

scijava.roi.types.LinesPoints2D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLinePoints2D> LINES Array of line points

scijava.roi.types.LinesPoints3D

scijava.roi.types.LinesPoints3D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLinePoints3D> LINES Array of line points

scijava.roi.types.LinesVectors1D

scijava.roi.types.LinesVectors1D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLineVector1D> LINES Array of line vectors

scijava.roi.types.LinesVectors2D

scijava.roi.types.LinesVectors2D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLineVector2D> LINES Array of line vectors

scijava.roi.types.LinesVectors3D

scijava.roi.types.LinesVectors3D
SeqNo Type Name Description
0 scijava.roi.types.Array<RLineVector3D> LINES Array of line vectors

scijava.roi.types.Map<KTYPE, VTYPE>

scijava.roi.types.Map<KTYPE, VTYPE>
SeqNo Type Name Description
(T0) scijava.roi.types.TypeID KTYPE Key type stored in container
(T1) scijava.roi.types.TypeID VTYPE Value type stored in container
0 scijava.roi.types.Array<scijava.roi.types.Pair<KTYPE,VTYPE>> ELEM Array of key-value pairs

scijava.roi.types.Mesh2D

scijava.roi.types.Mesh2D
SeqNo Type Name Description
0 scijava.roi.types.Array<double[3]> FACES Vertex references per face, counterclockwise winding
1 scijava.roi.types.Array<Vertex2D> VERTS Vertex coordinates

scijava.roi.types.Mesh3D

scijava.roi.types.Mesh3D
SeqNo Type Name Description
0 scijava.roi.types.Array<double[3]> FACES Vertex references per face, counterclockwise winding
1 scijava.roi.types.Array<Vertex3D> VERTS Vertex coordinates

scijava.roi.types.Pair<LTYPE, RTYPE>

scijava.roi.types.Pair<LTYPE, RTYPE>
SeqNo Type Name Description
(T0) scijava.roi.types.TypeID LTYPE Left hand type
(T1) scijava.roi.types.TypeID RTYPE Right hand type
0 LTYPE LEFT Left hand value
1 LTYPE RIGHT Right hand value

scijava.roi.types.Points1D

scijava.roi.types.Points1D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vertex1D> POINTS Array of point coordinates

scijava.roi.types.Points2D

scijava.roi.types.Points2D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vertex2D> POINTS Array of point coordinates

scijava.roi.types.Points3D

scijava.roi.types.Points3D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vertex3D> POINTS Array of point coordinates

scijava.roi.types.PolylinePoints1D

scijava.roi.types.PolylinePoints1D
SeqNo Type Name Description
0 Points1D P1 Array of points

scijava.roi.types.PolylinePoints2D

scijava.roi.types.PolylinePoints2D
SeqNo Type Name Description
0 Points2D P1 Array of points

scijava.roi.types.PolylinePoints3D

scijava.roi.types.PolylinePoints3D
SeqNo Type Name Description
0 Points3D P1 Array of points

scijava.roi.types.PolylineVector1D

scijava.roi.types.PolylineVector1D
SeqNo Type Name Description
0 Vertex1D P1 First point
1 scijava.roi.types.Array<Vector1D> V1 Array of vectors

scijava.roi.types.PolylineVector2D

scijava.roi.types.PolylineVector2D
SeqNo Type Name Description
0 Vertex2D P1 First point
1 scijava.roi.types.Array<Vector2D> V1 Array of vectors

scijava.roi.types.PolylineVector3D

scijava.roi.types.PolylineVector3D
SeqNo Type Name Description
0 Vertex3D P1 First point
1 scijava.roi.types.Array<Vector3D> V1 Array of vectors

scijava.roi.types.Properties

scijava.roi.types.Properties
SeqNo Type Name Description
0 scijava.roi.types.Set<scijava.roi.types.Property> PROPS Set of properties

scijava.roi.types.Property

scijava.roi.types.Property
SeqNo Type Name Description
0 scijava.roi.types.String KEY Property name
1 Representation VALUE Property value (includes type information)

scijava.roi.types.Range1nD

scijava.roi.types.Range1nD
SeqNo Type Name Description
0 Index D1 Dimension
1 Index V1 Starting value within dimension
2 Index V2 Ending value +1 within dimension

scijava.roi.types.Range2nD

scijava.roi.types.Range2nD
SeqNo Type Name Description
0 Index D1 Dimension
1 Operator O1 Mathematical operator
2 Value V1 Value for operation

scijava.roi.types.Rectangle1

scijava.roi.types.Rectangle1
SeqNo Type Name Description
0 Vertex2D P1 First corner
1 Vertex2D P2 Adjacent corner
2 Vector1D V1 Distance to corner opposing P1 (relative to P2)

scijava.roi.types.Rectangle2

scijava.roi.types.Rectangle2
SeqNo Type Name Description
0 Vertex2D P1 First corner
1 Vector2D V1 Distance to adjacent corner (relative to P1)
2 Vector1D V2 Distance to corner opposing P1 (relative to P2)

scijava.roi.types.RotateTransform2D

scijava.roi.types.RotateTransform2D
SeqNo Type Name Description
0 double[1] RA Rotation angle in z
1 Shape SHAPE Shape

scijava.roi.types.RotateTransform3D

scijava.roi.types.RotateTransform3D
SeqNo Type Name Description
0 double[3] RA Rotation angle in x,y,z
1 Shape SHAPE Shape

scijava.roi.types.ScaleTransform1D

scijava.roi.types.ScaleTransform1D
SeqNo Type Name Description
0 double[1] SF1 Scale factor for x
1 Shape1D SHAPE Shape

scijava.roi.types.ScaleTransform2D

scijava.roi.types.ScaleTransform2D
SeqNo Type Name Description
0 double[2] SF1 Scale factor for x,y
1 Shape1D SHAPE Shape

scijava.roi.types.ScaleTransform3D

scijava.roi.types.ScaleTransform3D
SeqNo Type Name Description
0 double[3] SF1 Scale factor for x,y,z
1 Shape SHAPE Shape

scijava.roi.types.Set<TYPE>

scijava.roi.types.Set<TYPE>
SeqNo Type Name Description
(T0) scijava.roi.types.TypeID TYPE Type stored in container
0 scijava.roi.types.Count NELEM Number of elements
1 TYPE[NELEM] ELEM Elements

scijava.roi.types.ShapeSet

scijava.roi.types.ShapeSet
SeqNo Type Name Description
0 scijava.roi.types.Set<Shape> SHAPES Set of shapes

scijava.roi.types.Sphere0

scijava.roi.types.Sphere0
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vertex3D P2 Surface point

scijava.roi.types.Sphere1

scijava.roi.types.Sphere1
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vector1D V1 Radius

scijava.roi.types.Sphere2

scijava.roi.types.Sphere2
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vector2D V1 Radius

scijava.roi.types.Sphere3

scijava.roi.types.Sphere3
SeqNo Type Name Description
0 Vertex3D P1 Centre point
1 Vector3D V1 Radius

scijava.roi.types.Sphere4

scijava.roi.types.Sphere4
SeqNo Type Name Description
0 Vertex3D P1 Point on surface
1 Vector3D V1 Vector to centre

scijava.roi.types.Sphere5

scijava.roi.types.Sphere5
SeqNo Type Name Description
0 Vertex3D[2] P1 Two points on surface

scijava.roi.types.Sphere6

scijava.roi.types.Sphere6
SeqNo Type Name Description
0 Vertex3D[4] P1 Four points on surface

scijava.roi.types.Square1

scijava.roi.types.Square1
SeqNo Type Name Description
0 LinePoints2D P1 Corner and opposing corner

scijava.roi.types.Square2

scijava.roi.types.Square2
SeqNo Type Name Description
0 LineVector2D P1 Corner and vector to opposing corner

scijava.roi.types.String

scijava.roi.types.String
SeqNo Type Name Description
0 Count NCHAR Number of octets
1 CHARS uint8[NCHAR] Array of octets (UTF-8)

scijava.roi.types.Text

scijava.roi.types.Text
SeqNo Type Name Description
0 Rectangle2 B1 Text bounds
1 scijava.roi.types.String TEXT Text

scijava.roi.types.TranslateTransform1D

scijava.roi.types.TranslateTransform1D
SeqNo Type Name Description
0 Vector1D TR1 Translation in x
1 Shape1D SHAPE Shape

scijava.roi.types.TranslateTransform2D

scijava.roi.types.TranslateTransform2D
SeqNo Type Name Description
0 Vector2D TR1 Translation in x,y
1 Shape1D SHAPE Shape

scijava.roi.types.TranslateTransform3D

scijava.roi.types.TranslateTransform3D
SeqNo Type Name Description
0 Vector3D TR1 Translation in x,y,z
1 Shape1D SHAPE Shape

scijava.roi.types.ValuesnD

scijava.roi.types.ValuesnD
SeqNo Type Name Description
0 Index D1 Dimension
1 scijava.roi.types.Array<Index> V1 Values within dimension

scijava.roi.types.Vector1D

scijava.roi.types.Vector1D
SeqNo Type Name Description
0 Vector1D V1 Vector

scijava.roi.types.Vector2D

scijava.roi.types.Vector2D
SeqNo Type Name Description
0 Vector2D V1 Vector

scijava.roi.types.Vector3D

scijava.roi.types.Vector3D
SeqNo Type Name Description
0 Vector3D V1 Vector

scijava.roi.types.Vectors1D

scijava.roi.types.Vectors1D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vector1D> VECS Array of vectors

scijava.roi.types.Vectors2D

scijava.roi.types.Vectors2D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vector2D> VECS Array of vectors

scijava.roi.types.Vectors3D

scijava.roi.types.Vectors3D
SeqNo Type Name Description
0 scijava.roi.types.Array<Vector3D> VECS Array of vectors