ome.io.nio
Class ConfiguredTileSizes

java.lang.Object
  extended by ome.io.nio.ConfiguredTileSizes
All Implemented Interfaces:
TileSizes

public class ConfiguredTileSizes
extends Object
implements TileSizes

Implementation which has all values injected during configuration.

Since:
Beta4.3.1
Author:
Josh Moore, josh at glencoesoftware.com
See Also:
ticket:5952

Constructor Summary
ConfiguredTileSizes()
           
ConfiguredTileSizes(int tileWidth, int tileHeight, int maxPlaneWidth, int maxPlaneHeight)
           
 
Method Summary
 int getMaxPlaneHeight()
           
 int getMaxPlaneWidth()
           
 int getTileHeight()
           
 int getTileWidth()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfiguredTileSizes

public ConfiguredTileSizes()

ConfiguredTileSizes

public ConfiguredTileSizes(int tileWidth,
                           int tileHeight,
                           int maxPlaneWidth,
                           int maxPlaneHeight)
Method Detail

getTileWidth

public int getTileWidth()
Specified by:
getTileWidth in interface TileSizes

getTileHeight

public int getTileHeight()
Specified by:
getTileHeight in interface TileSizes

getMaxPlaneWidth

public int getMaxPlaneWidth()
Specified by:
getMaxPlaneWidth in interface TileSizes

getMaxPlaneHeight

public int getMaxPlaneHeight()
Specified by:
getMaxPlaneHeight in interface TileSizes

toString

public String toString()
Overrides:
toString in class Object


OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.