ora.gui.helper
Class Arrow

java.lang.Object
  extended by ora.gui.helper.Arrow

public class Arrow
extends java.lang.Object

Draws an arrow


Constructor Summary
Arrow()
           
 
Method Summary
static void drawArrow2D(java.awt.Graphics2D g, int x1, int y1, int x2, int y2, double ratioPlace, int size)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arrow

public Arrow()
Method Detail

drawArrow2D

public static void drawArrow2D(java.awt.Graphics2D g,
                               int x1,
                               int y1,
                               int x2,
                               int y2,
                               double ratioPlace,
                               int size)