asposediagram.api

Class RelationShapeCollection

RelationShape collection.

Constructor Summary
 
Property Getters/Setters Summary
methodgetCount()
Gets the number of elements actually contained in the collection.
methodget(index)
Gets the element at the specified index.
 
Method Summary
methodadd(relationShape)
Add the relationShape in the collection.
methodclear()
Removes all elements from collection.
methodisExist(index)
Is exist item in the collection.
methoditerator()
Supports a simple iteration over a nongeneric collection.
methodremove(relationShape)
Remove the relationShape from the collection.
 

    • Constructor Detail

      • RelationShapeCollection

        RelationShapeCollection()
    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
        Gets the number of elements actually contained in the collection.
    • Method Detail

      • add

        int add(relationShape)
        Add the relationShape in the collection.
        Parameters:
        relationShape: RelationShape -
        Returns:
      • remove

         remove(relationShape)
        Remove the relationShape from the collection.
        Parameters:
        relationShape: RelationShape -
      • iterator

        Iterator iterator()
        Supports a simple iteration over a nongeneric collection.
        Returns:
      • isExist

        boolean isExist(index)
        Is exist item in the collection.
        Parameters:
        index: int - index of element.
        Returns:
      • clear

         clear()
        Removes all elements from collection.