com.aspose.pdf.drawing

Class Path



  • public final class Path
    extends Shape

    Represents arc.

    • Constructor Detail

      • Path

        public Path(Shape[] shapes)

        Initializes a new instance of the Path class.

        Parameters:
        shapes - The shape array contains path segments set.
      • Path

        public Path()

        Initializes a new instance of the Path class.

    • Method Detail

      • getShapesInternal

        public com.aspose.ms.System.Collections.Generic.List<Shape> getShapesInternal()

        Gets or sets shapes collection.

        Returns:
        internal object
      • getShapes

        public List<Shape> getShapes()

        Gets or sets shapes collection.

        Returns:
        java.util.List<Shape> object