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. 
 

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)