Package | Description |
---|---|
ilog.views.hypergraph.edgeconnector |
This package contains the predefined hyperedge connectors of JViews.
|
ilog.views.hypergraph.interactor |
This package contains the predefined view interactors for hyperedges.
|
Modifier and Type | Method and Description |
---|---|
IlvHyperGrapherPin |
IlvHyperGrapherPin.copy()
Creates a copy of this pin.
|
IlvHyperGrapherPin |
IlvHyperEdgePinConnector.getClosestPin(IlvHyperEdgeEnd end,
IlvPoint p,
IlvTransformer t)
Returns the closest pin at a given point suitable for the input
hyperedge end.
|
IlvHyperGrapherPin |
IlvHyperEdgePinConnector.getClosestPin(IlvPoint p,
IlvTransformer t)
Returns the closest pin at a given point.
|
IlvHyperGrapherPin |
IlvHyperEdgePinConnector.getPin(IlvHyperEdgeEnd end)
Returns the pin associated to a hyperedge end.
|
Modifier and Type | Method and Description |
---|---|
Iterator<IlvHyperGrapherPin> |
IlvHyperEdgePinConnector.getPins()
Returns an iterator over the pins.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHyperEdgePinConnector.addPin(IlvHyperGrapherPin pin,
boolean redraw)
Adds a pin.
|
void |
IlvHyperEdgePinConnector.connect(IlvHyperEdgeEnd end,
IlvHyperGrapherPin pin)
Connect a hyperedge end to the input pin.
|
void |
IlvHyperEdgePinConnector.removePin(IlvHyperGrapherPin pin,
boolean redraw)
Removes a pin.
|
void |
IlvHyperEdgePinConnector.selectPin(IlvHyperGrapherPin pin,
boolean select,
boolean redraw)
Sets a pin of the connector selected or unselected.
|
void |
IlvHyperEdgePinConnectorSelection.setPinSelected(IlvHyperGrapherPin pin,
boolean selected,
boolean redraw)
Sets a pin selected.
|
static void |
IlvHyperEdgePinConnector.snapPinToNodeBorder(IlvHyperGrapherPin pin,
int absOffset)
Changes the position of the pin to that is snaps to the node border.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvHyperEdgePinConnector.removePins(Collection<IlvHyperGrapherPin> pins,
boolean redraw)
Removes the pins of the input collection.
|
Modifier and Type | Method and Description |
---|---|
protected IlvHyperGrapherPin |
IlvMakeHyperEdgePinConnectorInteractor.createPin(IlvGraphic node,
IlvPoint p)
Creates a new hypergrapher pin.
|
protected IlvHyperGrapherPin |
IlvMakeHyperEdgeBaseInteractor.getHighlightedPin()
Returns the highlighted pin.
|
protected IlvHyperGrapherPin |
IlvMakeHyperEdgePinConnectorInteractor.getPin(IlvPoint p)
Returns the pin at input position, or
null if there is no
pin at that position. |
protected IlvHyperGrapherPin |
IlvMakeHyperEdgeBaseInteractor.getPin(IlvPoint p)
Returns the pin at input position, or
null if there is no
pin at that position. |
Modifier and Type | Method and Description |
---|---|
protected void |
IlvMakeHyperEdgeBaseInteractor.setPinSelected(IlvHyperGrapherPin pin,
boolean selected)
Select or deselect a pin of a hyperedge pin connector.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.