File tree 1 file changed +2
-2
lines changed
modules/javafx.graphics/src/main/java/javafx/stage
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ public final BooleanProperty forceIntegerRenderScaleProperty() {
457
457
* The horizontal scale that the {@code Window} will use when rendering
458
458
* its {@code Scene} to the rendering buffer.
459
459
* This property is automatically updated whenever there is a change in
460
- * the {@link #outputScaleXProperty() outpitScaleX } property and can be overridden either by
460
+ * the {@link #outputScaleXProperty() outputScaleX } property and can be overridden either by
461
461
* calling {@code setRenderScaleX()} in response to a listener on the
462
462
* {@code outputScaleX} property or by binding it appropriately.
463
463
*
@@ -487,7 +487,7 @@ public final DoubleProperty renderScaleXProperty() {
487
487
* The vertical scale that the {@code Window} will use when rendering
488
488
* its {@code Scene} to the rendering buffer.
489
489
* This property is automatically updated whenever there is a change in
490
- * the {@link #outputScaleYProperty() outpitScaleY } property and can be overridden either by
490
+ * the {@link #outputScaleYProperty() outputScaleY } property and can be overridden either by
491
491
* calling {@code setRenderScaleY()} in response to a listener on the
492
492
* {@code outputScaleY} property or by binding it appropriately.
493
493
*
You can’t perform that action at this time.
0 commit comments