com.sun.electric.tool.generator.layout
Class TechType.MosInst

java.lang.Object
  extended by com.sun.electric.tool.generator.layout.TechType.MosInst
Direct Known Subclasses:
TechType.MosInst.MosInstH, TechType.MosInst.MosInstH1, TechType.MosInst.MosInstV
Enclosing class:
TechType

public static class TechType.MosInst
extends java.lang.Object

Hide the differences between technologies. A MosInst's gate is always vertical.


Nested Class Summary
static class TechType.MosInst.MosInstH
           
static class TechType.MosInst.MosInstH1
           
static class TechType.MosInst.MosInstV
           
 
Method Summary
 PortInst botPoly()
           
 PortInst leftDiff()
           
 PortInst rightDiff()
           
 PortInst topPoly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

leftDiff

public PortInst leftDiff()

rightDiff

public PortInst rightDiff()

topPoly

public PortInst topPoly()

botPoly

public PortInst botPoly()