Interface Polygon

    • Method Detail

      • toAWTShape

        default java.awt.Shape toAWTShape()
        Converts the shape to an Shape.
        Specified by:
        toAWTShape in interface Shape
        Returns:
        The converted AWT Shape.
      • getMaskPoints

        java.util.List<java.lang.Integer> getMaskPoints()
        Returns the points in the polygon.
        Returns:
        See above.