Gephi Toolkit Javadoc

org.gephi.preview.api
Interface EdgeLabel


public interface EdgeLabel

Interface of an edge label.

Author:
Jérémy Subtil

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

Method Detail

getColor

Color getColor()
Returns the edge label's color.

Returns:
the edge label's color

getPosition

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

Returns:
the edge label's position

getAngle

java.lang.Float getAngle()
Returns the edge label's angle.

Returns:
the edge label's angle

getValue

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

Returns:
the edge label's value

getFont

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

Returns:
the edge label's font

Gephi Toolkit Javadoc