arta.synergy.web.common.client.data.person
Class PhotoSize

java.lang.Object
  extended by arta.synergy.web.common.client.data.person.PhotoSize
All Implemented Interfaces:
java.io.Serializable

public class PhotoSize
extends java.lang.Object
implements java.io.Serializable

User: Indira Tokenova
Date: 28.01.2009
Time: 17:31:35
Created by Arta Software

See Also:
Serialized Form

Constructor Summary
PhotoSize()
           
PhotoSize(int width, int height)
           
 
Method Summary
 int getHeight()
           
static PhotoSize getSize(PhotoSize size, int maxWidth, int maxHeight)
           
 int getWidth()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhotoSize

public PhotoSize()

PhotoSize

public PhotoSize(int width,
                 int height)
Method Detail

setWidth

public void setWidth(int width)

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

getHeight

public int getHeight()

getSize

public static PhotoSize getSize(PhotoSize size,
                                int maxWidth,
                                int maxHeight)


Copyright © 2000 Dummy Corp. All Rights Reserved.