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 |
Contains the main UI classes, interfaces, default implementations and support classes that can be used to display
IGraph instances. |
Modifier and Type | Method and Description |
---|---|
LookupDecorator<IPort,IHighlightIndicatorInstaller> |
PortDecorator.getHighlightDecorator()
Gets a
LookupDecorator that decorates the IHighlightIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<INode,IHighlightIndicatorInstaller> |
NodeDecorator.getHighlightDecorator()
Gets a
LookupDecorator that decorates the IHighlightIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<ILabel,IHighlightIndicatorInstaller> |
LabelDecorator.getHighlightDecorator()
Gets a
LookupDecorator that decorates the IHighlightIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<IEdge,IHighlightIndicatorInstaller> |
EdgeDecorator.getHighlightDecorator()
Gets a
LookupDecorator that decorates the IHighlightIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<IBend,IHighlightIndicatorInstaller> |
BendDecorator.getHighlightDecorator()
Gets a
LookupDecorator that decorates the IHighlightIndicatorInstaller type for the type of items this
instance has been created for. |
Modifier and Type | Class and Description |
---|---|
class |
EdgeDecorationInstaller
An implementation of the
ICanvasObjectInstaller interface that can decorate the visual appearence of an
IEdge . |
class |
EdgeFocusIndicatorInstaller
An specialized subclass of the
EdgeSelectionIndicatorInstaller that can install the focus indicator of an
IEdge . |
class |
EdgeHighlightIndicatorInstaller
An specialized subclass of the
EdgeSelectionIndicatorInstaller that can install the highlight rendering of an
IEdge . |
class |
EdgeSelectionIndicatorInstaller
An implementation of the
ICanvasObjectInstaller interface that can install the selection outline of an
IEdge . |
class |
EdgeStyleDecorationInstaller
Allows the use of an
IEdgeStyle to render the selection, highlight or focus indicator of edges. |
class |
LabelStyleDecorationInstaller
Allows the use of an
ILabelStyle to render the selection, highlight or focus indicator of labels. |
class |
NodeStyleDecorationInstaller
Allows the use of an
INodeStyle to render the selection, highlight or focus indicator of nodes. |
class |
OrientedRectangleIndicatorInstaller
An abstract base class for the
ISelectionIndicatorInstaller , IFocusIndicatorInstaller and IHighlightIndicatorInstaller
implementations that draws an oriented rectangle using a Template . |
class |
RectangleIndicatorInstaller
A basis implementation of
ISelectionIndicatorInstaller , IFocusIndicatorInstaller and IHighlightIndicatorInstaller
that draws a rectangle using a Template . |