Uses of Interface
ome.util.mem.Copiable

Packages that use Copiable
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. 
 

Uses of Copiable in ome.util.math.geom2D
 

Subinterfaces of Copiable in ome.util.math.geom2D
 interface PlaneArea
          Interface that all areas of the Euclidean space R2 must implement.
 

Classes in ome.util.math.geom2D that implement Copiable
 class EllipseArea
          Represents an ellipse in the Euclidean space R2.
 class RectangleArea
          Represents a rectangle in the Euclidean space R2.
 

Uses of Copiable in ome.util.mem
 

Classes in ome.util.mem that implement Copiable
 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.
 

Methods in ome.util.mem that return Copiable
 Copiable CopiableArray.get(int index)
          Return the Copiable at the specified position.
 

Methods in ome.util.mem with parameters of type Copiable
 void CopiableArray.set(Copiable element, int index)
          Replaces the element at the specified position with the specified Copiable.
 

Constructors in ome.util.mem with parameters of type Copiable
Handle(Copiable body)
          Subclasses use this constructor to specify the Body instance this handle will be paired up with.
 



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.