Uses of Class
com.storedobject.chart.Size
Packages that use Size
-
Uses of Size in com.storedobject.chart
Methods in com.storedobject.chart that return SizeModifier and TypeMethodDescriptionstatic Size
Size.none()
Create a "null" size.static Size
Size.percentage
(int percentage) Create a "size" value as a percentage.static Size
Size.pixels
(int pixels) Create a "size" value in pixels.Methods in com.storedobject.chart with parameters of type SizeModifier and TypeMethodDescriptionvoid
Set the (x, y) position.void
Set the "bottom" size.void
Set the center.void
Set the "height".default void
HasPolarProperty.setHoleRadius
(Size size) Set the hole radius (if a hole is required at the center).void
PolarProperty.setInnerRadius
(Size innerRadius) Set the inner radius (generally to crate a hole at the center).void
Set the "left" size.void
FunnelChart.setMouthSize
(Size mouthSize) Set the mouth size of the funnel.default void
Set the radius.void
Set size of the radius.void
Set the "right" size.void
FunnelChart.setTailSize
(Size size) Set the tail size.void
Set the "top" size.void
Set the "width".