com.sun.electric.technology
Class Xml.PrimitiveNode

java.lang.Object
  extended by com.sun.electric.technology.Xml.PrimitiveNode
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Xml

public static class Xml.PrimitiveNode
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean canBeZeroSize
           
 Xml.Distance defaultHeight
           
 Xml.Distance defaultWidth
           
 java.util.TreeMap<java.lang.Integer,EPoint> diskOffset
           
 boolean edgeSelect
           
 PrimitiveNode.Function function
           
 boolean highVt
           
 boolean lockable
           
 boolean lowVt
           
 java.lang.String name
           
 boolean nativeBit
           
 java.util.List<Xml.NodeLayer> nodeLayers
           
 Xml.NodeSizeRule nodeSizeRule
           
 boolean notUsed
           
 boolean od18
           
 boolean od25
           
 boolean od33
           
 java.lang.String oldName
           
 java.util.List<Xml.PrimitivePort> ports
           
 boolean shrinkArcs
           
 SizeOffset sizeOffset
           
 boolean skipSizeInPalette
           
 int specialType
           
 double[] specialValues
           
 java.lang.String spiceTemplate
           
 boolean square
           
 boolean wipes
           
 
Constructor Summary
Xml.PrimitiveNode()
           
 
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

oldName

public java.lang.String oldName

shrinkArcs

public boolean shrinkArcs

square

public boolean square

canBeZeroSize

public boolean canBeZeroSize

wipes

public boolean wipes

lockable

public boolean lockable

edgeSelect

public boolean edgeSelect

skipSizeInPalette

public boolean skipSizeInPalette

notUsed

public boolean notUsed

lowVt

public boolean lowVt

highVt

public boolean highVt

nativeBit

public boolean nativeBit

od18

public boolean od18

od25

public boolean od25

od33

public boolean od33

function

public PrimitiveNode.Function function

diskOffset

public final java.util.TreeMap<java.lang.Integer,EPoint> diskOffset

defaultWidth

public final Xml.Distance defaultWidth

defaultHeight

public final Xml.Distance defaultHeight

sizeOffset

public SizeOffset sizeOffset

nodeLayers

public final java.util.List<Xml.NodeLayer> nodeLayers

ports

public final java.util.List<Xml.PrimitivePort> ports

specialType

public int specialType

specialValues

public double[] specialValues

nodeSizeRule

public Xml.NodeSizeRule nodeSizeRule

spiceTemplate

public java.lang.String spiceTemplate
Constructor Detail

Xml.PrimitiveNode

public Xml.PrimitiveNode()