com.sun.electric.tool.generator.layout.fill
Class G

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.fill.G

public class G
extends java.lang.Object

Fill Cell Globals User: gg151869 Date: Sep 19, 2006


Field Summary
static double DEF_SIZE
           
 
Method Summary
static ArcInst newArc(ArcProto pa, double w, PortInst p1, PortInst p2)
           
static ArcInst noExtendArc(ArcProto pa, double w, PortInst p1, PortInst p2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEF_SIZE

public static double DEF_SIZE
Method Detail

noExtendArc

public static ArcInst noExtendArc(ArcProto pa,
                                  double w,
                                  PortInst p1,
                                  PortInst p2)

newArc

public static ArcInst newArc(ArcProto pa,
                             double w,
                             PortInst p1,
                             PortInst p2)