Gephi Toolkit Javadoc

org.gephi.preview.api
Interface SelfLoop


public interface SelfLoop

Interface of a preview self-loop.

Author:
Jérémy Subtil

Method Summary
 Color getColor()
          Returns the self-loop's color.
 CubicBezierCurve getCurve()
          Returns the self-loop's curve.
 Node getNode()
          Returns the self-loop's related node.
 java.awt.Color getOriginalColor()
           
 java.lang.Float getScale()
          Returns the edge's thickness scale
 java.lang.Float getThickness()
          Returns the self-loop's thickness.
 

Method Detail

getNode

Node getNode()
Returns the self-loop's related node.

Returns:
the self-loop's related node

getThickness

java.lang.Float getThickness()
Returns the self-loop's thickness.

Returns:
the self-loop's thickness

getScale

java.lang.Float getScale()
Returns the edge's thickness scale

Returns:
the edge's thickness

getColor

Color getColor()
Returns the self-loop's color.

Returns:
the self-loop's color

getOriginalColor

java.awt.Color getOriginalColor()

getCurve

CubicBezierCurve getCurve()
Returns the self-loop's curve.

Returns:
the self-loop's curve

Gephi Toolkit Javadoc