nl.gx.webmanager.cms.mediarepository
Interface ImageSize


public interface ImageSize


Method Summary
 int getHeight()
          Return the height of the image size
 int getQuality()
          Return the quality of the image size
 int getWidth()
          Return the width of the image size
 void setHeight(int height)
          Set the height of the image size
 void setQuality(int quality)
          Set the quality of the image size
 void setWidth(int width)
          Set the width of the image size
 

Method Detail

getWidth

int getWidth()
Return the width of the image size

Returns:
the width of the image size

setWidth

void setWidth(int width)
Set the width of the image size

Parameters:
width - the width of the image size to set

getHeight

int getHeight()
Return the height of the image size

Returns:
the height of the image size

setHeight

void setHeight(int height)
Set the height of the image size

Parameters:
height - the height of the image size to set

getQuality

int getQuality()
Return the quality of the image size

Returns:
the quality of the image size

setQuality

void setQuality(int quality)
Set the quality of the image size

Parameters:
quality - the quality of the image size to set


Copyright © 2007-2011 GX Software BV. All Rights Reserved.