Class GUITasks

java.lang.Object
org.loboevolution.common.GUITasks

public class GUITasks extends Object

GUITasks class.

  • Constructor Details

    • GUITasks

      public GUITasks()
  • Method Details

    • drawDashed

      public static void drawDashed(Graphics g, int xDashed1, int yDashed1, int xDashed2, int yDashed2, int dashSize, int gapSize)

      drawDashed.

      Parameters:
      g - a Graphics object.
      xDashed1 - a Integer object.
      yDashed1 - a Integer object.
      xDashed2 - a Integer object.
      yDashed2 - a Integer object.
      dashSize - a Integer object.
      gapSize - a Integer object.
    • drawDotted

      public static void drawDotted(Graphics g, int x1, int y1, int x2, int y2, float width)

      drawDotted.

      Parameters:
      g - a Graphics object.
      x1 - a Integer object.
      y1 - a Integer object.
      x2 - a Integer object.
      y2 - a Integer object.
      width - a float.