Uses of Interface
ij.gui.RoiBeans

Packages that use RoiBeans
ij.gui   
 

Uses of RoiBeans in ij.gui
 

Classes in ij.gui that implement RoiBeans
 class AbstractRoi
          Title: Description: Copyright: Copyright (c) 2011 Company:
 class Arrow
          This is an Roi subclass for creating and displaying arrows.
 class AttributeRoi
          Title: Description: Copyright: Copyright (c) 2011 Company:
 class EllipseRoi
          Elliptical region of interest.
 class FreehandRoi
          Freehand region of interest or freehand line of interest
 class ImageRoi
          An ImageRoi is an Roi that displays an image as an overlay.
 class Line
          This class represents a straight line selection.
 class OvalRoi
          Oval region of interest
 class PointRoi
          This class represents a collection of points.
 class PolygonRoi
          This class represents a polygon region of interest or polyline of interest.
 class RectangleRoi
          A rectangular region of interest and superclass for the other ROI classes.
 class Roi
          A rectangular region of interest and superclass for the other ROI classes.
 class RoundRectangleRoi
          A rectangular region of interest and superclass for the other ROI classes.
 class ShapeRoi
          A subclass of ij.gui.Roi (2D Regions Of Interest) implemented in terms of java.awt.Shape.
 class TextRoi
          This class is a rectangular ROI containing text.