Class PieOptions
java.lang.Object
ch.stegmaier.java2tex.core.BaseOption<X>
ch.stegmaier.java2tex.core.OptionBuilder<PieOptions>
ch.stegmaier.java2tex.commands.registry.tikz.PieOptions
options for the pie command
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautosum()sets the value for sum to autocloud()variant chart - cloudend()polar()the polar diagram is similar to a usual pie chart, except sectory are equal angles and differ rather in how far each sector extends from the center of the circlesquare()variant chart - squarethe value of sum indicates the sum of all data in the chart, it is 100 by default.Methods inherited from class ch.stegmaier.java2tex.core.OptionBuilder
entry, entry, entry, toStringMethods inherited from class ch.stegmaier.java2tex.core.BaseOption
getThis
-
Constructor Details
-
PieOptions
public PieOptions(ch.stegmaier.java2tex.core.GenericCommand parent)
-
-
Method Details
-
end
- Overrides:
endin classch.stegmaier.java2tex.core.OptionBuilder<PieOptions>
-
cloud
variant chart - cloud\\pie[cloud]{10/A, 20/B, 30/C, 40/D}
-
square
variant chart - square\\pie[square]{40/A, 30/B, 20/C, 10/D}
-
polar
the polar diagram is similar to a usual pie chart, except sectory are equal angles and differ rather in how far each sector extends from the center of the circle\\pie[polar]{10/A, 20/B, 30/C, 40/D}
-
sum
the value of sum indicates the sum of all data in the chart, it is 100 by default. It can be calculated automatically when auto is set. Then the angle of slices are determined by number value and sum. -
autosum
sets the value for sum to auto
-