Class AtomMath
java.lang.Object
net.sourceforge.plantuml.creole.atom.AbstractAtom
net.sourceforge.plantuml.creole.atom.AtomMath
-
Constructor Summary
ConstructorsConstructorDescriptionAtomMath
(ScientificEquationSafe math, HColor foreground, HColor background, ColorMapper colorMapper) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
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
-
Constructor Details
-
AtomMath
public AtomMath(ScientificEquationSafe math, HColor foreground, HColor background, ColorMapper colorMapper)
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimension
in interfaceAtom
-
getStartingAltitude
- Specified by:
getStartingAltitude
in interfaceAtom
-
drawU
-