Class GraphicsAdds

java.lang.Object
horizontdeformer.graphicsoutputs.GraphicsAdds

public class GraphicsAdds extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of Arrow
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • GraphicsAdds

      public GraphicsAdds()
      Creates a new instance of Arrow
  • Method Details

    • 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)