public class BoxSignTemplateSigner.BoxSignTemplateSignerInputCoordinates extends Object
Constructor and Description |
---|
BoxSignTemplateSignerInputCoordinates(double x,
double y)
Constructs a BoxSignTemplateSignerInputCoordinates object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
Gets the x coordinate.
|
double |
getY()
Gets the y coordinate.
|
public BoxSignTemplateSignerInputCoordinates(double x, double y)
x
- the x coordinate.y
- the y coordinate.