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.graph.styles |
Contains interfaces and default implementations for graph element styles.
|
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,ISelectionIndicatorInstaller> |
PortDecorator.getSelectionDecorator()
Gets a
LookupDecorator that decorates the ISelectionIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<INode,ISelectionIndicatorInstaller> |
NodeDecorator.getSelectionDecorator()
Gets a
LookupDecorator that decorates the ISelectionIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<ILabel,ISelectionIndicatorInstaller> |
LabelDecorator.getSelectionDecorator()
Gets a
LookupDecorator that decorates the ISelectionIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<IEdge,ISelectionIndicatorInstaller> |
EdgeDecorator.getSelectionDecorator()
Gets a
LookupDecorator that decorates the ISelectionIndicatorInstaller type for the type of items this
instance has been created for. |
LookupDecorator<IBend,ISelectionIndicatorInstaller> |
BendDecorator.getSelectionDecorator()
Gets a
LookupDecorator that decorates the ISelectionIndicatorInstaller type for the type of items this
instance has been created for. |
Modifier and Type | Method and Description |
---|---|
protected ISelectionIndicatorInstaller |
CollapsibleNodeStyleDecoratorRenderer.createSelectionInstaller()
Callback that provides a customized
ISelectionIndicatorInstaller . |
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 |
PointSelectionIndicatorInstaller
A simple
ISelectionIndicatorInstaller implementation that draws an ellipse centered at a given point in world
coordinate space. |
class |
RectangleIndicatorInstaller
A basis implementation of
ISelectionIndicatorInstaller , IFocusIndicatorInstaller and IHighlightIndicatorInstaller
that draws a rectangle using a Template . |