public abstract class MultiScene extends java.awt.Panel implements Scene
select(int),
Serialized Formjava.awt.Component.BaselineResizeBehaviorScene.BufferType, Scene.DrawStyle, Scene.ViewingModesBOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENTBROWSER, EDITOR, INTERACTIVE, STILL| Constructor and Description |
|---|
MultiScene()
Deprecated.
|
MultiScene(java.awt.LayoutManager layoutMgr)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
add(java.awt.Component c)
Deprecated.
|
java.awt.Component |
add(java.awt.Component c,
int index)
Deprecated.
|
void |
add(java.awt.Component c,
java.lang.Object constraints)
Deprecated.
|
void |
add(java.awt.Component c,
java.lang.Object constraints,
int index)
Deprecated.
|
java.awt.Component |
add(java.lang.String name,
java.awt.Component c)
Deprecated.
|
void |
addImpl(java.awt.Component c,
java.lang.Object constraints,
int index)
Deprecated.
|
void |
addSceneHandler(SceneHandler s)
Deprecated.
|
void |
clearChanged()
Deprecated.
Clear the selected scene has changed.
|
boolean |
contains(Scene scene)
Deprecated.
|
void |
copyView(double eventTime)
Deprecated.
Copy the view of the selected scene.
|
void |
deleteSceneHandler(SceneHandler s)
Deprecated.
|
void |
deleteSceneHandlers()
Deprecated.
|
int |
getBackgroundIndex()
Deprecated.
|
Scene.BufferType |
getBufferingType()
Deprecated.
|
Scene.DrawStyle |
getDrawStyle(int type)
Deprecated.
|
int |
getInteractiveCount()
Deprecated.
|
boolean |
getInteractiveFlag()
Deprecated.
|
Scene.ViewingModes |
getMode()
Deprecated.
|
long |
getRedrawPriority()
Deprecated.
|
java.util.Enumeration |
getScenes()
Deprecated.
|
int |
getSelectedIndex()
Deprecated.
|
Scene |
getSelectedScene()
Deprecated.
|
java.awt.Dimension |
getSize()
Deprecated.
Get the size of this multiscene.
|
int |
getStereoMode()
Deprecated.
|
float |
getStereoOffset()
Deprecated.
|
boolean |
getStereoSwitch()
Deprecated.
|
SoGLRenderAction.TransparencyTypes |
getTransparencyType()
Deprecated.
|
boolean |
hasChanged()
Deprecated.
Say if the selected scene has changed.
|
int |
indexOf(Scene scene)
Deprecated.
|
void |
interactiveCountDec()
Deprecated.
Decrement the interactive count of the selected scene.
|
void |
interactiveCountInc()
Deprecated.
Increment the interactive count of the selected scene.
|
boolean |
isAnimating()
Deprecated.
|
boolean |
isAnimationEnabled()
Deprecated.
|
boolean |
isAutoClipping()
Deprecated.
|
boolean |
isAutoRedraw()
Deprecated.
|
boolean |
isBufferingTypeUpdated()
Deprecated.
Say if the selected scene has an updated buffering type.
|
boolean |
isClearBeforeRender()
Deprecated.
|
boolean |
isDrawStyleUpdated()
Deprecated.
Say if the selected scene has an updated draw style.
|
boolean |
isSeekMode()
Deprecated.
|
boolean |
isViewing()
Deprecated.
|
boolean |
isViewingUpdated()
Deprecated.
Say if the selected scene has an an updated viewing.
|
void |
notifySceneHandlers()
Deprecated.
|
void |
notifySceneHandlers(java.lang.Object arg)
Deprecated.
|
void |
pasteView(double eventTime)
Deprecated.
Paste the view of the selected scene.
|
void |
redraw()
Deprecated.
Redraw the selected scene.
|
void |
redrawOverlay()
Deprecated.
Redraw the overlay of the selected scene.
|
void |
remove(java.awt.Component c)
Deprecated.
|
void |
remove(int index)
Deprecated.
|
void |
removeAll()
Deprecated.
|
void |
resetToHomePosition()
Deprecated.
Reset to home position on the selected scene.
|
void |
saveHomePosition()
Deprecated.
Save the home position on the selected scene.
|
Scene |
sceneAt(int index)
Deprecated.
|
int |
sceneNumber()
Deprecated.
|
void |
scheduleRedraw()
Deprecated.
Schedule the redraw for the selected scene.
|
void |
select(int index)
Deprecated.
Set the current selection.
|
void |
setAllChanged()
Deprecated.
Set all parameters as changed for the selected scene.
|
void |
setAnimating(boolean flag)
Deprecated.
Set the selected scene animating.
|
void |
setAnimationEnabled(boolean flag)
Deprecated.
Enable the animation on the selected scene.
|
void |
setAntialiasing(boolean smoothing,
int numPasses)
Deprecated.
Set the antialiasing on the selected scene.
|
void |
setAutoClipping(boolean onOrOff)
Deprecated.
Set the auto clipping of the selected scene.
|
void |
setAutoRedraw(boolean trueOrFalse)
Deprecated.
Set the AutoRedraw state of the selected scene.
|
void |
setBackgroundIndex(int index)
Deprecated.
Set the background index on the selected scene.
|
void |
setBufferingType(Scene.BufferType type)
Deprecated.
Set the buffering type on the selected scene.
|
void |
setClearBeforeRender(boolean trueOrFalse)
Deprecated.
Set the ClearBeforeRender state of the selected scene.
|
void |
setCurrentDrawStyle(Scene.DrawStyle style)
Deprecated.
Set the current draw style on the selected scene.
|
void |
setDoubleBuffer(boolean onOrOff)
Deprecated.
Set the double buffer on the selected scene.
|
void |
setDrawStyle(int type,
Scene.DrawStyle style)
Deprecated.
Set the draw style on the selected scene.
|
void |
setInteractiveFlag(boolean flag)
Deprecated.
Set the interactivity of the selected scene.
|
void |
setMode(Scene.ViewingModes newMode,
java.awt.AWTEvent event)
Deprecated.
Set the mode on the selected scene.
|
void |
setRedrawPriority(long priority)
Deprecated.
Set the redraw priority of the selected scene.
|
void |
setSeekMode(boolean flag)
Deprecated.
Set the seek mode on the selected scene.
|
void |
setSize(java.awt.Dimension d)
Deprecated.
Set the size of the multiscene.
|
void |
setStereoMode(int stereo_mode)
Deprecated.
Define the mono/stereoscopic mode.
|
void |
setStereoOffset(float dist)
Deprecated.
Set the stereo offset of the selected scene.
|
void |
setStereoSwitch(boolean left_right)
Deprecated.
Switch left and right eyes of a stereo viewing mode.
|
void |
setTransparencyType(SoGLRenderAction.TransparencyTypes type)
Deprecated.
Set the transparency type of the selected scene.
|
void |
setViewing(boolean onOrOff,
java.awt.AWTEvent event)
Deprecated.
Set the viewing on the selected scene.
|
void |
stopAnimating()
Deprecated.
Stop the animation of the selected scene.
|
void |
viewAll()
Deprecated.
Calls viewAll on the selected scene.
|
addContainerListener, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getMousePosition, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, isValidateRoot, layout, list, list, locate, minimumSize, paint, paintComponents, preferredSize, print, printComponents, removeContainerListener, removeNotify, setComponentZOrder, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setFont, setLayout, transferFocusDownCycle, update, validateaction, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, dispatchEvent, enable, enable, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBaseline, getBaselineResizeBehavior, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isOpaque, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocusInWindow, reshape, resize, resize, revalidate, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setMaximumSize, setMinimumSize, setName, setPreferredSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCyclepublic MultiScene()
public MultiScene(java.awt.LayoutManager layoutMgr)
public java.awt.Component add(java.awt.Component c)
add in class java.awt.Containerpublic java.awt.Component add(java.awt.Component c,
int index)
add in class java.awt.Containerpublic java.awt.Component add(java.lang.String name,
java.awt.Component c)
add in class java.awt.Containerpublic void add(java.awt.Component c,
java.lang.Object constraints)
add in class java.awt.Containerpublic void add(java.awt.Component c,
java.lang.Object constraints,
int index)
add in class java.awt.Containerpublic void addImpl(java.awt.Component c,
java.lang.Object constraints,
int index)
addImpl in class java.awt.Containerpublic void remove(java.awt.Component c)
remove in class java.awt.Containerpublic void remove(int index)
remove in class java.awt.Containerpublic void removeAll()
removeAll in class java.awt.Containerpublic java.util.Enumeration getScenes()
public boolean contains(Scene scene)
public int sceneNumber()
public int indexOf(Scene scene)
public Scene sceneAt(int index)
public void select(int index)
throws java.lang.ArrayIndexOutOfBoundsException
java.lang.ArrayIndexOutOfBoundsExceptionpublic int getSelectedIndex()
public Scene getSelectedScene()
public void addSceneHandler(SceneHandler s)
addSceneHandler in interface Scenepublic void deleteSceneHandler(SceneHandler s)
deleteSceneHandler in interface Scenepublic void deleteSceneHandlers()
deleteSceneHandlers in interface Scenepublic void notifySceneHandlers()
notifySceneHandlers in interface Scenepublic void notifySceneHandlers(java.lang.Object arg)
notifySceneHandlers in interface Scenepublic boolean hasChanged()
hasChanged in interface Scenepublic void clearChanged()
clearChanged in interface Scenepublic void setAllChanged()
setAllChanged in interface Scenepublic boolean isDrawStyleUpdated()
isDrawStyleUpdated in interface Scenepublic boolean isBufferingTypeUpdated()
isBufferingTypeUpdated in interface Scenepublic boolean isViewingUpdated()
isViewingUpdated in interface Scenepublic void setDrawStyle(int type,
Scene.DrawStyle style)
setDrawStyle in interface Scenepublic Scene.DrawStyle getDrawStyle(int type)
getDrawStyle in interface Scenepublic void setCurrentDrawStyle(Scene.DrawStyle style)
setCurrentDrawStyle in interface Scenepublic void setBufferingType(Scene.BufferType type)
setBufferingType in interface Scenepublic Scene.BufferType getBufferingType()
getBufferingType in interface Scenepublic void setDoubleBuffer(boolean onOrOff)
setDoubleBuffer in interface Scenepublic Scene.ViewingModes getMode()
public void setMode(Scene.ViewingModes newMode, java.awt.AWTEvent event)
public void viewAll()
public void saveHomePosition()
saveHomePosition in interface Scenepublic void resetToHomePosition()
resetToHomePosition in interface Scenepublic void setViewing(boolean onOrOff,
java.awt.AWTEvent event)
setViewing in interface Scenepublic boolean isViewing()
public void setAnimationEnabled(boolean flag)
setAnimationEnabled in interface Scenepublic boolean isAnimationEnabled()
isAnimationEnabled in interface Scenepublic void setAnimating(boolean flag)
setAnimating in interface Scenepublic boolean isAnimating()
isAnimating in interface Scenepublic void stopAnimating()
stopAnimating in interface Scenepublic void setSeekMode(boolean flag)
setSeekMode in interface Scenepublic boolean isSeekMode()
isSeekMode in interface Scenepublic void setTransparencyType(SoGLRenderAction.TransparencyTypes type)
setTransparencyType in interface Scenepublic SoGLRenderAction.TransparencyTypes getTransparencyType()
getTransparencyType in interface Scenepublic void setAntialiasing(boolean smoothing,
int numPasses)
setAntialiasing in interface Scenepublic void setBackgroundIndex(int index)
setBackgroundIndex in interface Scenepublic int getBackgroundIndex()
getBackgroundIndex in interface Scenepublic void setSize(java.awt.Dimension d)
public java.awt.Dimension getSize()
public void setInteractiveFlag(boolean flag)
setInteractiveFlag in interface Scenepublic boolean getInteractiveFlag()
getInteractiveFlag in interface Scenepublic void interactiveCountInc()
interactiveCountInc in interface Scenepublic void interactiveCountDec()
interactiveCountDec in interface Scenepublic int getInteractiveCount()
getInteractiveCount in interface Scenepublic void setAutoClipping(boolean onOrOff)
setAutoClipping in interface Scenepublic boolean isAutoClipping()
isAutoClipping in interface Scenepublic void setStereoMode(int stereo_mode)
setStereoMode in interface Scenepublic void setStereoSwitch(boolean left_right)
setStereoSwitch in interface Sceneleft_right - true the eyes are switchedpublic int getStereoMode()
getStereoMode in interface ScenesetStereoMode(int)public boolean getStereoSwitch()
getStereoSwitch in interface ScenesetStereoSwitch(boolean)public void setStereoOffset(float dist)
setStereoOffset in interface Scenepublic float getStereoOffset()
getStereoOffset in interface Scenepublic void copyView(double eventTime)
public void pasteView(double eventTime)
public void setClearBeforeRender(boolean trueOrFalse)
setClearBeforeRender in interface Scenepublic boolean isClearBeforeRender()
isClearBeforeRender in interface Scenepublic void setAutoRedraw(boolean trueOrFalse)
setAutoRedraw in interface Scenepublic boolean isAutoRedraw()
isAutoRedraw in interface Scenepublic void setRedrawPriority(long priority)
setRedrawPriority in interface Scenepublic long getRedrawPriority()
getRedrawPriority in interface Scenepublic void redraw()
public void redrawOverlay()
redrawOverlay in interface Scenepublic void scheduleRedraw()
scheduleRedraw in interface SceneGenerated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com