- Timestamp:
- 07/04/08 13:41:43 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/IconManager.java
r5422 r5528 234 234 public static int SET_RND_SETTINGS = 57; 235 235 236 /** The <code>Projection</code> icon. */ 237 public static int PROJECTION = 58; 238 239 /** The <code>Projection 48</code> icon. */ 240 public static int PROJECTION_48 = 59; 241 242 /** The <code>Projection 12</code> icon. */ 243 public static int PROJECTION_12 = 60; 244 236 245 /** 237 246 * The maximum ID used for the icon IDs. 238 247 * Allows to correctly build arrays for direct indexing. 239 248 */ 240 private static int MAX_ID = 57;249 private static int MAX_ID = 60; 241 250 242 251 /** Paths of the icon files. */ … … 303 312 relPaths[HISTORY_CLEAR_12] = "nuvola_history_clear12.png"; 304 313 relPaths[SET_RND_SETTINGS] = "nuvola_redo16.png"; 314 relPaths[PROJECTION] = "projection16.png"; 315 relPaths[PROJECTION_48] = "projection48.png"; 316 relPaths[PROJECTION_12] = "projection12.png"; 305 317 } 306 318
