Uses of Class
ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl.Pie
Packages that use Pie
Package
Description
TikZ - "TikZ ist kein Zeichenprogramm"
This package contains references to LaTeX modules based on TikZ
-
Uses of Pie in ch.stegmaier.java2tex.commands.registry.ctan.tikz
Methods in ch.stegmaier.java2tex.commands.registry.ctan.tikz that return Pie -
Uses of Pie in ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl
Methods in ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl that return PieModifier and TypeMethodDescriptionPie.addValue(BigDecimal number) Adds a chart point without text.Pie.addValue(BigDecimal number, String text) Adds a chart in the format number/text, i.e. 10/A, 20/B, 30/C, 40/D.