Class Pie
java.lang.Object
ch.stegmaier.java2tex.core.BaseCommand<X>
ch.stegmaier.java2tex.core.GenericCommand<Pie>
ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl.Pie
pgf-pie – Draw pie charts, using PGF
The package provides the means to draw pie (and variant) charts, using PGF/TikZ.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValue(BigDecimal number) Adds a chart point without text.addValue(BigDecimal number, String text) Adds a chart in the format number/text, i.e. 10/A, 20/B, 30/C, 40/D.option()voidvalidate()Methods inherited from class ch.stegmaier.java2tex.core.GenericCommand
append, append, append, append, appendNewLine, argument, argument, argument, argument, arguments, autoNewline, buildMandatory, buildName, buildOptional, clear, emptyArgs, getConfigValue, getConfigValue, getContent, noFormat, noPrefix, option, option, option, star, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseCommand
getCommand, getThis
-
Constructor Details
-
Pie
public Pie()
-
-
Method Details
-
option
- Overrides:
optionin classch.stegmaier.java2tex.core.GenericCommand<Pie>
-
addValue
Adds a chart point without text. -
addValue
Adds a chart in the format number/text, i.e. 10/A, 20/B, 30/C, 40/D. -
addValue
-
validate
public void validate()- Overrides:
validatein classch.stegmaier.java2tex.core.GenericCommand<Pie>
-