net.sourceforge.plantuml.salt.element
Class ElementTabBar

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

public class ElementTabBar
extends Object
implements Element


Constructor Summary
ElementTabBar(UFont font)
           
 
Method Summary
 void addTab(String tab)
           
 void drawU(UGraphic ug, double x, double y, int zIndex, Dimension2D dimToUse)
           
 Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
           
 boolean isVertical()
           
 void setVertical(boolean vertical)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementTabBar

public ElementTabBar(UFont font)
Method Detail

addTab

public void addTab(String tab)

getPreferredDimension

public Dimension2D getPreferredDimension(StringBounder stringBounder,
                                         double x,
                                         double y)
Specified by:
getPreferredDimension in interface Element

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y,
                  int zIndex,
                  Dimension2D dimToUse)
Specified by:
drawU in interface Element

isVertical

public boolean isVertical()

setVertical

public void setVertical(boolean vertical)


Copyright © 2011. All Rights Reserved.