Uses of Class
com.sun.electric.technology.Layer.Function.Set

Packages that use Layer.Function.Set
com.sun.electric.database.geometry Package for geometric support in Electric. 
com.sun.electric.technology Package for handling technology information. 
 

Uses of Layer.Function.Set in com.sun.electric.database.geometry
 

Methods in com.sun.electric.database.geometry with parameters of type Layer.Function.Set
 Poly[] Poly.Builder.getShapeArray(ArcInst ai, Layer.Function.Set onlyTheseLayers)
          Returns the polygons that describe arc "ai".
 Poly[] Poly.Builder.getShapeArray(NodeInst ni, boolean electrical, boolean reasonable, Layer.Function.Set onlyTheseLayers)
          Returns the polygons that describe arc "ai".
 

Uses of Layer.Function.Set in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Layer.Function.Set
static Layer.Function.Set Layer.Function.Set.ALL
          Set if all Layer.Functions
 

Methods in com.sun.electric.technology with parameters of type Layer.Function.Set
 Poly[] Technology.getShapeOfArc(ArcInst ai, Layer.Function.Set onlyTheseLayers)
          Returns the polygons that describe arc "ai".
 Poly[] Technology.getShapeOfNode(NodeInst ni, boolean electrical, boolean reasonable, Layer.Function.Set onlyTheseLayers)
          Returns the polygons that describe node "ni".
 void AbstractShapeBuilder.setup(CellBackup cellBackup, Orientation orient, boolean electrical, boolean wipePins, boolean reasonable, Layer.Function.Set onlyTheseLayers)