horizontdeformer.graphicsoutputs
Class GraphicsAdds

java.lang.Object
  extended by horizontdeformer.graphicsoutputs.GraphicsAdds

public class GraphicsAdds
extends java.lang.Object


Constructor Summary
GraphicsAdds()
          Creates a new instance of Arrow
 
Method Summary
static void Arrow(java.awt.Graphics g, int x, int y, int orientation, int w)
           
static void Cross(java.awt.Graphics g, int x, int y, int w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsAdds

public GraphicsAdds()
Creates a new instance of Arrow

Method Detail

Arrow

public static void Arrow(java.awt.Graphics g,
                         int x,
                         int y,
                         int orientation,
                         int w)

Cross

public static void Cross(java.awt.Graphics g,
                         int x,
                         int y,
                         int w)