public class ScAdvancedSettings
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| static int | CAM_HOVER | 
| static int | CAM_STANDARD | 
| static int | CAM_TARGET | 
| static int | DE | 
| static int | DF | 
| static int | EN | 
| static int | FR | 
| boolean | mAreChangesToSendif true, only the keyboard sequences of changed cap data are sent | 
| boolean | mAreDevLightsall LEDs and LCD on or off | 
| int | mARemapremapping axis for the x-rotation (0..5) | 
| int | mAverageNumnumber of values used for averaging the standard data (1..10) | 
| int | mBRemapremapping axis for the y-rotation (0..5) | 
| int | mBrightnessGreenbrightness of the green LEDs (0..15) | 
| int | mBrightnessRedbrightness of the red LEDs (0..15) | 
| int | mCRemapremapping axis for the z-rotation (0..5) | 
| boolean | mIsAtransmitting x-axis' rotational data? | 
| boolean | mIsARevx-axis rotation reversed? | 
| boolean | mIsAutoFitperform a fit additionally when pressing FRONT, RIGHT or TOP? | 
| boolean | mIsBtransmitting y-axis' rotational data? | 
| boolean | mIsBRevy-axis rotation reversed? | 
| boolean | mIsCtransmitting z-axis' rotational data? | 
| boolean | mIsCapFuncToSendif true, keyboard sequences connected with the cap are sent | 
| boolean | mIsClockshow clock instead of the six functions in the display? | 
| boolean | mIsCRevz-axis rotation reversed? | 
| boolean | mIsMouseAbsif true, mouse data is generated in absolute coordinates, else in relative ones | 
| boolean | mIsMouseMoveif true, mouse data is generated and sent to the OS | 
| boolean | mIsMouseToRestoreif true, the mousepointer's position is restored when the cap is released | 
| boolean | mIsRemapremapping aktivieren? | 
| boolean | mIsRightHandModeif true, the cap is oriented for the right hand | 
| boolean | mIsSpcFuncToSendif true, function mapping of special keys is active | 
| boolean | mIsToSendToFgWinif true, windows messages will be sent additionally to the foreground window | 
| boolean | mIsWheelAssShownif true, wheel assignments in function assignment dialog are shown | 
| boolean | mIsWsFuncToSendif true, function mapping of wheel slots are active | 
| boolean | mIsXtransmitting x-axis' translational data? | 
| boolean | mIsXRevx-axis reversed? | 
| boolean | mIsYtransmitting y-axis' translational data? | 
| boolean | mIsYRevy-axis reversed? | 
| boolean | mIsZtransmitting z-axis' translational data? | 
| boolean | mIsZRevz-axis reversed? | 
| int | mLanguagemenu language: 0 - English, 1 - German, 2 - French, 3 - ... | 
| int | mMouseDirAmouse direction the a axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMouseDirBmouse direction the b axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMouseDirCmouse direction the c axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMouseDirXmouse direction the x axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMouseDirYmouse direction the y axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMouseDirZmouse direction the z axis is controlling (0: none, 1: horizontal, 2: vertical) | 
| int | mMoveModemove mode (0: objscreen, 1: objorigin, 2: camstandard, 3: camtarget, 4: camhover) | 
| int | mPictureno. | 
| int | mRotCenterModerotation center mode (0: object, 1: screen midpoint) | 
| short | mRotLmBndboundery between low and mid  deflection for rotations | 
| short | mRotMhBndboundery between mid and high deflection for rotations | 
| int | mSendDelaysmallest time two standard data packets follows each other (0 ms .. | 
| ScAdvSens | mSensthe six sensitivity values given in the advanced settings dialog | 
| short | mTraLmBndboundery between low and mid  deflection for translations | 
| short | mTraMhBndboundery between mid and high deflection for translations | 
| int | mXRemapremapping axis for the x-translation (0..5) | 
| int | mYRemapremapping axis for the y-translation (0..5) | 
| int | mZRemapremapping axis for the z-translation (0..5) | 
| static int | OBJ_ORIGIN | 
| static int | OBJ_SCREEN | 
| Constructor and Description | 
|---|
| ScAdvancedSettings() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScAdvancedSettings | clone()Kopiert ein ScAdvancedSettings-Objekt. | 
| java.lang.String | convToString() | 
public ScAdvSens mSens
public boolean mIsX
public boolean mIsY
public boolean mIsZ
public boolean mIsXRev
public boolean mIsYRev
public boolean mIsZRev
public int mXRemap
public int mYRemap
public int mZRemap
public boolean mIsA
public boolean mIsB
public boolean mIsC
public boolean mIsARev
public boolean mIsBRev
public boolean mIsCRev
public int mARemap
public int mBRemap
public int mCRemap
public int mMouseDirX
public int mMouseDirY
public int mMouseDirZ
public int mMouseDirA
public int mMouseDirB
public int mMouseDirC
public boolean mIsMouseMove
public boolean mIsMouseToRestore
public boolean mIsMouseAbs
public int mSendDelay
public int mAverageNum
public boolean mIsRemap
public short mTraLmBnd
public short mTraMhBnd
public short mRotLmBnd
public short mRotMhBnd
public boolean mIsToSendToFgWin
public boolean mIsSpcFuncToSend
public boolean mIsWheelAssShown
public boolean mIsWsFuncToSend
public boolean mIsCapFuncToSend
public boolean mAreChangesToSend
public int mBrightnessRed
public int mBrightnessGreen
public boolean mAreDevLights
public int mRotCenterMode
public int mMoveMode
public boolean mIsRightHandMode
public boolean mIsClock
public boolean mIsAutoFit
public int mLanguage
public int mPicture
public static final int OBJ_SCREEN
public static final int OBJ_ORIGIN
public static final int CAM_STANDARD
public static final int CAM_TARGET
public static final int CAM_HOVER
public static final int DF
public static final int EN
public static final int DE
public static final int FR
public ScAdvancedSettings clone()
clone in class java.lang.Objectpublic java.lang.String convToString()