|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeableElement | |
---|---|
jpicedt.graphic.model | Document structure and graphic primitives. |
Uses of NodeableElement in jpicedt.graphic.model |
---|
Classes in jpicedt.graphic.model that implement NodeableElement | |
---|---|
class |
PicText
Textual elements, possibly surrounded by a box (currently, only rectangular, oval and circular shapes are supported). |
Methods in jpicedt.graphic.model that return NodeableElement | |
---|---|
NodeableElement |
PicNodeConnection.getNodeA()
Returns the first node. |
NodeableElement |
PicNodeConnection.getNodeB()
Returns the second node. |
Methods in jpicedt.graphic.model with parameters of type NodeableElement | |
---|---|
int |
PicNodeConnection.getNodeIndex(NodeableElement o)
Returns the index (0 or 1) of the given node, or -1 if the given node is not connected to this edge. |
void |
PicNodeConnection.setNodeA(NodeableElement o)
Sets the first node. |
void |
PicNodeConnection.setNodeB(NodeableElement o)
Sets the second node. |
Constructors in jpicedt.graphic.model with parameters of type NodeableElement | |
---|---|
PicNodeConnection(NodeableElement nodeA,
NodeableElement nodeB,
String edgeType,
PicAttributeSet set)
|
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |