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

Packages that use Layer.Function.Set
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

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
protected  Layer.Function.Set AbstractShapeBuilder.onlyTheseLayers
           
 

Methods in com.sun.electric.technology that return Layer.Function.Set
 Layer.Function.Set AbstractShapeBuilder.getOnlyTheseLayers()
           
 

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.setOnlyTheseLayers(Layer.Function.Set onlyTheseLayers)
           
 

Uses of Layer.Function.Set in com.sun.electric.tool.drc
 

Methods in com.sun.electric.tool.drc that return Layer.Function.Set
static Layer.Function.Set DRC.getMultiLayersSet(Layer layer)