Package | Description |
---|---|
ome.util.math.geom2D |
Plane geometry data structures for OMERO
This includes a several implementations of various two dimensional simple
geometry classes to represent these structures within the OMERO system.
|
ome.util.mem |
Dynamic object instance and state management for OMERO
This includes various implementations of copy and clonable operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PlaneArea
Interface that all areas of the Euclidean space R2 must
implement.
|
Modifier and Type | Class and Description |
---|---|
class |
EllipseArea
Represents an ellipse in the Euclidean space R2.
|
class |
RectangleArea
Represents a rectangle in the Euclidean space R2.
|
Modifier and Type | Class and Description |
---|---|
class |
CopiableArray
This abstract class provides an implementation of the
Copiable
interface. |
class |
Handle
Provides the basic machinery to share the same logical state across objects
with different identities.
|
Modifier and Type | Method and Description |
---|---|
Copiable |
CopiableArray.get(int index)
Return the
Copiable at the specified position. |
Modifier and Type | Method and Description |
---|---|
void |
CopiableArray.set(Copiable element,
int index)
Replaces the element at the specified position with the specified
Copiable . |
Constructor and Description |
---|
Handle(Copiable body)
Subclasses use this constructor to specify the Body instance this handle
will be paired up with.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.