public interface TKScene
Modifier and Type | Method and Description |
---|---|
TKClipboard |
createDragboard(boolean isDragSource) |
void |
dispose()
This method is called from Scene, when it is being destroyed.
|
void |
enableInputMethodEvents(boolean enable) |
void |
entireSceneNeedsRepaint() |
void |
finishInputMethodComposition() |
AccessControlContext |
getAccessControlContext() |
NGLightBase[] |
getLights() |
void |
markDirty() |
void |
releaseSynchronization(boolean updateState)
Releases the synchronization lock previously held.
|
void |
setCamera(NGCamera camera) |
void |
setCursor(Object cursor) |
void |
setFillPaint(Object fillPaint)
Set the background fill for the scene
|
void |
setLights(NGLightBase[] lights) |
void |
setRoot(NGNode root) |
void |
setTKSceneListener(TKSceneListener listener) |
void |
setTKScenePaintListener(TKScenePaintListener listener) |
void |
waitForRenderingToComplete() |
void |
waitForSynchronization()
Waits until the render thread is available for synchronization
from the scene graph.
|
void dispose()
void waitForRenderingToComplete()
void waitForSynchronization()
void releaseSynchronization(boolean updateState)
void setTKSceneListener(TKSceneListener listener)
void setTKScenePaintListener(TKScenePaintListener listener)
void setRoot(NGNode root)
void markDirty()
void setCamera(NGCamera camera)
NGLightBase[] getLights()
void setLights(NGLightBase[] lights)
void setFillPaint(Object fillPaint)
fillPaint
- This must be a paint class as returned from Toolkit.createPaint(...)void setCursor(Object cursor)
void enableInputMethodEvents(boolean enable)
void finishInputMethodComposition()
void entireSceneNeedsRepaint()
TKClipboard createDragboard(boolean isDragSource)
AccessControlContext getAccessControlContext()
Copyright © 2020. All rights reserved.