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 SizeSize.none()Create a "null" size.static SizeSize.percentage(int percentage) Create a "size" value as a percentage.static SizeSize.pixels(int pixels) Create a "size" value in pixels.Methods in com.storedobject.chart with parameters of type SizeModifier and TypeMethodDescriptionvoidSet the (x, y) position.voidSets the x and y offset values for this object based on the givenSizeparameters.voidSet the "bottom" size.voidSet the center.voidSet the "height".default voidHasPolarProperty.setHoleRadius(Size size) Set the hole radius (if a hole is required at the center).voidPolarProperty.setInnerRadius(Size innerRadius) Set the inner radius (generally to crate a hole at the center).voidSet the "left" size.voidFunnelChart.setMouthSize(Size mouthSize) Set the mouth size of the funnel.default voidSet the radius.voidSet size of the radius.voidSet the "right" size.voidFunnelChart.setTailSize(Size size) Set the tail size.voidSet the "top" size.voidSet the "width".