Uses of Class
no.ntnu.principes.util.styles.InsetBuilder.Builder
Packages that use InsetBuilder.Builder
-
Uses of InsetBuilder.Builder in no.ntnu.principes.util.styles
Methods in no.ntnu.principes.util.styles that return InsetBuilder.BuilderModifier and TypeMethodDescriptionInsetBuilder.Builder.bottom(double bottom) Sets the bottom inset value.static InsetBuilder.BuilderInsetBuilder.create()Creates an empty builder with zero insets.static InsetBuilder.BuilderInsetBuilder.custom(double top, double right, double bottom, double left) Creates a builder with custom insets for each side.InsetBuilder.Builder.left(double left) Sets the left inset value.InsetBuilder.Builder.right(double right) Sets the right inset value.static InsetBuilder.BuilderInsetBuilder.symmetric(double x, double y) Creates a builder with symmetric insets.InsetBuilder.Builder.top(double top) Sets the top inset value.static InsetBuilder.BuilderInsetBuilder.uniform(double inset) Creates a builder with uniform insets on all sides.