Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class Shape

    • Constructor Detail

      • Shape

        public Shape()
    • Method Detail

      • getCenter

        public abstract PointF getCenter()

        Gets the shape's center.

        Returns:
        The shape's center.
      • getSegments

        public abstract ShapeSegment[] getSegments()

        Gets the shape segments.

        Returns:
        The shape segments.
      • hasSegments

        public abstract boolean hasSegments()

        Gets a value indicating whether shape has segments.

        Returns:
        True if shape has segments; otherwise, false.