|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CanvasBag
A class implementing this interface can hold several Canvas3Ds.
| Method Summary | |
|---|---|
Canvas3D |
addCanvas(Canvas3D canvas)
Adds a Canvas3D to the list of canveses. |
Canvas3D |
addCanvas(Canvas3D canvas,
View view)
Adds a Canvas3D to the list of canveses. |
Canvas3DWrapper |
addCanvas(Canvas3DWrapper canvasWrapper)
Adds a Canvas3D to the list of canveses. |
Canvas3DWrapper |
addCanvas(Canvas3DWrapper canvasWrapper,
View view)
Adds a Canvas3D to the list of canveses. |
Canvas3D |
getCanvas()
|
Canvas3D |
getCanvas(int index)
|
boolean |
isCanvasAlive(Canvas3D canvas)
Checkes if a Canvas3D is currently to be rendered. |
boolean |
isCanvasAlive(Canvas3DWrapper canvasWrapper)
Checkes if a Canvas3DPanel is currently to be rendered. |
void |
removeAllCanvas3Ds()
Removes all Canvas3Ds from the View |
void |
removeCanvas(Canvas3D canvas)
Removes a Canvas3D from the list of canveses. |
void |
removeCanvas(Canvas3DWrapper canvasWrapper)
Removes a Canvas3D from the list of canveses. |
void |
reviveCanvas(Canvas3D canvas)
(Re-)activates a Canvas3D to be rendered by the RenderLoop |
void |
reviveCanvas(Canvas3DWrapper canvasWrapper)
(Re-)activates a Canvas3D to be rendered by the RenderLoop |
void |
suspendCanvas(Canvas3D canvas)
Suspends a Canvas3D do not be rendered for the moment. |
void |
suspendCanvas(Canvas3DWrapper canvasWrapper)
Suspends a Canvas3D do not be rendered for the moment. |
| Method Detail |
|---|
void removeCanvas(Canvas3D canvas)
canvas - the Canvas3D to be removedvoid removeCanvas(Canvas3DWrapper canvasWrapper)
canvasWrapper - the Canvas3D to be removedvoid removeAllCanvas3Ds()
Canvas3D addCanvas(Canvas3D canvas,
View view)
canvas - the Canvas3D to be addedview - the view to add the Canvas3D to
Canvas3D addCanvas(Canvas3D canvas)
canvas - the Canvas3D to be added
Canvas3DWrapper addCanvas(Canvas3DWrapper canvasWrapper,
View view)
canvasWrapper - the Canvas3D to be addedview - the view to add the Canvas3D to
Canvas3DWrapper addCanvas(Canvas3DWrapper canvasWrapper)
canvasWrapper - the Canvas3D to be added
Canvas3D getCanvas()
Canvas3D getCanvas(int index)
index - the desired Canvas3D's index
void suspendCanvas(Canvas3D canvas)
canvas - the arguable Canvas3Dvoid suspendCanvas(Canvas3DWrapper canvasWrapper)
canvasWrapper - the arguable Canvas3D containing Canvas3DWrappervoid reviveCanvas(Canvas3D canvas)
canvas - the arguable Canvas3Dvoid reviveCanvas(Canvas3DWrapper canvasWrapper)
canvasWrapper - the arguable Canvas3D containing Canvas3DWrapperboolean isCanvasAlive(Canvas3D canvas)
canvas - the arguable Canvas3D
boolean isCanvasAlive(Canvas3DWrapper canvasWrapper)
canvasWrapper - the arguable Canvas3DWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||