com.sun.electric.tool.user.tecEdit
Class TechToLib

java.lang.Object
  extended by com.sun.electric.tool.user.tecEdit.TechToLib

public class TechToLib
extends java.lang.Object

This class generates technology libraries from technologys.


Constructor Summary
TechToLib()
           
 
Method Summary
static void makeLibFromTech()
          Method to convert the current technology into a library.
static Library makeLibFromTech(Technology tech)
          Method to convert technology "tech" into a library and return that library.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TechToLib

public TechToLib()
Method Detail

makeLibFromTech

public static void makeLibFromTech()
Method to convert the current technology into a library.


makeLibFromTech

public static Library makeLibFromTech(Technology tech)
Method to convert technology "tech" into a library and return that library. Returns NOLIBRARY on error