public static enum SignApi.Behaviour.Zoom.Level extends Enum<SignApi.Behaviour.Zoom.Level>
| Enum Constant and Description |
|---|
FitHeight
The height of the page shall fit the height of the display.
|
FitPage
The page shall fit into the display.
|
FitWidth
The width of the page shall fit the width of the display.
|
Maximum
The maximum zoom level.
|
| Modifier and Type | Method and Description |
|---|---|
static SignApi.Behaviour.Zoom.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignApi.Behaviour.Zoom.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignApi.Behaviour.Zoom.Level FitPage
public static final SignApi.Behaviour.Zoom.Level FitHeight
public static final SignApi.Behaviour.Zoom.Level FitWidth
public static final SignApi.Behaviour.Zoom.Level Maximum
public static SignApi.Behaviour.Zoom.Level[] values()
for (SignApi.Behaviour.Zoom.Level c : SignApi.Behaviour.Zoom.Level.values()) System.out.println(c);
public static SignApi.Behaviour.Zoom.Level valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2025. All rights reserved.