com.sun.electric.tool.generator
Class PadGenerator

java.lang.Object
  extended by com.sun.electric.tool.generator.PadGenerator

public class PadGenerator
extends java.lang.Object

Class to generate pad frames from a specification file.


Method Summary
static void makePadFrame(Library destLib, java.lang.String fileName)
          Method to generate a pad frame from an array file.
static Cell makePadFrameNoJob(Library destLib, java.lang.String fileName, double alignment)
          Method to generate a pad frame from an array file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makePadFrame

public static void makePadFrame(Library destLib,
                                java.lang.String fileName)
Method to generate a pad frame from an array file. Schedules a change job to generate the pad frame.

Parameters:
destLib - destination library.
fileName - the array file name.

makePadFrameNoJob

public static Cell makePadFrameNoJob(Library destLib,
                                     java.lang.String fileName,
                                     double alignment)
Method to generate a pad frame from an array file. Presumes that it is being run from inside a change job.

Parameters:
destLib - destination library.
fileName - the array file name.