com.spire.presentation.collections
Class ShapeAdjustmentList

java.lang.Object
  extended by com.spire.presentation.collections.ShapeAdjustmentList
Direct Known Subclasses:
ShapeAdjustCollection

public class ShapeAdjustmentList
extends java.lang.Object

Reprasents a collection of shape's adjustments.


Constructor Summary
ShapeAdjustmentList(ShapeNode parent)
           
 
Method Summary
 ShapeAdjust get(int index)
          Gets adjustment by index.
 int getCount()
          Return a number of adjustments.
 

Constructor Detail

ShapeAdjustmentList

public ShapeAdjustmentList(ShapeNode parent)
Method Detail

getCount

public int getCount()
Return a number of adjustments.

Returns:

get

public ShapeAdjust get(int index)
Gets adjustment by index.

Parameters:
index - adjustment's index.
Returns: