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

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

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

See Also:
Serialized Form

Field Summary
 int angleIncrement
           
 double antennaRatio
           
 java.util.List<XmlParam.ArcLayer> arcLayers
           
 XmlParam.ArcPin arcPin
           
 boolean curvable
           
 double elibWidthOffset
           
 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
XmlParam.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

extended

public boolean extended

fixedAngle

public boolean fixedAngle

angleIncrement

public int angleIncrement

antennaRatio

public double antennaRatio

elibWidthOffset

public double elibWidthOffset

arcLayers

public final java.util.List<XmlParam.ArcLayer> arcLayers

arcPin

public XmlParam.ArcPin arcPin
Constructor Detail

XmlParam.ArcProto

public XmlParam.ArcProto()