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

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

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

See Also:
Serialized Form

Field Summary
 int angleIncrement
           
 double antennaRatio
           
 java.util.List<Xml806.ArcLayer> arcLayers
           
 boolean curvable
           
 Xml806.Distance defaultWidth
           
 java.util.TreeMap<java.lang.Integer,java.lang.Double> diskOffset
           
 boolean extended
           
 boolean fixedAngle
           
 ArcProto.Function function
           
 java.lang.String name
           
 boolean notUsed
           
 java.lang.String oldName
           
 boolean skipSizeInPalette
           
 boolean special
           
 boolean wipable
           
 
Constructor Summary
Xml806.ArcProto()
           
 
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

function

public ArcProto.Function function

wipable

public boolean wipable

curvable

public boolean curvable

special

public boolean special

notUsed

public boolean notUsed

skipSizeInPalette

public boolean skipSizeInPalette

diskOffset

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

defaultWidth

public final Xml806.Distance defaultWidth

extended

public boolean extended

fixedAngle

public boolean fixedAngle

angleIncrement

public int angleIncrement

antennaRatio

public double antennaRatio

arcLayers

public final java.util.List<Xml806.ArcLayer> arcLayers
Constructor Detail

Xml806.ArcProto

public Xml806.ArcProto()