@Deprecated @Override protected
boolean impl_computeContains (
double localX,
double localY)
Deprecated: This is an internal API that is not intended for use and will be removed in the next version
Overriding: javafx.scene.Node
@treatAsPrivate implementation detail
@Deprecated @Override
public BaseBounds impl_computeGeomBounds (BaseBounds bounds, BaseTransform tx)
Deprecated: This is an internal API that is not intended for use and will be removed in the next version
Overriding: javafx.scene.Node
Computes the geometric bounds for this Node. This method is abstract
and must be implemented by each Node subclass.
@treatAsPrivate implementation detail
@Deprecated @Override protected
void impl_markDirty (
DirtyBits dirtyBit)
Deprecated: This is an internal API that is not intended for use and will be removed in the next version
Overriding: javafx.scene.Node
Mark the specified bit as dirty, and add this node to the scene's dirty list.
@treatAsPrivate implementation detail
@Deprecated @Override
public Object impl_processMXNode (MXNodeAlgorithm alg, MXNodeAlgorithmContext ctx)
Deprecated: This is an internal API that is not intended for use and will be removed in the next version
Overriding: javafx.scene.Node
This method is used by Scene-graph JMX bean to obtain the Scene-graph structure.
Parameters:
alg | | current algorithm to process this node |
ctx | | current context |
Returns: the algorithm specific result for this node
@treatAsPrivate implementation detail
@Deprecated @Override public
void impl_updatePeer ()
Deprecated: This is an internal API that is not intended for use and will be removed in the next version
Overriding: javafx.scene.Node
This function is called during synchronization to update the state of the
PG Node from the FX Node. Subclasses of Node should override this method
and must call super.impl_updatePeer()
@treatAsPrivate implementation detail