public static enum PrintPreviewModel.Zoom extends java.lang.Enum<PrintPreviewModel.Zoom>
| Modifier and Type | Method and Description | 
|---|---|
| static PrintPreviewModel.Zoom | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static PrintPreviewModel.Zoom[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PrintPreviewModel.Zoom NONE
public static final PrintPreviewModel.Zoom IN
public static final PrintPreviewModel.Zoom OUT
public static final PrintPreviewModel.Zoom WIDTH
public static final PrintPreviewModel.Zoom PAGE
public static PrintPreviewModel.Zoom[] values()
for (PrintPreviewModel.Zoom c : PrintPreviewModel.Zoom.values()) System.out.println(c);
public static PrintPreviewModel.Zoom valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null