Interface ITransformableContentPart<V extends javafx.scene.Node>

    • Field Detail

      • TRANSFORM_PROVIDER_ROLE

        static final java.lang.String TRANSFORM_PROVIDER_ROLE
        The role for the adapter key of the Provider<Affine> that will be used to obtain the part's Affine transformation.
        See Also:
        Constant Field Values
      • TRANSFORM_PROVIDER_KEY

        static final AdapterKey<Provider<? extends javafx.scene.transform.Affine>> TRANSFORM_PROVIDER_KEY
        The adapter key for the Provider<Affine> that will be used to obtain the host's Affine transformation.