Package | Description |
---|---|
com.teamdev.jxbrowser.zoom |
This package contains the classes and interfaces for working with zoom on the web pages.
|
com.teamdev.jxbrowser.zoom.event |
The zoom events.
|
Modifier and Type | Method and Description |
---|---|
ZoomLevel |
ZoomLevels.defaultLevel()
Returns the default zoom level for the web pages.
|
static ZoomLevel |
ZoomLevel.forNumber(int value) |
ZoomLevel |
Zoom.level()
Returns the actual zoom level for the currently loaded web page.
|
static ZoomLevel |
ZoomLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ZoomLevel |
ZoomLevel.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ZoomLevel |
ZoomLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoomLevel[] |
ZoomLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoomLevels.defaultLevel(ZoomLevel zoomLevel)
Overrides the default zoom level for the web pages.
|
void |
Zoom.level(ZoomLevel zoomLevel)
Updates the zoom level of the currently loaded web page.
|
Modifier and Type | Method and Description |
---|---|
default ZoomLevel |
ZoomLevelChanged.level()
Returns the new zoom level of a web page.
|