net.sourceforge.plantuml.salt.element
Class ElementMenuBar

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.AbstractElement
      extended by net.sourceforge.plantuml.salt.element.ElementMenuBar
All Implemented Interfaces:
Element

public class ElementMenuBar
extends AbstractElement


Constructor Summary
ElementMenuBar(UFont font, ISkinSimple spriteContainer)
           
 
Method Summary
 void addEntry(String s)
           
 void addSubEntry(String s, String sub)
           
 void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
           
 Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementMenuBar

public ElementMenuBar(UFont font,
                      ISkinSimple spriteContainer)
Method Detail

addEntry

public void addEntry(String s)

addSubEntry

public void addSubEntry(String s,
                        String sub)

getPreferredDimension

public Dimension2D getPreferredDimension(StringBounder stringBounder,
                                         double x,
                                         double y)

drawU

public void drawU(UGraphic ug,
                  int zIndex,
                  Dimension2D dimToUse)


Copyright © 2014. All Rights Reserved.