Révision 176
tmp/org.txm.ca.core/src/org/txm/ca/core/preferences/CAPreferences.java (revision 176) | ||
---|---|---|
55 | 55 |
/** The Constant COORDDISPLAY. */ |
56 | 56 |
public static final String COORD_DISPLAY_FORMAT = PREFERENCES_PREFIX + "coord_display_format"; //$NON-NLS-1$ |
57 | 57 |
|
58 |
|
|
59 |
public static final String FIRST_DIMENSION = PREFERENCES_PREFIX + "first_dimension"; //$NON-NLS-1$ |
|
60 |
public static final String SECOND_DIMENSION = PREFERENCES_PREFIX + "second_dimension"; //$NON-NLS-1$ |
|
61 |
|
|
62 |
|
|
58 | 63 |
/** |
59 | 64 |
* |
60 | 65 |
*/ |
... | ... | |
82 | 87 |
preferences.putBoolean(SHOW_INDIVIDUALS, true); |
83 | 88 |
preferences.putBoolean(SHOW_VARIABLES, true); |
84 | 89 |
|
90 |
preferences.putInt(FIRST_DIMENSION, 1); |
|
91 |
preferences.putInt(SECOND_DIMENSION, 2); |
|
92 |
|
|
93 |
|
|
85 | 94 |
// shared charts rendering preferences |
86 | 95 |
super.initializeChartsEngineSharedPreferences(preferences); |
87 | 96 |
} |
Formats disponibles : Unified diff