net.sourceforge.plantuml.salt.element
Class ElementTreeEntry
java.lang.Object
net.sourceforge.plantuml.salt.element.ElementTreeEntry
public class ElementTreeEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElementTreeEntry
public ElementTreeEntry(int level,
Element elmt)
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.