• 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 5540 for trunk/SRC/org/openmicroscopy/shoola/agents/dataBrowser/browser/Thumbnail.java

Show
Ignore:
Timestamp:
07/11/08 21:11:12 (4 months ago)
Author:
jburel
Message:

Fixed layout problem

Files:
1 modified

  • trunk/SRC/org/openmicroscopy/shoola/agents/dataBrowser/browser/Thumbnail.java (modified) (2 diffs)

Legend:

Unmodified
Added
Removed
  • trunk/SRC/org/openmicroscopy/shoola/agents/dataBrowser/browser/Thumbnail.java

    r5399 r5540  
    2525 
    2626//Java imports 
     27import java.awt.Dimension; 
    2728import java.awt.image.BufferedImage; 
    2829import javax.swing.Icon; 
    … …  
    157158    public void setFullSizeImage(BufferedImage image); 
    158159     
     160    /** 
     161     * Returns the original size of the thumbnail. 
     162     *  
     163     * @return See above. 
     164     */ 
     165    public Dimension getOriginalSize(); 
     166     
    159167} 

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/