Class FlatLine2d

    • Constructor Detail

      • FlatLine2d

        public FlatLine2d()
      • FlatLine2d

        public FlatLine2d​(float[] x,
                          float[] y,
                          float depth)
    • Method Detail

      • setData

        public void setData​(float[] x,
                            float[] y,
                            float depth)
      • getLineElement

        protected Drawable getLineElement​(float x1,
                                          float x2,
                                          float y1,
                                          float y2,
                                          float depth)