artisynth.core.modelmenu
Class DividerEntry

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

public class DividerEntry
extends MenuEntry


Constructor Summary
DividerEntry(java.lang.String title)
           
 
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

DividerEntry

public DividerEntry(java.lang.String title)
Method Detail

getType

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