public class ContentInset extends Object
| Constructor and Description |
|---|
ContentInset() |
ContentInset(int top,
int left,
int bottom,
int right) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottom() |
int |
getLeft() |
int |
getRight() |
int |
getTop() |
void |
setBottom(int bottom) |
void |
setLeft(int left) |
void |
setRight(int right) |
void |
setTop(int top) |
Copyright © 2023. All rights reserved.