Uses of Class
io.codeworth.panelmatic.componentbehavior.LineAlign
-
Packages that use LineAlign Package Description io.codeworth.panelmatic.componentbehavior Holds theComponentBehaviorand the classes involved in modifying it. -
-
Uses of LineAlign in io.codeworth.panelmatic.componentbehavior
Methods in io.codeworth.panelmatic.componentbehavior that return LineAlign Modifier and Type Method Description LineAlignComponentBehavior. getLineAlign()static LineAlignLineAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static LineAlign[]LineAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.codeworth.panelmatic.componentbehavior with parameters of type LineAlign Modifier and Type Method Description BehaviorBuilderBehaviorBuilder. lineAlign(LineAlign lineAlign)voidComponentBehavior. setLineAlign(LineAlign lineAlign)
-