Class DefaultShapeFigure

    • Method Detail

      • getShape

        public Shape getShape()
        Description copied from interface: ShapeFigure
        Gets the shape (geometry) for this figure.
        Returns:
        The shape in model coordinates.
      • setShape

        public void setShape​(Shape path)
        Description copied from interface: ShapeFigure
        Sets the shape (geometry) for this figure.
        Parameters:
        path - The shape in model coordinates.