net.sourceforge.plantuml.salt.element
Class ElementTree

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

public class ElementTree
extends AbstractElement


Constructor Summary
ElementTree(UFont font, ISkinSimple spriteContainer, TableStrategy strategy)
           
 
Method Summary
 void addCellToEntry(String s)
           
 void addEntry(String s)
           
 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

ElementTree

public ElementTree(UFont font,
                   ISkinSimple spriteContainer,
                   TableStrategy strategy)
Method Detail

addEntry

public void addEntry(String s)

addCellToEntry

public void addCellToEntry(String s)

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.