Uses of Class
com.sun.electric.technology.Technology.TechPoint

Packages that use Technology.TechPoint
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of Technology.TechPoint in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type Technology.TechPoint
 java.util.List<Technology.TechPoint> Xml.NodeLayer.techPoints
           
 

Methods in com.sun.electric.technology that return Technology.TechPoint
 Technology.TechPoint Technology.TechPoint.duplicate()
          Method to make a copy of this TechPoint, with all newly allocated parts.
 Technology.TechPoint[] Technology.NodeLayer.getPoints()
          Returns the list of coordinates (stored as TechPoints) associated with this NodeLayer.
static Technology.TechPoint[] Technology.TechPoint.makeCenterBox()
          Method to make a 2-long TechPoint array that describes a point at the center of the node.
static Technology.TechPoint[] Technology.TechPoint.makeFullBox()
          Method to make a 2-long TechPoint array that describes a box that fills the node.
static Technology.TechPoint[] Technology.TechPoint.makeIndented(double amount)
          Method to make a 2-long TechPoint array that describes indentation by a specified amount.
static Technology.TechPoint[] Technology.TechPoint.makeIndented(double amountX, double amountY)
          Method similat to makeIndented(double amount) where the X and Y specified amounts are different
static Technology.TechPoint[] Technology.TechPoint.makeIndentedFromCenter(double amountX, double amountY)
          Method to make a 2-long TechPoint array that describes indentation from the center by a specified amount.
 

Methods in com.sun.electric.technology with parameters of type Technology.TechPoint
static Technology.NodeLayer Technology.NodeLayer.makeMulticut(Layer layer, int portNum, Poly.Type style, Technology.TechPoint[] techPoints, double sizeX, double sizeY, double sep1d, double sep2d)
           
static Technology.NodeLayer Technology.NodeLayer.makeMulticut(Layer layer, int portNum, Poly.Type style, Technology.TechPoint[] techPoints, java.lang.String sizeRule, java.lang.String cutSep1DRule, java.lang.String cutSep2DRule)
           
 void Technology.NodeLayer.setPoints(Technology.TechPoint[] pts)
          Method to set new points to this NodeLayer
 

Constructors in com.sun.electric.technology with parameters of type Technology.TechPoint
Technology.NodeLayer(Layer layer, int portNum, Poly.Type style, int representation, Technology.TechPoint[] points)
          Constructs a NodeLayer with the specified description.
Technology.NodeLayer(Layer layer, int portNum, Poly.Type style, int representation, Technology.TechPoint[] points, double lWidth, double rWidth, double extentT, double extendB)
          Constructs a NodeLayer with the specified description.
 

Uses of Technology.TechPoint in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml with type parameters of type Technology.TechPoint
 java.util.List<Technology.TechPoint> Xml807.NodeLayer.techPoints
           
 java.util.List<Technology.TechPoint> Xml806.NodeLayer.techPoints
           
 java.util.List<Technology.TechPoint> Xml805.NodeLayer.techPoints