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

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

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

See Also:
Serialized Form

Field Summary
 double fontSize
           
 PrimitiveNode.Function function
           
 java.lang.String protoName
           
 int rotation
           
 java.lang.String text
           
 
Constructor Summary
XmlParam.MenuNodeInst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protoName

public java.lang.String protoName

function

public PrimitiveNode.Function function

text

public java.lang.String text

fontSize

public double fontSize

rotation

public int rotation
Constructor Detail

XmlParam.MenuNodeInst

public XmlParam.MenuNodeInst()