Uses of Class
ij.gui.AttributeRoi

Packages that use AttributeRoi
ij.gui   
 

Uses of AttributeRoi in ij.gui
 

Subclasses of AttributeRoi in ij.gui
 class Arrow
          This is an Roi subclass for creating and displaying arrows.
 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.