protected static class Technology.ArcLayer
extends java.lang.Object
Constructor and Description |
---|
ArcLayer(Layer layer,
double arcLayerWidth,
Poly.Type style)
Constructs an
ArcLayer with the specified description. |
ArcLayer(Layer layer,
Poly.Type style,
double lambdaExtend)
Constructs an
ArcLayer with the specified description. |
Modifier and Type | Method and Description |
---|---|
int |
getGridExtend()
Returns the distance from the center of the standard ArcInst to the outsize of this ArcLayer in grid units.
|
Layer |
getLayer()
Returns the Layer from the Technology to be used for this ArcLayer.
|
Poly.Type |
getStyle()
Returns the Poly.Style of this ArcLayer.
|
public ArcLayer(Layer layer, double arcLayerWidth, Poly.Type style)
ArcLayer
with the specified description.layer
- the Layer of this ArcLayer.arcLayerWidth
- the width of this ArcLayer in standard ArcInst.style
- the Poly.Style of this ArcLayer.public Layer getLayer()
public int getGridExtend()
public Poly.Type getStyle()