Uses of Class
com.sun.electric.technology.EdgeH

Packages that use EdgeH
com.sun.electric.technology Package for handling technology information. 
 

Uses of EdgeH in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return EdgeH
static EdgeH EdgeH.fromCenter(double amt)
          Describes a position that is away from the center by a specified amount.
static EdgeH EdgeH.fromLeft(double amt)
          Describes a position that is in from the left by a specified amount.
static EdgeH EdgeH.fromRight(double amt)
          Describes a position that is in from the right by a specified amount.
 EdgeH PrimitivePort.getLeft()
          Method to return the left edge of the PrimitivePort as a value that scales with the actual NodeInst.
 EdgeH Technology.NodeLayer.getLeftEdge()
          Returns the left edge coordinate (a scalable EdgeH object) associated with this NodeLayer.
 EdgeH PrimitivePort.getRight()
          Method to return the right edge of the PrimitivePort as a value that scales with the actual NodeInst.
 EdgeH Technology.NodeLayer.getRightEdge()
          Returns the right edge coordinate (a scalable EdgeH object) associated with this NodeLayer.
 EdgeH Technology.TechPoint.getX()
          Returns the EdgeH that converts a NodeInst into an X coordinate on that NodeInst.
static EdgeH EdgeH.makeCenter()
          Creates a position that describes the center of the NodeInst.
static EdgeH EdgeH.makeLeftEdge()
          Creates a position that describes the left edge of the NodeInst.
static EdgeH EdgeH.makeRightEdge()
          Creates a position that describes the right edge of the NodeInst.
 EdgeH EdgeH.withAdder(double adder)
          Returns EdgeH with the new adder.
 

Methods in com.sun.electric.technology with parameters of type EdgeH
static PrimitivePort PrimitivePort.newInstance(Technology tech, PrimitiveNode parent, ArcProto[] portArcs, java.lang.String protoName, int portAngle, int portRange, int portTopology, PortCharacteristic characteristic, EdgeH left, EdgeV bottom, EdgeH right, EdgeV top)
          Method to create a new PrimitivePort from the parameters.
 Technology.TechPoint Technology.TechPoint.withX(EdgeH x)
          Returns the TechPoint with a new EdgeH
 

Constructors in com.sun.electric.technology with parameters of type EdgeH
Technology.TechPoint(EdgeH x, EdgeV y)
          Constructs a TechPoint with the specified description.