|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttnt.gui.Workspace
public class Workspace
Stores workspace values for an instance of TnTApp
.
Field Summary | |
---|---|
java.awt.Color |
color
The color used to outline the key-buttons. |
int |
cust1_tC
Custom MHP timing. |
int |
cust1_tE
Custom MHP timing. |
int |
cust1_tM
Custom MHP timing. |
int |
cust1_tP
Custom MHP timing. |
int |
cust1_tS
Custom MHP timing. |
java.lang.String |
imageFileName
The path to an image file representing a keyboard layout. |
KeyButton[] |
keys
The defined KeyButton objects. |
int |
leftIntercept
Fitts' Law coefficient. |
boolean |
leftOption
A value of true indicates preference for the left thumb
when both thumbs are equally accessible. |
int |
leftSlope
Fitts' Law coefficient. |
java.lang.String |
mapping
The sequence of mapped characters. |
int |
rightIntercept
Fitts' Law coefficient. |
int |
rightSlope
Fitts' Law coefficient. |
int |
selectedMHPCategory
The index corresponding to the selected MHP timing category. |
int |
tMin
Fitts' Law coefficient. |
java.lang.String |
wordfreqFile
The word-frequency file used as input to the metrics. |
Constructor Summary | |
---|---|
Workspace()
Initializes the workspace with the following default values: |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String imageFileName
TnTApp
,
ScrollablePaintPanel
public java.awt.Color color
TnTApp
,
ScrollablePaintPanel
public KeyButton[] keys
KeyButton
objects.
TnTApp
public java.lang.String mapping
KeyLetterDialog
public java.lang.String wordfreqFile
ParametersDialog
,
TnKSPC
public boolean leftOption
true
indicates preference for the left thumb
when both thumbs are equally accessible.
ParametersDialog
,
ModelDefinition
public int leftIntercept
ParametersDialog
,
TnWPM
public int leftSlope
ParametersDialog
,
TnWPM
public int rightSlope
ParametersDialog
,
TnWPM
public int rightIntercept
ParametersDialog
,
TnWPM
public int tMin
ParametersDialog
,
TnWPM
public int selectedMHPCategory
ParametersDialog
,
TnWPM
public int cust1_tE
ParametersDialog
,
TnWPM
public int cust1_tP
ParametersDialog
,
TnWPM
public int cust1_tM
ParametersDialog
,
TnWPM
public int cust1_tC
ParametersDialog
,
TnWPM
public int cust1_tS
ParametersDialog
,
TnWPM
Constructor Detail |
---|
public Workspace()
imageFileName = ""; color = Constants.COLOR; keys = null; mapping = ""; wordfreqFile = Constants.WORDFREQ_FILE; leftIntercept = 176; rightIntercept = 176; leftSlope = 64; rightSlope = 64; tMin = 88; selectedMHPCategory = 0; cust1_tE = 0; cust1_tP = 0; cust1_tM = 0; cust1_tC = 0; cust1_tS = 0; leftOption = false;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |