Package net.sourceforge.plantuml.creole
Class CreoleHorizontalLine
java.lang.Object
net.sourceforge.plantuml.creole.atom.AbstractAtom
net.sourceforge.plantuml.creole.CreoleHorizontalLine
-
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) static CreoleHorizontalLinecreate(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam) voiddoublegetStartingAltitude(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.creole.atom.AbstractAtom
splitInTwoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.creole.atom.Atom
splitInTwo
-
Method Details
-
create
public static CreoleHorizontalLine create(FontConfiguration fontConfiguration, String line, char style, ISkinSimple skinParam) -
drawU
-
calculateDimension
- Specified by:
calculateDimensionin interfaceAtom
-
getStartingAltitude
- Specified by:
getStartingAltitudein interfaceAtom
-