Package | Description |
---|---|
com.yworks.yfiles.view |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
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 |
---|---|
protected IVisualTemplate |
EdgeSelectionIndicatorInstaller.getBendDrawing(CanvasControl canvas,
IEdge edge)
Callback method that retrieves the drawing of the bend for the context.
|
protected IVisualTemplate |
EdgeHighlightIndicatorInstaller.getBendDrawing(CanvasControl canvas,
IEdge edge)
Callback method that retrieves the drawing of the bend for the context.
|
protected IVisualTemplate |
EdgeFocusIndicatorInstaller.getBendDrawing(CanvasControl canvas,
IEdge edge)
Callback method that retrieves the drawing of the bend for the context.
|
protected abstract IVisualTemplate |
EdgeDecorationInstaller.getBendDrawing(CanvasControl canvas,
IEdge edge)
Callback method that retrieves the drawing of the bend for the context.
|
IVisualTemplate |
RectangleIndicatorInstaller.getTemplate()
Gets the
IVisualTemplate to use for this indicator. |
IVisualTemplate |
OrientedRectangleIndicatorInstaller.getTemplate()
Gets the
IVisualTemplate to use for this indicator. |
Modifier and Type | Method and Description |
---|---|
static Node |
CanvasControl.createVisualFromTemplate(IVisualTemplate template,
PointD origin,
IRenderContext context)
Creates a visual representation (
Node ) using the given template. |
static Node |
CanvasControl.createVisualFromTemplate(IVisualTemplate template,
PointD origin,
IRenderContext context,
RectD initialBounds)
Creates a visual representation (
Node ) using the given template. |
static Node |
CanvasControl.createVisualFromTemplate(IVisualTemplate template,
PointD origin,
IRenderContext context,
RectD initialBounds,
Object dataObject)
Creates a visual representation (
Node ) using the given template. |
void |
RectangleIndicatorInstaller.setTemplate(IVisualTemplate value)
Sets the
IVisualTemplate to use for this indicator. |
void |
OrientedRectangleIndicatorInstaller.setTemplate(IVisualTemplate value)
Sets the
IVisualTemplate to use for this indicator. |
void |
DefaultPortCandidateDescriptor.setTemplate(ResourceKey resourceKey,
IVisualTemplate template)
Sets the
IVisualTemplate to use for the given ResourceKey by this instance. |
Modifier and Type | Method and Description |
---|---|
protected IVisualTemplate |
DefaultStripeInputVisualizationHelper.findTemplate(IInputModeContext context,
StripeVisualizationType type)
Provide a
IVisualTemplate that is used to visualize type . |
IVisualTemplate |
LabelPositionHandler.getCandidateTemplate()
Gets the template to use for showing candidates.
|
IVisualTemplate |
DefaultStripeInputVisualizationHelper.getDragSourceStripeTemplate()
Data template that is used to visualize the current source of a stripe reparent operation.
|
IVisualTemplate |
DefaultStripeInputVisualizationHelper.getDropTargetStripeTemplate()
Data template that is used to visualize the current target of a stripe reparent operation.
|
IVisualTemplate |
LabelPositionHandler.getHighlightTemplate()
Gets the template to use for showing highlighted candidates.
|
IVisualTemplate |
DefaultStripeInputVisualizationHelper.getResizeStripeTemplate()
Data template that is used to visualize the current stripe resize operation.
|
IVisualTemplate |
DefaultStripeInputVisualizationHelper.getSelectedStripeTemplate()
Data template that is used to visualize the current stripe resize operation.
|
IVisualTemplate |
OverviewInputMode.getTemplate()
Gets the template that is used for the visualization of the marquee rectangle.
|
IVisualTemplate |
MarqueeSelectionInputMode.getTemplate()
Gets the template that is used for the visualization of the marquee rectangle.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelPositionHandler.setCandidateTemplate(IVisualTemplate value)
Sets the template to use for showing candidates.
|
void |
DefaultStripeInputVisualizationHelper.setDragSourceStripeTemplate(IVisualTemplate value)
Data template that is used to visualize the current source of a stripe reparent operation.
|
void |
DefaultStripeInputVisualizationHelper.setDropTargetStripeTemplate(IVisualTemplate value)
Data template that is used to visualize the current target of a stripe reparent operation.
|
void |
LabelPositionHandler.setHighlightTemplate(IVisualTemplate value)
Sets the template to use for showing highlighted candidates.
|
void |
DefaultStripeInputVisualizationHelper.setResizeStripeTemplate(IVisualTemplate value)
Data template that is used to visualize the current stripe resize operation.
|
void |
DefaultStripeInputVisualizationHelper.setSelectedStripeTemplate(IVisualTemplate value)
Data template that is used to visualize the current stripe resize operation.
|
void |
OverviewInputMode.setTemplate(IVisualTemplate value)
Sets the template that is used for the visualization of the marquee rectangle.
|
void |
MarqueeSelectionInputMode.setTemplate(IVisualTemplate value)
Sets the template that is used for the visualization of the marquee rectangle.
|