Class FlatLine2d

All Implemented Interfaces:
IMultiColorable, ISingleColorable, IGLBindedResource, IGLRenderer, ISortableDraw

public class FlatLine2d extends Composite
  • Constructor Details

    • FlatLine2d

      public FlatLine2d()
    • FlatLine2d

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

    • setData

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

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