public final class StripeSubregion extends Object
Instances of this class are returned by the default StripeHitTester implementation.
| Constructor and Description |
|---|
StripeSubregion(StripeSubregionTypes subregionType,
IStripe stripe)
Create a new instance that describes the specific subregion.
|
| Modifier and Type | Method and Description |
|---|---|
IStripe |
getStripe()
Gets the stripe that this instance describes.
|
StripeSubregionTypes |
getSubregionType()
Gets the specific subregion type that this instance describes.
|
INode |
getTargetTableNode()
Gets the node the region is associated to.
|
void |
setTargetTableNode(INode value)
Sets the node the region is associated to.
|
public StripeSubregion(StripeSubregionTypes subregionType, IStripe stripe)
subregionType - The specific subregionstripe - The stripepublic final IStripe getStripe()
public final StripeSubregionTypes getSubregionType()
public final INode getTargetTableNode()
setTargetTableNode(INode)public final void setTargetTableNode(INode value)
value - The TargetTableNode to set.getTargetTableNode()