Class AtomTable
- java.lang.Object
-
- net.sourceforge.plantuml.creole.atom.AbstractAtom
-
- net.sourceforge.plantuml.creole.atom.AtomTable
-
public class AtomTable extends AbstractAtom implements Atom
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCell(Atom cell, HColor cellBackColor)Dimension2DcalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)doublegetStartingAltitude(StringBounder stringBounder)voidnewLine(HColor lineBackColor)-
Methods inherited from class net.sourceforge.plantuml.creole.atom.AbstractAtom
splitInTwo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.creole.atom.Atom
splitInTwo
-
-
-
-
Constructor Detail
-
AtomTable
public AtomTable(HColor lineColor)
-
-
Method Detail
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceAtom
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitudein interfaceAtom
-
newLine
public void newLine(HColor lineBackColor)
-
-