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

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

Uses of EdgeV in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return EdgeV
static EdgeV EdgeV.fromBottom(double amt)
          Describes a position that is in from the bottom by a specified amount.
static EdgeV EdgeV.fromCenter(double amt)
          Describes a position that is away from the center by a specified amount.
static EdgeV EdgeV.fromTop(double amt)
          Describes a position that is in from the top by a specified amount.
 EdgeV PrimitivePort.getBottom()
          Method to return the bottom edge of the PrimitivePort as a value that scales with the actual NodeInst.
 EdgeV Technology.NodeLayer.getBottomEdge()
          Returns the bottom edge coordinate (a scalable EdgeV object) associated with this NodeLayer.
 EdgeV PrimitivePort.getTop()
          Method to return the top edge of the PrimitivePort as a value that scales with the actual NodeInst.
 EdgeV Technology.NodeLayer.getTopEdge()
          Returns the top edge coordinate (a scalable EdgeV object) associated with this NodeLayer.
 EdgeV Technology.TechPoint.getY()
          Returns the EdgeV that converts a NodeInst into a Y coordinate on that NodeInst.
static EdgeV EdgeV.makeBottomEdge()
          Creates a position that describes the bottom edge of the NodeInst.
static EdgeV EdgeV.makeCenter()
          Creates a position that describes the center of the NodeInst.
static EdgeV EdgeV.makeTopEdge()
          Creates a position that describes the top edge of the NodeInst.
 EdgeV EdgeV.withAdder(double adder)
          Returns EdgeV with the new adder.
 

Methods in com.sun.electric.technology with parameters of type EdgeV
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.withY(EdgeV y)
          Returns the TechPoint with a new EdgeV
 

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