public class FieldLocation extends Object
FieldOptions.| Constructor and Description |
|---|
FieldLocation(int left,
int top,
int right,
int bottom)
Constructs a
FieldLocation instance. |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBottom()
Returns the bottom coordinate in default user space units for seal field.
|
Integer |
getLeft()
Returns the left coordinate in default user space units for seal field.
|
Integer |
getRight()
Returns the right coordinate in default user space units for seal field.
|
Integer |
getTop()
Returns the top coordinate in default user space units for seal field.
|
public FieldLocation(int left,
int top,
int right,
int bottom)
FieldLocation instance.left - the left coordinate of field locationtop - the top coordinate of field locationright - the right coordinate of field locationbottom - the bottom coordinate of field locationpublic Integer getLeft()
public Integer getTop()
public Integer getRight()
public Integer getBottom()
Copyright © 2023 Adobe. All rights reserved.