Class CreoleHorizontalLine
java.lang.Object
net.sourceforge.plantuml.klimt.creole.atom.AbstractAtom
net.sourceforge.plantuml.klimt.creole.CreoleHorizontalLine
-
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) static CreoleHorizontalLine
create
(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam) void
double
getStartingAltitude
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.klimt.creole.atom.AbstractAtom
getNeutrons
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.klimt.creole.atom.Atom
getNeutrons
-
Method Details
-
create
public static CreoleHorizontalLine create(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam) -
drawU
-
calculateDimension
- Specified by:
calculateDimension
in interfaceAtom
-
getStartingAltitude
- Specified by:
getStartingAltitude
in interfaceAtom
-