Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.geometry |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.image |
Provides the set of classes for loading and displaying images.
|
javafx.scene.media |
Provides the set of classes for integrating audio and video into Java FX
Applications.
|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
static Rectangle2D |
Rectangle2D.EMPTY
An empty
Rectangle2D instance (with all coordinates equal to zero). |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
Rectangle2DBuilder.build()
Make an instance of
Rectangle2D based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle2D.contains(Rectangle2D r)
Tests if the interior of this
Rectangle2D entirely contains the
specified Rectangle2D, r . |
boolean |
Rectangle2D.intersects(Rectangle2D r)
Tests if the interior of this
Rectangle2D intersects the interior
of a specified Rectangle2D, r . |
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
SnapshotParameters.viewport |
private Rectangle2D |
SnapshotParametersBuilder.viewport |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
SnapshotParameters.getViewport()
Gets the current viewport
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotParameters.setViewport(Rectangle2D viewport)
Sets the viewport used for rendering.
|
B |
SnapshotParametersBuilder.viewport(Rectangle2D x)
Set the value of the
viewport property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
ImageViewBuilder.viewport |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Rectangle2D> |
ImageView.viewport
The rectangular viewport into the image.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
ImageView.getViewport()
Gets the value of the property viewport.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Rectangle2D> |
ImageView.viewportProperty()
The rectangular viewport into the image.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageView.setViewport(Rectangle2D value)
Sets the value of the property viewport.
|
B |
ImageViewBuilder.viewport(Rectangle2D x)
Set the value of the
viewport property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
MediaViewBuilder.viewport |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Rectangle2D> |
MediaView.viewport
Specifies a rectangular viewport into the media frame.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
MediaView.getViewport()
Retrieves the rectangular viewport into the media frame.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Rectangle2D> |
MediaView.viewportProperty()
Specifies a rectangular viewport into the media frame.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaView.setViewport(Rectangle2D value)
Sets the rectangular viewport into the media frame.
|
B |
MediaViewBuilder.viewport(Rectangle2D x)
Set the value of the
viewport property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private EventHandler<WebEvent<Rectangle2D>> |
WebEngineBuilder.onResized |
private ObjectProperty<EventHandler<WebEvent<Rectangle2D>>> |
WebEngine.onResized |
Modifier and Type | Method and Description |
---|---|
EventHandler<WebEvent<Rectangle2D>> |
WebEngine.getOnResized()
Returns the JavaScript window resize handler.
|
ObjectProperty<EventHandler<WebEvent<Rectangle2D>>> |
WebEngine.onResizedProperty()
JavaScript window resize handler property.
|
Modifier and Type | Method and Description |
---|---|
WebViewBuilder |
WebViewBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> value)
|
WebEngineBuilder |
WebEngineBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> value)
Sets the
onResized
property for the instance constructed by this builder. |
void |
WebEngine.setOnResized(EventHandler<WebEvent<Rectangle2D>> handler)
Sets the JavaScript window resize handler.
|
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
Screen.bounds
The bounds of this
Screen . |
private Rectangle2D |
Screen.visualBounds
The visual bounds of this
Screen . |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
Screen.getBounds()
Gets the bounds of this
Screen . |
Rectangle2D |
Screen.getVisualBounds()
Gets the visual bounds of this
Screen . |
Modifier and Type | Method and Description |
---|---|
static ObservableList<Screen> |
Screen.getScreensForRectangle(Rectangle2D r)
Returns a ObservableList of
Screens that intersects the provided rectangle. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to