com.sun.electric.technology.xml
Class Xml807.NodeLayer

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

public static class Xml807.NodeLayer
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double bExtent
           
 Xml807.Distance hx
           
 Xml807.Distance hy
           
 boolean inElectricalLayers
           
 boolean inLayers
           
 java.lang.String layer
           
 double lWidth
           
 Xml807.Distance lx
           
 Xml807.Distance ly
           
 int portNum
           
 int representation
           
 double rWidth
           
 double sep1d
           
 double sep2d
           
 java.lang.String sepRule
           
 java.lang.String sepRule2D
           
 java.lang.String sizeRule
           
 double sizex
           
 double sizey
           
 Poly.Type style
           
 java.util.List<Technology.TechPoint> techPoints
           
 double tExtent
           
 
Constructor Summary
Xml807.NodeLayer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layer

public java.lang.String layer

style

public Poly.Type style

portNum

public int portNum

inLayers

public boolean inLayers

inElectricalLayers

public boolean inElectricalLayers

representation

public int representation

lx

public final Xml807.Distance lx

hx

public final Xml807.Distance hx

ly

public final Xml807.Distance ly

hy

public final Xml807.Distance hy

techPoints

public final java.util.List<Technology.TechPoint> techPoints

sizex

public double sizex

sizey

public double sizey

sep1d

public double sep1d

sep2d

public double sep2d

sizeRule

public java.lang.String sizeRule

sepRule

public java.lang.String sepRule

sepRule2D

public java.lang.String sepRule2D

lWidth

public double lWidth

rWidth

public double rWidth

tExtent

public double tExtent

bExtent

public double bExtent
Constructor Detail

Xml807.NodeLayer

public Xml807.NodeLayer()