Package | Description |
---|---|
com.sun.javafx.jmx | |
com.sun.javafx.print | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.tk.quantum | |
com.sun.javafx.util | |
com.sun.prism.j2d.print | |
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 | Class and Description |
---|---|
class |
HighlightRegion
This class encapsulates Rectangle2D and Scene to create a convenience class
for highlight region representation.
|
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
PrinterImpl.printableArea(Paper paper) |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
TextInputControlSkin.getCharacterBounds(int index)
Returns the bounds of the character at a given index.
|
Rectangle2D |
TextFieldSkin.getCharacterBounds(int index) |
Rectangle2D |
TextAreaSkin.getCharacterBounds(int index) |
Modifier and Type | Method and Description |
---|---|
private void |
TextAreaSkin.scrollBoundsToVisible(Rectangle2D bounds) |
Modifier and Type | Method and Description |
---|---|
private Rectangle |
OverlayWarning.createBackground(Text text,
Rectangle2D screen) |
Modifier and Type | Method and Description |
---|---|
static Screen |
Utils.getScreenForRectangle(Rectangle2D rect) |
Modifier and Type | Method and Description |
---|---|
Rectangle2D |
J2DPrinter.printableArea(Paper paper)
For any given paper, this retrieves the hardware margins,
or a reasonable and safe guess if they aren't available.
|
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()
Deprecated.
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 |
SnapshotParametersBuilder.viewport
Deprecated.
|
private Rectangle2D |
SnapshotParameters.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)
Deprecated.
Set the value of the
viewport property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
ImageViewBuilder.viewport
Deprecated.
|
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() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Rectangle2D> |
ImageView.viewportProperty() |
Modifier and Type | Method and Description |
---|---|
void |
ImageView.setViewport(Rectangle2D value) |
B |
ImageViewBuilder.viewport(Rectangle2D x)
Deprecated.
Set the value of the
viewport property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Rectangle2D |
MediaViewBuilder.viewport
Deprecated.
|
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() |
Modifier and Type | Method and Description |
---|---|
void |
MediaView.setViewport(Rectangle2D value)
Sets the rectangular viewport into the media frame.
|
B |
MediaViewBuilder.viewport(Rectangle2D x)
Deprecated.
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
Deprecated.
|
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)
Deprecated.
|
WebEngineBuilder |
WebEngineBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> value)
Deprecated.
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. |