Class ScenePeerBase
java.lang.Object
dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.base.ScenePeerBase
- Direct Known Subclasses:
CanvasScenePeer
,HtmlScenePeer
,SvgScenePeer
- Author:
- Bruno Salmon
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changedWindowSize
(double width, double height) getScene()
void
setTKSceneListener
(TKSceneListener listener) Releases the synchronization lock previously held.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.emul_coupling.ScenePeer
onAfterPulse, onBeforePulse, onNodePeerCreated, onPropertyHit, onRootBound, pickPeer, updateParentAndChildrenPeers
-
Field Details
-
scene
-
listener
-
-
Constructor Details
-
ScenePeerBase
-
-
Method Details
-
setTKSceneListener
Description copied from interface:TKScene
Releases the synchronization lock previously held. If the updateState flag is set then the glass scene state is updated prior to releasing the lock.- Specified by:
setTKSceneListener
in interfaceTKScene
-
changedWindowSize
public void changedWindowSize(double width, double height) -
getScene
-