public final class AVEdgeWidths
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
AVEdgeWidths() |
|
AVEdgeWidths(double left,
double top,
double right,
double bottom) |
protected |
AVEdgeWidths(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
double |
bottom() |
double |
left() |
double |
right() |
void |
setBottom(double value) |
void |
setLeft(double value) |
void |
setRight(double value) |
void |
setTop(double value) |
double |
top() |