public static final class SignApi.Behaviour.StdSign.Rectangle extends Object
| Modifier and Type | Method and Description | 
|---|---|
static Optional<SignApi.Behaviour.StdSign.Rectangle> | 
fromBottomLeft(int bottom,
              int left,
              int width,
              int height)
The signature rectangle is to be shown with the given size
 with respect to the lower left corner of the device display. 
 | 
static Optional<SignApi.Behaviour.StdSign.Rectangle> | 
fromBottomRight(int bottom,
               int right,
               int width,
               int height)
The signature rectangle is to be shown with the given size
 with respect to the lower left corner of the device display. 
 | 
static Optional<SignApi.Behaviour.StdSign.Rectangle> | 
fromTopLeft(int top,
           int left,
           int width,
           int height)
The signature rectangle is to be shown with the given size
 with respect to the upper left corner of the device display. 
 | 
static Optional<SignApi.Behaviour.StdSign.Rectangle> | 
fromTopRight(int top,
            int right,
            int width,
            int height)
The signature rectangle is to be shown with the given size
 with respect to the upper left corner of the device display. 
 | 
static Optional<SignApi.Behaviour.StdSign.Rectangle> | 
getDefault()  | 
public static Optional<SignApi.Behaviour.StdSign.Rectangle> fromBottomLeft(int bottom, int left, int width, int height)
bottom - The distance to the lower border in mm.left - The distance to the left border in mm.width - The width in mm.height - The height in mm.public static Optional<SignApi.Behaviour.StdSign.Rectangle> fromBottomRight(int bottom, int right, int width, int height)
bottom - The distance to the lower border in mm.right - The distance to the right border in mm.width - The width in mm.height - The height in mm.public static Optional<SignApi.Behaviour.StdSign.Rectangle> fromTopLeft(int top, int left, int width, int height)
top - The distance to the upper border in mm.left - The distance to the left border in mm.width - The width in mm.height - The height in mm.public static Optional<SignApi.Behaviour.StdSign.Rectangle> fromTopRight(int top, int right, int width, int height)
top - The distance to the upper border in mm.right - The distance to the rightborder in mm.width - The width in mm.height - The height in mm.public static Optional<SignApi.Behaviour.StdSign.Rectangle> getDefault()
Copyright © 2025. All rights reserved.