public interface NodeViewInfo
Modifier and Type | Method and Description |
---|---|
NodeStyle |
getStyle()
Get the style used to draw this node.
|
int |
getX()
Get the position of the node on the x axis
|
int |
getY()
Get the position of the node on the y axis
|
boolean |
setPosition(int x,
int y)
Set the position of this node.
|
boolean |
setStyle(NodeStyle style)
Set the style to use for this node.
|
int getX()
int getY()
NodeStyle getStyle()
boolean setStyle(NodeStyle style)
style
- the new styleboolean setPosition(int x, int y)
x
- the new x valuey
- the new y valueCopyright © 2005–2020. All rights reserved.