Gephi Toolkit Javadoc

org.gephi.preview.api
Interface NodeLabel


public interface NodeLabel

Interface of a preview node label.

Author:
Jérémy Subtil

Method Summary
 Color getColor()
          Returns the node label's current color.
 java.awt.Font getFont()
          Returns the node label's font.
 Point getPosition()
          Returns the node label's position.
 java.lang.String getValue()
          Returns the node label's current value.
 

Method Detail

getColor

Color getColor()
Returns the node label's current color.

Returns:
the node label's current color

getValue

java.lang.String getValue()
Returns the node label's current value.

Returns:
the node label's current value

getPosition

Point getPosition()
Returns the node label's position.

Returns:
the node label's position

getFont

java.awt.Font getFont()
Returns the node label's font.

Returns:
the node label's font

Gephi Toolkit Javadoc