Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: Point2DPropertyViewFactory

[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.

Methods

  • Point2DPropertyViewFactory ()

    Creates a new Point2DPropertyViewFactory.

  • adopt (object Ajo)

    Wraps an existing factory AussomJavaObject.

    • @p Ajo is an AussomJavaObject around a Point2DPropertyViewFactory.
    • @r 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.