public class SealFieldLocationOptions extends Object
SealFieldOptions.| Constructor and Description |
|---|
SealFieldLocationOptions(int leftInUserUnit,
int topInUserUnit,
int rightInUserUnit,
int bottomInUserUnit) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBottomInUserUnit()
Returns the bottom coordinate in default user space units for seal field.
|
Integer |
getLeftInUserUnit()
Returns the left coordinate in default user space units for seal field.
|
Integer |
getRightInUserUnit()
Returns the right coordinate in default user space units for seal field.
|
Integer |
getTopInUserUnit()
Returns the top coordinate in default user space units for seal field.
|
void |
setBottomInUserUnit(Integer bottomInUserUnit)
Sets the bottom coordinate in default user space units for seal field.
|
void |
setLeftInUserUnit(Integer leftInUserUnit)
Sets the left coordinate in default user space units for seal field.
|
void |
setRightInUserUnit(Integer rightInUserUnit)
Sets the right coordinate in default user space units for seal field.
|
void |
setTopInUserUnit(Integer topInUserUnit)
Sets the top coordinate in default user space units for seal field.
|
public SealFieldLocationOptions(int leftInUserUnit,
int topInUserUnit,
int rightInUserUnit,
int bottomInUserUnit)
public Integer getLeftInUserUnit()
public Integer getTopInUserUnit()
public Integer getRightInUserUnit()
public Integer getBottomInUserUnit()
public void setLeftInUserUnit(Integer leftInUserUnit)
leftInUserUnit - left coordinate valuepublic void setTopInUserUnit(Integer topInUserUnit)
topInUserUnit - top coordinate valuepublic void setRightInUserUnit(Integer rightInUserUnit)
rightInUserUnit - right coordinate valuepublic void setBottomInUserUnit(Integer bottomInUserUnit)
bottomInUserUnit - bottom coordinate valueCopyright © 2022 Adobe. All rights reserved.