public class TLspIndexedSubShapeDescriptor<T>
extends java.lang.Object
Constructor and Description |
---|
TLspIndexedSubShapeDescriptor(ILcdModelReference aModelReference,
T aSubShape,
java.lang.Integer aIndex)
Creates a new index subshape descriptor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getIndex()
Returns the index of the subshape
|
ILcdModelReference |
getModelReference()
Returns the model reference of the subshape
|
T |
getSubShape()
Returns the location of the subshape
|
public TLspIndexedSubShapeDescriptor(ILcdModelReference aModelReference, T aSubShape, java.lang.Integer aIndex)
aModelReference
- the model reference of the sub shapeaSubShape
- the location of the subshapeaIndex
- the index of the subshapepublic ILcdModelReference getModelReference()
public T getSubShape()
public java.lang.Integer getIndex()