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 | Field and Description |
---|---|
static ZoomLevel |
ZoomLevel.P_100 |
static ZoomLevel |
ZoomLevel.P_110 |
static ZoomLevel |
ZoomLevel.P_125 |
static ZoomLevel |
ZoomLevel.P_150 |
static ZoomLevel |
ZoomLevel.P_175 |
static ZoomLevel |
ZoomLevel.P_200 |
static ZoomLevel |
ZoomLevel.P_25 |
static ZoomLevel |
ZoomLevel.P_250 |
static ZoomLevel |
ZoomLevel.P_300 |
static ZoomLevel |
ZoomLevel.P_33 |
static ZoomLevel |
ZoomLevel.P_400 |
static ZoomLevel |
ZoomLevel.P_50 |
static ZoomLevel |
ZoomLevel.P_500 |
static ZoomLevel |
ZoomLevel.P_67 |
static ZoomLevel |
ZoomLevel.P_75 |
static ZoomLevel |
ZoomLevel.P_80 |
static ZoomLevel |
ZoomLevel.P_90 |
Modifier and Type | Method and Description |
---|---|
ZoomLevel |
ZoomLevels.defaultLevel()
Returns the default zoom level for the web pages.
|
ZoomLevel |
Zoom.level()
Returns the zoom level associated with the domain of the currently loaded web page.
|
static ZoomLevel |
ZoomLevel.of(double value)
Returns a
ZoomLevel instance for the given double value. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ZoomLevel> |
ZoomLevel.values()
Returns an immutable list of the pre-defined zoom levels.
|
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 for the domain 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.
|