net.sourceforge.plantuml.salt.element
Class ElementTreeEntry

java.lang.Object
  extended by net.sourceforge.plantuml.salt.element.ElementTreeEntry

public class ElementTreeEntry
extends Object


Constructor Summary
ElementTreeEntry(int level, Element elmt)
           
 
Method Summary
 void addCell(Element elmt)
           
 void drawFirstCell(UGraphic ug, double x, double y)
           
 void drawSecondCell(UGraphic ug, double x, double y, ListWidth otherWidth, double margin)
           
 Dimension2D getPreferredDimensionFirstCell(StringBounder stringBounder)
           
 ListWidth getPreferredDimensionOtherCell(StringBounder stringBounder)
           
 double getXDelta()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElementTreeEntry

public ElementTreeEntry(int level,
                        Element elmt)
Method Detail

addCell

public void addCell(Element elmt)

getPreferredDimensionFirstCell

public Dimension2D getPreferredDimensionFirstCell(StringBounder stringBounder)

getPreferredDimensionOtherCell

public ListWidth getPreferredDimensionOtherCell(StringBounder stringBounder)

getXDelta

public double getXDelta()

drawFirstCell

public void drawFirstCell(UGraphic ug,
                          double x,
                          double y)

drawSecondCell

public void drawSecondCell(UGraphic ug,
                           double x,
                           double y,
                           ListWidth otherWidth,
                           double margin)


Copyright © 2014. All Rights Reserved.