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

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

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

See Also:
Serialized Form

Field Summary
 double fontSize
          the size of the menu entry label
 PrimitiveNode.Function function
          the function of the prototype
 java.lang.String protoName
          the name of the prototype in the menu
 int rotation
          the rotation of the node in the menu entry
 java.lang.String text
          label to draw in the menu entry (may be null)
 
Constructor Summary
Xml807.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
the name of the prototype in the menu


function

public PrimitiveNode.Function function
the function of the prototype


text

public java.lang.String text
label to draw in the menu entry (may be null)


fontSize

public double fontSize
the size of the menu entry label


rotation

public int rotation
the rotation of the node in the menu entry

Constructor Detail

Xml807.MenuNodeInst

public Xml807.MenuNodeInst()