Class CrossHair


  • public class CrossHair
    extends GraphShape
    A GraphUI Crosshair GraphShape

    GraphUI is GPU based and resolution independent.

    • Constructor Detail

      • CrossHair

        public CrossHair​(int renderModes,
                         float width,
                         float height,
                         float linewidth)
    • Method Detail

      • getWidth

        public final float getWidth()
      • getHeight

        public final float getHeight()
      • getLineWidth

        public final float getLineWidth()
      • setDimension

        public void setDimension​(float width,
                                 float height,
                                 float lineWidth)