sidnet.core.gui
Class Arrow
java.lang.Object
sidnet.core.gui.Arrow
public class Arrow
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arrow
public Arrow(Location2D fromPoint,
Location2D toPoint)
- Creates a new instance of Arrow
Arrow
public Arrow(Location2D fromPoint,
Location2D toPoint,
java.awt.Color color)
- Creates a new instance of Arrow
Arrow
public Arrow(Location2D fromPoint,
Location2D toPoint,
java.awt.Color color,
int headType)
- Creates a new instance of Arrow with custom arrow head
getFromPoint
public Location2D getFromPoint()
getToPoint
public Location2D getToPoint()
getColor
public java.awt.Color getColor()
getArrowHead
public int getArrowHead()
getAngle360
public double getAngle360()