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,IObstacleProvider> |
PortDecorator.getObstacleProviderDecorator()
Gets a
LookupDecorator that decorates the IObstacleProvider type for the type of items this instance has
been created for. |
LookupDecorator<INode,IObstacleProvider> |
NodeDecorator.getObstacleProviderDecorator()
Gets a
LookupDecorator that decorates the IObstacleProvider type for the type of items this instance has
been created for. |
LookupDecorator<ILabel,IObstacleProvider> |
LabelDecorator.getObstacleProviderDecorator()
Gets a
LookupDecorator that decorates the IObstacleProvider type for the type of items this instance has
been created for. |
LookupDecorator<IEdge,IObstacleProvider> |
EdgeDecorator.getObstacleProviderDecorator()
Gets a
LookupDecorator that decorates the IObstacleProvider type for the type of items this instance has
been created for. |
LookupDecorator<IBend,IObstacleProvider> |
BendDecorator.getObstacleProviderDecorator()
Gets a
LookupDecorator that decorates the IObstacleProvider type for the type of items this instance has
been created for. |
Modifier and Type | Class and Description |
---|---|
class |
ArcEdgeStyleRenderer
Default renderer implementation for
ArcEdgeStyle . |
class |
PathBasedEdgeStyleRenderer<TStyle extends IEdgeStyle>
An abstract base class for
IEdgeStyleRenderer implementations that are based on the calculation of a
GeneralPath . |
class |
PolylineEdgeStyleRenderer
An
IEdgeStyleRenderer that will render PolylineEdgeStyle instances. |
Modifier and Type | Class and Description |
---|---|
class |
GraphObstacleProvider
An implementation of the
IObstacleProvider interface that uses the edges and nodes
of an IGraph as obstacles. |
Modifier and Type | Method and Description |
---|---|
void |
BridgeManager.addObstacleProvider(IObstacleProvider provider)
Adds another
IObstacleProvider to query for obstacles. |
void |
BridgeManager.removeObstacleProvider(IObstacleProvider provider)
Removes a previously
added IObstacleProvider from the list of
registered providers. |