Interface ShapeFigure

    • Method Detail

      • 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.