Class GateLines

java.lang.Object
me.clarius.sdk.GateLines

public class GateLines extends Object
Gate coordinates.
  • Field Details

    • active

      public LineF active
      Active region for signal.
    • top

      public LineF top
      Line above the active region.
    • normalTop

      public LineF normalTop
      Normal line above the active region.
    • normalBottom

      public LineF normalBottom
      Normal line below the active region.
    • bottom

      public LineF bottom
      Line below the active region.
  • Constructor Details

    • GateLines

      public GateLines()
      Default constructor.
    • GateLines

      public GateLines(LineF active, LineF top, LineF normalTop, LineF normalBottom, LineF bottom)
      Constructor with parameters.
      Parameters:
      active - Active region for signal.
      top - Line above the active region.
      normalTop - Normal line above the active region.
      normalBottom - Normal line below the active region.
      bottom - Line below the active region.