Class TLspIndexedSubShapeDescriptor<T>
java.lang.Object
com.luciad.view.lightspeed.editor.operation.TLspIndexedSubShapeDescriptor<T>
Encapsulates an indexed subshape of a shape. Used for example to describe the subshape that
should be inserted in or removed from a composite shape.
- Since:
- 2012.0
-
Constructor Summary
ConstructorDescriptionTLspIndexedSubShapeDescriptor
(ILcdModelReference aModelReference, T aSubShape, Integer aIndex) Creates a new index subshape descriptor -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()
Returns the index of the subshapeReturns the model reference of the subshapeReturns the location of the subshape
-
Constructor Details
-
TLspIndexedSubShapeDescriptor
public TLspIndexedSubShapeDescriptor(ILcdModelReference aModelReference, T aSubShape, Integer aIndex) Creates a new index subshape descriptor- Parameters:
aModelReference
- the model reference of the sub shapeaSubShape
- the location of the subshapeaIndex
- the index of the subshape
-
-
Method Details
-
getModelReference
Returns the model reference of the subshape- Returns:
- the model reference of the subshape
-
getSubShape
Returns the location of the subshape- Returns:
- the location of the subshape
-
getIndex
Returns the index of the subshape- Returns:
- the index of the subshape
-