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

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

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

See Also:
Serialized Form

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

defaultWidth

public final Xml807.Distance defaultWidth

defaultHeight

public final Xml807.Distance defaultHeight

nodeBase

public ERectangle nodeBase

nodeLayers

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

ports

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

specialType

public int specialType

specialValues

public double[] specialValues

nodeSizeRule

public Xml807.NodeSizeRule nodeSizeRule

spiceTemplate

public java.lang.String spiceTemplate
Constructor Detail

Xml807.PrimitiveNode

public Xml807.PrimitiveNode()