Interface HasSpacing
- All Known Subinterfaces:
GridLayoutTagDeclaration
,SplitLayoutTagDeclaration
public interface HasSpacing
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setColumnSpacing
(String columnSpacing) Spacing between the columns in the actual layout.void
setRowSpacing
(String rowSpacing) Spacing between the rows in the actual layout.
-
Method Details
-
setColumnSpacing
Spacing between the columns in the actual layout. -
setRowSpacing
Spacing between the rows in the actual layout.
-