Basics
Guides
API Reference
Basics
Guides
API Reference
[15:7] extends: PropertyViewFactory
Wraps FXGL's Point2DPropertyViewFactory (com.almasb.fxgl.ui.property.Point2DPropertyViewFactory), a concrete PropertyViewFactory that builds an HBox of two TextFields bound to a Point2D ObjectProperty's x and y components. No constructor arguments.
Point2DPropertyViewFactory ()
Creates a new Point2DPropertyViewFactory.
adopt (object Ajo)
Wraps an existing factory AussomJavaObject.
Ajo is an AussomJavaObject around a Point2DPropertyViewFactory.A new wrapper.makeView (object PropAjo)
Builds the view Node for the supplied Point2D ObjectProperty AJO.
onPropertyChanged (object PropAjo, object ViewAjo)
Pushes a property change to the view.
onViewChanged (object PropAjo, object ViewAjo)
Pulls a view-side change back into the property.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.