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

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

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

See Also:
Serialized Form

Field Summary
 double bExtent
           
 Xml806.Distance hx
           
 Xml806.Distance hy
           
 boolean inElectricalLayers
           
 boolean inLayers
           
 java.lang.String layer
           
 double lWidth
           
 Xml806.Distance lx
           
 Xml806.Distance ly
           
 int portNum
           
 int representation
           
 double rWidth
           
 double sep1d
           
 double sep2d
           
 double sizex
           
 double sizey
           
 Poly.Type style
           
 java.util.List<Technology.TechPoint> techPoints
           
 double tExtent
           
 
Constructor Summary
Xml806.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 Xml806.Distance lx

hx

public final Xml806.Distance hx

ly

public final Xml806.Distance ly

hy

public final Xml806.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

lWidth

public double lWidth

rWidth

public double rWidth

tExtent

public double tExtent

bExtent

public double bExtent
Constructor Detail

Xml806.NodeLayer

public Xml806.NodeLayer()