• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 5528 for trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/IconManager.java

Show
Ignore:
Timestamp:
07/04/08 13:41:43 (5 months ago)
Author:
jburel
Message:

First implementation of the projection.
The preview is only available for now.

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/IconManager.java (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/imviewer/IconManager.java

    r5422 r5528  
    234234    public static int           SET_RND_SETTINGS = 57; 
    235235     
     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     
    236245    /**  
    237246     * The maximum ID used for the icon IDs. 
    238247     * Allows to correctly build arrays for direct indexing.  
    239248     */ 
    240     private static int          MAX_ID = 57; 
     249    private static int          MAX_ID = 60; 
    241250     
    242251    /** Paths of the icon files. */ 
    … …  
    303312        relPaths[HISTORY_CLEAR_12] = "nuvola_history_clear12.png"; 
    304313        relPaths[SET_RND_SETTINGS] = "nuvola_redo16.png"; 
     314        relPaths[PROJECTION] = "projection16.png"; 
     315        relPaths[PROJECTION_48] = "projection48.png";  
     316        relPaths[PROJECTION_12] = "projection12.png";  
    305317    } 
    306318     

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/