public static final class SignApi.Dialog.Margin extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Optional<Integer> | 
getBottom()
Gets the bottom margin. 
 | 
static Optional<Integer> | 
getLeft()
Gets the left margin. 
 | 
static Optional<Integer> | 
getRight()
Gets the right margin. 
 | 
static Optional<Integer> | 
getTop()
Gets the top margin. 
 | 
static boolean | 
setBottom(int margin)
Sets the lower crop margin. 
 | 
static boolean | 
setLeft(int margin)
Sets the left crop margin. 
 | 
static boolean | 
setRight(int margin)
Sets the right crop margin. 
 | 
static boolean | 
setTop(int margin)
Sets the upper crop margin. 
 | 
public static boolean setLeft(int margin)
margin - The left margin.public static boolean setBottom(int margin)
margin - The bottom margin.public static boolean setRight(int margin)
margin - The right margin.public static boolean setTop(int margin)
margin - The top margin.public static Optional<Integer> getLeft()
public static Optional<Integer> getBottom()
public static Optional<Integer> getRight()
Copyright © 2025. All rights reserved.