Uses of Class
io.codeworth.panelmatic.componentbehavior.BehaviorBuilder
-
Packages that use BehaviorBuilder Package Description io.codeworth.panelmatic.componentbehavior Holds theComponentBehaviorand the classes involved in modifying it. -
-
Uses of BehaviorBuilder in io.codeworth.panelmatic.componentbehavior
Methods in io.codeworth.panelmatic.componentbehavior that return BehaviorBuilder Modifier and Type Method Description BehaviorBuilderBehaviorBuilder. insets(int t, int l, int b, int r)BehaviorBuilderBehaviorBuilder. insets(Insets insets)BehaviorBuilderBehaviorBuilder. lineAlign(LineAlign lineAlign)BehaviorBuilderBehaviorBuilder. lineStretch(boolean lineStretch)BehaviorBuilderBehaviorBuilder. pageAlign(PageAlign pageAlign)BehaviorBuilderBehaviorBuilder. pageGrowFactor(double pageGrowFactor)BehaviorBuilderBehaviorBuilder. pageStretch(boolean pageStretch)BehaviorBuilderBehaviorBuilder. start()
-