Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout |
Contains graph layout algorithms that extend those of package ilog.views.graphlayout.
|
Modifier and Type | Method and Description |
---|---|
IltNodeSide[] |
IltDefaultNodeSideFilter.acceptedSides(IlvGraphModel model,
Object link,
boolean origin,
Object node) |
IltNodeSide |
IltLinkPort.getNodeSide()
Deprecated.
This function will probably change in the next JTGO release.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IltDefaultNodeSideFilter.accept(IlvGraphModel graphModel,
Object link,
boolean origin,
Object node,
IltNodeSide side) |
Modifier and Type | Field and Description |
---|---|
static IltNodeSide |
IltNodeSide.BOTTOM
Deprecated.
The bottom side of nodes.
|
static IltNodeSide |
IltNodeSide.CENTER
Deprecated.
The center of nodes, as a node side without direction.
|
static IltNodeSide |
IltNodeSide.LEFT
Deprecated.
The left side of nodes.
|
static IltNodeSide |
IltNodeSide.RIGHT
Deprecated.
The right side of nodes.
|
static IltNodeSide |
IltNodeSide.TOP
Deprecated.
The top side of nodes.
|
Modifier and Type | Method and Description |
---|---|
IltNodeSide[] |
IltNodeSideFilter.acceptedSides(IlvGraphModel model,
Object link,
boolean origin,
Object node)
Deprecated.
Returns the node sides where a link is allowed to connect to
one of its end nodes.
|
static IltNodeSide |
IltNodeSide.CreateNodeSide(double fx,
double fy)
Deprecated.
Creates a new node side without direction.
|
static IltNodeSide |
IltNodeSide.CreateNodeSide(double fx,
double fy,
float rx,
float ry,
double dist)
Deprecated.
Creates a new node side with direction
|
Modifier and Type | Method and Description |
---|---|
boolean |
IltNodeSideFilter.accept(IlvGraphModel model,
Object link,
boolean origin,
Object node,
IltNodeSide side)
Deprecated.
Allows or prohibits the connection of
link on a given
side of the node . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.