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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidchangedWindowSize(double width, double height) getScene()voidsetTKSceneListener(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, waitMethods 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:TKSceneReleases 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:
 setTKSceneListenerin interfaceTKScene
 - 
changedWindowSize
public void changedWindowSize(double width, double height)  - 
getScene
 
 -