Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class ShapeSegment

  • Direct Known Subclasses:
    LineSegment


    public abstract class ShapeSegment
    extends Object

    Represents a shape segment. A segment is a line or curve connecting two points.

    • Constructor Detail

      • ShapeSegment

        public ShapeSegment()
    • Method Detail

      • getStartPoint

        public abstract PointF getStartPoint()

        Gets the starting point.

        Returns:
        The starting point.
      • getEndPoint

        public abstract PointF getEndPoint()

        Gets the ending point.

        Returns:
        The ending point.