Class AtomMath
- java.lang.Object
-
- net.sourceforge.plantuml.creole.atom.AbstractAtom
-
- net.sourceforge.plantuml.creole.atom.AtomMath
-
public class AtomMath extends AbstractAtom implements Atom
-
-
Constructor Summary
Constructors Constructor Description AtomMath(ScientificEquationSafe math, HColor foreground, HColor background)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
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
-
-
-
-
Constructor Detail
-
AtomMath
public AtomMath(ScientificEquationSafe math, HColor foreground, HColor background)
-
-
Method Detail
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceAtom
-
getStartingAltitude
public double getStartingAltitude(StringBounder stringBounder)
- Specified by:
getStartingAltitude
in interfaceAtom
-
-