Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.view.input |
Contains definitions, default implementations, and support classes that deal with the user interaction in a
CanvasControl in general, as well as specialized utility classes and IInputMode implementations that can be used to work with and edit IGraph instances in a GraphControl . |
Modifier and Type | Method and Description |
---|---|
static StripeSubregion |
ITable.findStripe(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
CanvasControl canvasControl,
Predicate<StripeSubregion> filter)
Convenience method to find a stripe underneath a certain point.
|
Modifier and Type | Method and Description |
---|---|
static IEnumerable<StripeSubregion> |
ITable.findStripes(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
CanvasControl canvas,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|
Modifier and Type | Method and Description |
---|---|
static StripeSubregion |
ITable.findStripe(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
CanvasControl canvasControl,
Predicate<StripeSubregion> filter)
Convenience method to find a stripe underneath a certain point.
|
static IEnumerable<StripeSubregion> |
ITable.findStripes(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
CanvasControl canvas,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|
Modifier and Type | Method and Description |
---|---|
StripeSubregion |
TableEditorInputMode.findStripe(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes)
Used as a callback to find the items underneath a certain point.
|
StripeSubregion |
TableEditorInputMode.findStripe(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|
protected StripeSubregion |
ReparentStripePositionHandler.getTargetSubregion(PointD location)
Finds the target stripe subregion at
location and its associated owner node. |
Modifier and Type | Method and Description |
---|---|
IEnumerable<StripeSubregion> |
StripeHitTester.enumerateHits(IInputModeContext context,
PointD location,
INode node)
Return a collection of hits at
location . |
IEnumerable<StripeSubregion> |
TableEditorInputMode.findStripes(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes)
Used as a callback to find the items underneath a certain point.
|
IEnumerable<StripeSubregion> |
TableEditorInputMode.findStripes(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|
Modifier and Type | Method and Description |
---|---|
protected StripeReparentPolicy |
ReparentStripePositionHandler.determineGesture(IInputModeContext context,
IPoint location,
IStripe sourceStripe,
StripeSubregion targetSubregion,
RectD targetBounds)
Determine the reparent gesture that would result from the given parameters.
|
Modifier and Type | Method and Description |
---|---|
StripeSubregion |
TableEditorInputMode.findStripe(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|
IEnumerable<StripeSubregion> |
TableEditorInputMode.findStripes(PointD location,
StripeTypes stripeTypes,
StripeSubregionTypes subregionTypes,
Predicate<StripeSubregion> filter)
Used as a callback to find the items underneath a certain point.
|