|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
Interface of a preview node.
Method Summary | |
---|---|
Color |
getBorderColor()
Returns the node's border color. |
java.lang.Float |
getBorderWidth()
Returns the node's border width. |
Point |
getBottomRightPosition()
Returns the node's bottom right position. |
Color |
getColor()
Returns the node's current color. |
Holder<Color> |
getColorHolder()
Returns the node's color holder. |
java.lang.Float |
getDiameter()
Returns the node's diameter. |
NodeLabel |
getLabel()
Returns the node's label. |
NodeLabelBorder |
getLabelBorder()
Returns the node's label border. |
Point |
getPosition()
Returns the node's position. |
java.lang.Float |
getRadius()
Returns the node's radius. |
Point |
getTopLeftPosition()
Returns the node's top left position. |
boolean |
hasLabel()
Returns whether or not the node has a label. |
java.lang.Boolean |
showLabel()
Returns whether or not the node's label must be displayed. |
java.lang.Boolean |
showLabelBorders()
Returns whether or not the node's label borders must be displayed. |
Method Detail |
---|
boolean hasLabel()
Point getTopLeftPosition()
Point getBottomRightPosition()
Color getColor()
Point getPosition()
java.lang.Float getRadius()
java.lang.Float getDiameter()
NodeLabelBorder getLabelBorder()
NodeLabel getLabel()
Color getBorderColor()
java.lang.Float getBorderWidth()
java.lang.Boolean showLabel()
java.lang.Boolean showLabelBorders()
Holder<Color> getColorHolder()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |