Package | Description |
---|---|
ilog.views.hypergraph.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvHyperEdgeCenterConnector
The hyperedge center connector connects the hyperedge ends to the center
of the corresponding nodes.
|
class |
IlvHyperEdgeClippingConnector
The hyperedge clipping connector connects the hyperedge ends to the
border of a node.
|
class |
IlvHyperEdgeConnectorWithCache
This is a hyperedge connector that provides a cache for the connection
points per end.
|
class |
IlvHyperEdgeFixedConnector
The hyperedge fixed connector connects the hyperedge ends to any point
at the corresponding node.
|
class |
IlvHyperEdgePinConnector
The hyperedge pin connector manages the contact pins at a node where a
hyperedge is connected to.
|
Modifier and Type | Method and Description |
---|---|
static IlvHyperEdgeConnector |
IlvHyperEdgeConnector.Get(IlvHyperEdgeEnd end)
Returns the hyperedge connector that is responsible for handling
the input hyperedge end.
|
static IlvHyperEdgeConnector |
IlvHyperEdgeConnector.GetAttached(IlvGraphic nodeOrEdge)
Returns the hyperedge connector of a node or hyperedge.
|
IlvHyperEdgeConnector |
IlvHyperEdgeConnector.HyperEdgeConnectorProperty.getHyperEdgeConnector()
Returns the hyperedge connector.
|
static IlvHyperEdgeConnector |
IlvHyperEdgeConnector.GetLocal(IlvHyperEdgeEnd end)
Returns the hyperedge connector of the hyperedge, if any.
|
Constructor and Description |
---|
HyperEdgeConnectorProperty(IlvHyperEdgeConnector c)
Creates a new
HyperEdgeConnectorProperty . |
IlvHyperEdgeConnector(IlvHyperEdgeConnector source)
Creates an
IlvHyperEdgeConnector by copying an existing one. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.