Constructor
new FieldLocation(leftnon-null, topnon-null, rightnon-null, bottomnon-null)
- Description:
Constructs a FieldLocation instance.
Parameters:
Name | Type | Description |
---|---|---|
left |
Number | the left coordinate of field location |
top |
Number | the top coordinate of field location |
right |
Number | the right coordinate of field location |
bottom |
Number | the bottom coordinate of field location |
Methods
getLeft() → {Number}
- Description:
Returns the left coordinate in default user space units for seal field.
Returns:
left coordinate value
- Type
- Number
getTop() → {Number}
- Description:
Returns the top coordinate in default user space units for seal field.
Returns:
top coordinate value
- Type
- Number
getRight() → {Number}
- Description:
Returns the right coordinate in default user space units for seal field.
Returns:
right coordinate value
- Type
- Number
getBottom() → {Number}
- Description:
Returns the bottom coordinate in default user space units for seal field.
Returns:
bottom coordinate value
- Type
- Number