public static class SeaOfGates.SeaOfGatesExtraBlockage
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SeaOfGates.SeaOfGatesExtraBlockage(double x1,
double y1,
double x2,
double y2,
ArcProto m) |
Modifier and Type | Method and Description |
---|---|
double |
getHX()
Method to get the high X of the blockage.
|
double |
getHY()
Method to get the high Y of the blockage.
|
ArcProto |
getLayer()
method to get the layer of this blockage.
|
double |
getLX()
Method to get the low X of the blockage.
|
double |
getLY()
Method to get the low Y of the blockage.
|
public SeaOfGates.SeaOfGatesExtraBlockage(double x1, double y1, double x2, double y2, ArcProto m)
public ArcProto getLayer()
public double getLX()
public double getHX()
public double getLY()
public double getHY()