Package | Description |
---|---|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
com.teamdev.jxbrowser.print.settings |
Contains classes and interfaces related to print settings.
|
Modifier and Type | Method and Description |
---|---|
static Fit |
Fit.forNumber(int value) |
static Fit |
Fit.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Fit |
Fit.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Fit |
Fit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Fit[] |
Fit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Fit> |
Fit.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Fit |
Fit.fit()
Returns the fit used by the printer.
|
Modifier and Type | Method and Description |
---|---|
T |
Fit.fit(Fit fit)
Configures the fit for printing.
|