com.sun.electric.technology.xml
Class Xml806.Layer

java.lang.Object
  extended by com.sun.electric.technology.xml.Xml806.Layer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Xml806

public static class Xml806.Layer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double capacitance
           
 java.lang.String cif
           
 EGraphics desc
           
 double edgeCapacitance
           
 int extraFunction
           
 double factor3D
           
 Layer.Function function
           
 double height3D
           
 java.lang.String mode3D
           
 java.lang.String name
           
 Xml806.PureLayerNode pureLayerNode
           
 double resistance
           
 java.lang.String skill
           
 double thick3D
           
 
Constructor Summary
Xml806.Layer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

function

public Layer.Function function

extraFunction

public int extraFunction

desc

public EGraphics desc

thick3D

public double thick3D

height3D

public double height3D

mode3D

public java.lang.String mode3D

factor3D

public double factor3D

cif

public java.lang.String cif

skill

public java.lang.String skill

resistance

public double resistance

capacitance

public double capacitance

edgeCapacitance

public double edgeCapacitance

pureLayerNode

public Xml806.PureLayerNode pureLayerNode
Constructor Detail

Xml806.Layer

public Xml806.Layer()