com.sun.electric.tool.extract
Class LayerCoverageTool.TransistorInfo

java.lang.Object
  extended by com.sun.electric.tool.extract.LayerCoverageTool.TransistorInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
LayerCoverageTool

public static class LayerCoverageTool.TransistorInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double area
          sum of area of transistors
 double width
          sum of width of transistors
 
Constructor Summary
LayerCoverageTool.TransistorInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

area

public double area
sum of area of transistors


width

public double width
sum of width of transistors

Constructor Detail

LayerCoverageTool.TransistorInfo

public LayerCoverageTool.TransistorInfo()