Gephi Toolkit Javadoc

org.gephi.preview.api
Interface EdgeMiniLabel


public interface EdgeMiniLabel

Interface of a preview edge mini-label.

Author:
Jérémy Subtil

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

Method Detail

getColor

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

Returns:
the edge mini-label's color

getHAlign

HAlign getHAlign()
Returns the edge mini-label's horizontal alignment.

Returns:
the edge mini-label's horizontal alignment

getPosition

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

Returns:
the edge mini-label's position

getAngle

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

Returns:
the edge mini-label's angl

getValue

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

Returns:
the edge mini-label's current value

getFont

java.awt.Font getFont()
Returns the edge mini-label font.

Returns:
the edge mini-label font

Gephi Toolkit Javadoc