protected class Geometry.CellGeom
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Cell |
cell
Cell
|
protected java.util.List<Nodable> |
nodables
Nodables (instances) in this Cell
|
protected boolean |
nonUniqueName
true if cell name used in other libraries
|
protected java.util.HashMap<Layer,java.util.List<java.lang.Object>> |
polyMap
HashMap of Poly(gons) in this Cell, keyed by Layer, all polys per layer stored as a List
|
Modifier | Constructor and Description |
---|---|
protected |
Geometry.CellGeom(Cell cell)
Constructor
|
protected java.util.HashMap<Layer,java.util.List<java.lang.Object>> polyMap
protected java.util.List<Nodable> nodables
protected Cell cell
protected boolean nonUniqueName
protected Geometry.CellGeom(Cell cell)