Package net.sourceforge.plantuml.creole
Class CreoleHorizontalLine
- java.lang.Object
-
- net.sourceforge.plantuml.creole.atom.AbstractAtom
-
- net.sourceforge.plantuml.creole.CreoleHorizontalLine
-
public class CreoleHorizontalLine extends AbstractAtom implements Atom
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Dimension2D
calculateDimension(StringBounder stringBounder)
static CreoleHorizontalLine
create(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam)
void
drawU(UGraphic ug)
double
getStartingAltitude(StringBounder stringBounder)
-
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
-
-
-
-
Method Detail
-
create
public static CreoleHorizontalLine create(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam)
-
calculateDimension
public Dimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceAtom
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitude
in interfaceAtom
-
-