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
ConstructorsConstructorDescriptionTLspIndexedSubShapeDescriptor
(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