public abstract class MultiScene extends java.awt.Panel implements Scene
select(int)
,
Serialized Formjava.awt.Component.BaselineResizeBehavior
Scene.BufferType, Scene.DrawStyle, Scene.ViewingModes
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
BROWSER, 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, validate
action, 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, transferFocusUpCycle
public MultiScene()
public MultiScene(java.awt.LayoutManager layoutMgr)
public java.awt.Component add(java.awt.Component c)
add
in class java.awt.Container
public java.awt.Component add(java.awt.Component c, int index)
add
in class java.awt.Container
public java.awt.Component add(java.lang.String name, java.awt.Component c)
add
in class java.awt.Container
public void add(java.awt.Component c, java.lang.Object constraints)
add
in class java.awt.Container
public void add(java.awt.Component c, java.lang.Object constraints, int index)
add
in class java.awt.Container
public void addImpl(java.awt.Component c, java.lang.Object constraints, int index)
addImpl
in class java.awt.Container
public void remove(java.awt.Component c)
remove
in class java.awt.Container
public void remove(int index)
remove
in class java.awt.Container
public void removeAll()
removeAll
in class java.awt.Container
public 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.ArrayIndexOutOfBoundsException
public int getSelectedIndex()
public Scene getSelectedScene()
public void addSceneHandler(SceneHandler s)
addSceneHandler
in interface Scene
public void deleteSceneHandler(SceneHandler s)
deleteSceneHandler
in interface Scene
public void deleteSceneHandlers()
deleteSceneHandlers
in interface Scene
public void notifySceneHandlers()
notifySceneHandlers
in interface Scene
public void notifySceneHandlers(java.lang.Object arg)
notifySceneHandlers
in interface Scene
public boolean hasChanged()
hasChanged
in interface Scene
public void clearChanged()
clearChanged
in interface Scene
public void setAllChanged()
setAllChanged
in interface Scene
public boolean isDrawStyleUpdated()
isDrawStyleUpdated
in interface Scene
public boolean isBufferingTypeUpdated()
isBufferingTypeUpdated
in interface Scene
public boolean isViewingUpdated()
isViewingUpdated
in interface Scene
public void setDrawStyle(int type, Scene.DrawStyle style)
setDrawStyle
in interface Scene
public Scene.DrawStyle getDrawStyle(int type)
getDrawStyle
in interface Scene
public void setCurrentDrawStyle(Scene.DrawStyle style)
setCurrentDrawStyle
in interface Scene
public void setBufferingType(Scene.BufferType type)
setBufferingType
in interface Scene
public Scene.BufferType getBufferingType()
getBufferingType
in interface Scene
public void setDoubleBuffer(boolean onOrOff)
setDoubleBuffer
in interface Scene
public Scene.ViewingModes getMode()
public void setMode(Scene.ViewingModes newMode, java.awt.AWTEvent event)
public void viewAll()
public void saveHomePosition()
saveHomePosition
in interface Scene
public void resetToHomePosition()
resetToHomePosition
in interface Scene
public void setViewing(boolean onOrOff, java.awt.AWTEvent event)
setViewing
in interface Scene
public boolean isViewing()
public void setAnimationEnabled(boolean flag)
setAnimationEnabled
in interface Scene
public boolean isAnimationEnabled()
isAnimationEnabled
in interface Scene
public void setAnimating(boolean flag)
setAnimating
in interface Scene
public boolean isAnimating()
isAnimating
in interface Scene
public void stopAnimating()
stopAnimating
in interface Scene
public void setSeekMode(boolean flag)
setSeekMode
in interface Scene
public boolean isSeekMode()
isSeekMode
in interface Scene
public void setTransparencyType(SoGLRenderAction.TransparencyTypes type)
setTransparencyType
in interface Scene
public SoGLRenderAction.TransparencyTypes getTransparencyType()
getTransparencyType
in interface Scene
public void setAntialiasing(boolean smoothing, int numPasses)
setAntialiasing
in interface Scene
public void setBackgroundIndex(int index)
setBackgroundIndex
in interface Scene
public int getBackgroundIndex()
getBackgroundIndex
in interface Scene
public void setSize(java.awt.Dimension d)
public java.awt.Dimension getSize()
public void setInteractiveFlag(boolean flag)
setInteractiveFlag
in interface Scene
public boolean getInteractiveFlag()
getInteractiveFlag
in interface Scene
public void interactiveCountInc()
interactiveCountInc
in interface Scene
public void interactiveCountDec()
interactiveCountDec
in interface Scene
public int getInteractiveCount()
getInteractiveCount
in interface Scene
public void setAutoClipping(boolean onOrOff)
setAutoClipping
in interface Scene
public boolean isAutoClipping()
isAutoClipping
in interface Scene
public void setStereoMode(int stereo_mode)
setStereoMode
in interface Scene
public void setStereoSwitch(boolean left_right)
setStereoSwitch
in interface Scene
left_right
- true the eyes are switchedpublic int getStereoMode()
getStereoMode
in interface Scene
setStereoMode(int)
public boolean getStereoSwitch()
getStereoSwitch
in interface Scene
setStereoSwitch(boolean)
public void setStereoOffset(float dist)
setStereoOffset
in interface Scene
public float getStereoOffset()
getStereoOffset
in interface Scene
public void copyView(double eventTime)
public void pasteView(double eventTime)
public void setClearBeforeRender(boolean trueOrFalse)
setClearBeforeRender
in interface Scene
public boolean isClearBeforeRender()
isClearBeforeRender
in interface Scene
public void setAutoRedraw(boolean trueOrFalse)
setAutoRedraw
in interface Scene
public boolean isAutoRedraw()
isAutoRedraw
in interface Scene
public void setRedrawPriority(long priority)
setRedrawPriority
in interface Scene
public long getRedrawPriority()
getRedrawPriority
in interface Scene
public void redraw()
public void redrawOverlay()
redrawOverlay
in interface Scene
public void scheduleRedraw()
scheduleRedraw
in interface Scene
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com