Package selector


package selector
  • Class
    Description
    A Swing component that displays an image and facilitates interaction with it in order to select a region of the image.
    Models a selection tool that connects each added point with a straight line.
    The possible states that a point-to-point selection model can be in.
    Represents an immutable path made up of straight line segments.
    A mutable buffer of points for building up a PolyLine one point at a time.
    A transparent (overlay) component enabling interactive selection (aka "tracing") of an underlying image.
    Represents the process of selecting a region of an image by adding control points that are used to extend a selection path.
    Declares capabilities that an object representing the "state" of selection progress must be able to support.
    A graphical application for selecting and extracting regions of images.
    Models a selection tool that connects every other control point with a cubic Bezier spline that bends towards the interleaving points.
    The possible states that a spline selection model can be in.