Gephi Toolkit Javadoc

org.gephi.preview.api
Interface EdgeArrow


public interface EdgeArrow

Interface of an edge arrow.

Author:
Jérémy Subtil

Method Summary
 Color getColor()
          Returns the edge arrow's color.
 Point getPt1()
          Returns the edge arrow's first point.
 Point getPt2()
          Returns the edge arrow's second point.
 Point getPt3()
          Returns the edge arrow's third point.
 

Method Detail

getColor

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

Returns:
the edge arrow's color

getPt1

Point getPt1()
Returns the edge arrow's first point.

Returns:
the edge arrow's first point

getPt2

Point getPt2()
Returns the edge arrow's second point.

Returns:
the edge arrow's second point

getPt3

Point getPt3()
Returns the edge arrow's third point.

Returns:
the edge arrow's third point

Gephi Toolkit Javadoc