Uses of Class
ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl.PieOptions
Packages that use PieOptions
-
Uses of PieOptions in ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl
Methods in ch.stegmaier.java2tex.commands.registry.ctan.tikz.impl that return PieOptionsModifier and TypeMethodDescriptionPieOptions.autosum()Sets the value for sum to auto.PieOptions.changeDirection()The slices order direction can be set to clockwise by setting change direction, default is counterclockwise.PieOptions.cloud()variant chart - cloudPieOptions.hideNumber()The number also can be hide by hide number:Pie.option()PieOptions.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.PieOptions.radius(float radius) The size of chart can be set by radius, default is 3.PieOptions.rotate(float degree) The chart can be rotated by setting rotate (in degrees).PieOptions.square()variant chart - squareThe value of sum indicates the sum of all data in the chart, it is 100 by default.PieOptions.text(PgfPie.PieOptionText pieOptionEnum) The value of text can be label (default), pin, inside or legend.The value of text can be label (default), pin, inside or legend.