| Package | com.yworks.graph.model |
| Class | public final class StripeSubregionDescriptor |
| Inheritance | StripeSubregionDescriptor Object |
Instances of this class are returned by the default
StripeHitTestEnumerator implementation.
| Property | Defined By | ||
|---|---|---|---|
| stripe : IStripe [read-only]
Gets the specific subregion that this instance describes. | StripeSubregionDescriptor | ||
| subregion : StripeSubregion [read-only]
Gets the stripe that this instance describes. | StripeSubregionDescriptor | ||
| Method | Defined By | ||
|---|---|---|---|
Create a new instance that describes the specific subregion. | StripeSubregionDescriptor | ||
| stripe | property |
stripe:IStripe [read-only] Gets the specific subregion that this instance describes.
public function get stripe():IStripe| subregion | property |
subregion:StripeSubregion [read-only] Gets the stripe that this instance describes.
public function get subregion():StripeSubregion| StripeSubregionDescriptor | () | Constructor |
public function StripeSubregionDescriptor(subregion:StripeSubregion, stripe:IStripe)Create a new instance that describes the specific subregion.
Parameterssubregion:StripeSubregion — The specific subregion.
| |
stripe:IStripe — The stripe.
|