Uses of Class
com.sun.electric.database.geometry.Poly.Builder

Packages that use Poly.Builder
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
 

Uses of Poly.Builder in com.sun.electric.database.geometry
 

Methods in com.sun.electric.database.geometry that return Poly.Builder
static Poly.Builder Poly.newGridBuilder()
          Returns new instance of Poly builder to build shapes in grid units.
static Poly.Builder Poly.newLambdaBuilder()
          Returns new instance of Poly builder to build shapes in lambda units.
static Poly.Builder Poly.threadLocalLambdaBuilder()
          Returns thread local instance of Poly builder to build shapes in lambda units.
 

Uses of Poly.Builder in com.sun.electric.database.topology
 

Methods in com.sun.electric.database.topology with parameters of type Poly.Builder
 void ArcInst.check(Poly.Builder polyBuilder)
          Method to check invariants in this ArcInst.
 java.util.Iterator<Poly> ArcInst.getShape(Poly.Builder polyBuilder)
          Returns the polygons that describe this ArcInst.
abstract  java.util.Iterator<Poly> Geometric.getShape(Poly.Builder polyBuilder)
          Returns the polygons that describe this Geometric.
 java.util.Iterator<Poly> NodeInst.getShape(Poly.Builder polyBuilder)
          Returns the polygons that describe this NodeInst.