We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Note.A("An important", "UML note"); Note.B("Another note"); leftToRight(20)(A, B); drawObjects(A, B); clink(dashedLink)(A, B);
input metauml; input TEX; beginfig(5); Note.A("This class implements the formula:", TEX("$\sum_1^n f(x)\cdot dx$")); drawObjects(A); endfig; end