artisynth.core.modelmenu
Class LabelEntry

java.lang.Object
  extended by artisynth.core.modelmenu.MenuEntry
      extended by artisynth.core.modelmenu.LabelEntry
All Implemented Interfaces:
java.lang.Comparable<MenuEntry>

public class LabelEntry
extends MenuEntry


Constructor Summary
LabelEntry(java.lang.String text)
           
 
Method Summary
 DemoMenuParser.MenuType getType()
           
 
Methods inherited from class artisynth.core.modelmenu.MenuEntry
compareTo, equals, getFont, getIcon, getTitle, setFont, setIcon, setTitle
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelEntry

public LabelEntry(java.lang.String text)
Method Detail

getType

public DemoMenuParser.MenuType getType()
Overrides:
getType in class MenuEntry