edu.uthscsa.ric.roi
Interface ShapesManager


public interface ShapesManager

Intended only as an interface so that the implementation of LOIManager can be hidden. (Used for plugins.)


Method Summary
 Shape addShape(Shape shape, int slice, int color)
           
 Shape[] getShapes(int slice, int color)
           
 void removeShape(Shape shape)
           
 

Method Detail

addShape

Shape addShape(Shape shape,
               int slice,
               int color)

removeShape

void removeShape(Shape shape)

getShapes

Shape[] getShapes(int slice,
                  int color)