Packagecom.yworks.graph.model
Classpublic final class StripeSubregionDescriptor
InheritanceStripeSubregionDescriptor Inheritance Object

Helper class that further describes the result of a hit test on a stripe or table.

Instances of this class are returned by the default StripeHitTestEnumerator implementation.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Create a new instance that describes the specific subregion.
StripeSubregionDescriptor
Property Detail
stripeproperty
stripe:IStripe  [read-only]

Gets the specific subregion that this instance describes.


Implementation
    public function get stripe():IStripe
subregionproperty 
subregion:StripeSubregion  [read-only]

Gets the stripe that this instance describes.


Implementation
    public function get subregion():StripeSubregion
Constructor Detail
StripeSubregionDescriptor()Constructor
public function StripeSubregionDescriptor(subregion:StripeSubregion, stripe:IStripe)

Create a new instance that describes the specific subregion.

Parameters
subregion:StripeSubregion — The specific subregion.
 
stripe:IStripe — The stripe.