|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.io.output.Geometry.CellGeom
protected class Geometry.CellGeom
Class to store polygon geometry of a cell
Field Summary | |
---|---|
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 |
Constructor Summary | |
---|---|
protected |
Geometry.CellGeom(Cell cell)
Constructor |
Method Summary | |
---|---|
protected void |
addPolys(Poly[] polys,
Geometric geom)
add polys to cell geometry |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.HashMap<Layer,java.util.List<java.lang.Object>> polyMap
protected java.util.List<Nodable> nodables
protected Cell cell
protected boolean nonUniqueName
Constructor Detail |
---|
protected Geometry.CellGeom(Cell cell)
Method Detail |
---|
protected void addPolys(Poly[] polys, Geometric geom)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |