@Deprecated public class SwSimpleViewer extends SwViewer
Modifier and Type | Field and Description |
---|---|
static int |
CAM_PUSH
Deprecated.
|
static int |
CAM_PUSH_NUM
Deprecated.
|
static int |
EXAMINER
Deprecated.
|
static int |
FLY
Deprecated.
|
static int |
PLANE
Deprecated.
|
static int |
WALK
Deprecated.
|
static int |
X_PUSH
Deprecated.
|
static int |
XYZ_PUSH_NUM
Deprecated.
|
static int |
Y_PUSH
Deprecated.
|
static int |
Z_PUSH
Deprecated.
|
BUILD_ALL, BUILD_DECORATION, BUILD_NONE, BUILD_POPUP
Constructor and Description |
---|
SwSimpleViewer()
Deprecated.
Construct a simple and complete viewer
with a popupmenu and a related scene
(default name: "Simple Viewer")
(default type of scene: SwSimpleViewer.EXAMINER)
|
SwSimpleViewer(int areaType)
Deprecated.
Construct a simple and complete viewer
with a popupmenu and a related scene
with :
|
SwSimpleViewer(java.lang.String name)
Deprecated.
Construct a simple and complete viewer
with a popupmenu and a related scene
with :
|
SwSimpleViewer(java.lang.String name,
int areaType)
Deprecated.
Construct a simple and complete viewer
with a popupmenu and a related scene
with :
|
Modifier and Type | Method and Description |
---|---|
SwActiveArea |
getArea()
Deprecated.
Get the associated scene
|
SwPopupMenu |
getPopup()
Deprecated.
Get the associated SwPopupMenu
|
void |
setAreaChoiceVisible(boolean visible)
Deprecated.
Add a choice menu in the decoration that allows to choose the type of area for
the scene (Examiner, Plane, Fly or Walk).
|
void |
setResources(java.util.Locale newLocale)
Deprecated.
Set the Resources to the newLocale
|
void |
setScene(Scene s)
Deprecated.
register a new scene.
|
void |
update(java.util.Observable o,
java.lang.Object arg)
Deprecated.
method called by the registred SwScene to notify updates
|
deleteScene, isDecoration, openHelpCard, setDecoration, updateHelpFrameLookAndFeel
adjustCameraClippingPlanes, changeCameraValues, copyScene, dollyCamera, getDefaultLocale, getResources, getScene, panCamera, pasteScene, redraw, redrawOverlay, resetToHomePosition, rollCamera, rotateCamera, saveHomePosition, scheduleOverlayRedraw, scheduleRedraw, seekToPoint, setBackgroundColor, setOverlaySceneGraph, setPlane, setSceneGraph, setSceneSize, spinCamera, stopAnimating, tiltCamera, toggleCameraClass, updateMode, viewAll
add, add, add, add, add, 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, remove, remove, removeAll, 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, 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, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle
public static final int EXAMINER
public static final int PLANE
public static final int FLY
public static final int WALK
public static final int CAM_PUSH
public static final int CAM_PUSH_NUM
public static final int X_PUSH
public static final int Y_PUSH
public static final int Z_PUSH
public static final int XYZ_PUSH_NUM
public SwSimpleViewer()
public SwSimpleViewer(java.lang.String name)
name
- a title for the viewer.
(default type of scene: SwSimpleViewer.EXAMINER)public SwSimpleViewer(int areaType)
areaType
- may be:
SwSimpleViewer.EXAMINER
SwSimpleViewer.PLANE
SwSimpleViewer.FLY
SwSimpleViewer.WALKpublic SwSimpleViewer(java.lang.String name, int areaType)
name
- a title for the viewer.areaType
- may be:
SwSimpleViewer.EXAMINER
SwSimpleViewer.PLANE
SwSimpleViewer.FLY
SwSimpleViewer.WALKpublic void setResources(java.util.Locale newLocale)
setResources
in class SwViewer
public void setAreaChoiceVisible(boolean visible)
public SwPopupMenu getPopup()
public SwActiveArea getArea()
public void update(java.util.Observable o, java.lang.Object arg) throws java.lang.IllegalArgumentException
public void setScene(Scene s)
setScene
in interface SceneHandler
setScene
in class SwViewer
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com