Interface ShapeFigure

All Superinterfaces:
Cloneable, Figure, Restorable
All Known Subinterfaces:
Handle
All Known Implementing Classes:
AbstractHandle, AbstractShapeFigure, DefaultShapeFigure, PointHandle, RotateHandle, ScaleHandle, VertexHandle

public interface ShapeFigure extends Figure
A figure which uses an arbitrary geometry represented by a Java AWT shape.
Since:
Ceres 0.10
  • Method Details

    • getShape

      Shape getShape()
      Gets the shape (geometry) for this figure.
      Returns:
      The shape in model coordinates.
    • setShape

      void setShape(Shape shape)
      Sets the shape (geometry) for this figure.
      Parameters:
      shape - The shape in model coordinates.