com.aspose.cells

Class ShapeSegmentPathCollection

  • java.lang.Object
  • All Implemented Interfaces:
    java.lang.Iterable
    public class ShapeSegmentPathCollection 
    extends CollectionBase

Represents a creation path consisting of a series of moves, lines and curves that when combined will form a geometric shape.

Constructor Summary
 
Property Getters/Setters Summary
intgetCount()
ShapeSegmentPathget(int index)
Gets ShapeSegmentPath object.
 
Method Summary
intadd(int type)
Add a segment path in creation path.
intadd(java.lang.Object value)
Reserved for internal use.
voidclear()
booleancontains(java.lang.Object value)
Reserved for internal use.
intindexOf(java.lang.Object value)
Reserved for internal use.
java.util.Iteratoriterator()
voidremoveAt(int index)
 

    • Constructor Detail

      • ShapeSegmentPathCollection

        public ShapeSegmentPathCollection()
    • Method Detail

      • add

        public int add(int type)
        Add a segment path in creation path.
        Parameters:
        type - A ShapePathType value. The path type.
        Returns:
        Returns the position of ShapeSegmentPath object in the list.
      • clear

        public void clear()
      • removeAt

        public void removeAt(int index)
      • iterator

        public java.util.Iterator iterator()
      • contains

        public boolean contains(java.lang.Object value)
        Reserved for internal use.
      • add

        public int add(java.lang.Object value)
        Reserved for internal use.
      • indexOf

        public int indexOf(java.lang.Object value)
        Reserved for internal use.