Package me.clarius.sdk
Class GateLines
java.lang.Object
me.clarius.sdk.GateLines
Gate coordinates.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.
-
-
Constructor Details
-
GateLines
public GateLines()Default constructor. -
GateLines
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.
-