com.spire.presentation.collections
Class ShapeAdjustmentList
java.lang.Object
com.spire.presentation.collections.ShapeAdjustmentList
- Direct Known Subclasses:
- ShapeAdjustCollection
public class ShapeAdjustmentList
- extends java.lang.Object
Reprasents a collection of shape's adjustments.
Method Summary |
ShapeAdjust |
get(int index)
Gets adjustment by index. |
int |
getCount()
Return a number of adjustments. |
ShapeAdjustmentList
public ShapeAdjustmentList(ShapeNode parent)
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: