Thursday, 15 August 2013

java - is it possible to detect a parents transformation in the child? -



java - is it possible to detect a parents transformation in the child? -

the javadoc of javafx.scene.group says:

any transform, effect, or state applied grouping applied children of group

but possible tot observe transform applied grouping in children? ie there property on kid can hear if parent grouping gets transformation applied it? tried listening layoutxproperty(), translatexproperty(), gettransforms() couldn't observe alter there.

when add together transformation node, transformation propogated internal scenegraph rendering mechanism on children (if applicable, , if there no bugs), , there no way know in children it. children's transformations lists correspond transformations, should applied node, , children , set user, , list (or according properties) not notify transformations, done parents.

java javafx-2

No comments:

Post a Comment