• 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/ThumbnailProvider.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/ThumbnailProvider.java (modified) (2 diffs)

Legend:

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

    r5399 r5540  
    2626//Java imports 
    2727import java.awt.Color; 
     28import java.awt.Dimension; 
    2829import java.awt.Graphics; 
    2930import java.awt.Graphics2D; 
    … …  
    324325        public BufferedImage getFullSizeImage() { return fullSizeImage; } 
    325326 
     327    /** 
     328     * Implemented as specified by the {@link Thumbnail} I/F. 
     329     * @see Thumbnail#getOriginalSize() 
     330     */ 
     331        public Dimension getOriginalSize() 
     332        {  
     333                return new Dimension(originalWidth, originalHeight); 
     334        } 
    326335} 

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/