com.atlassian.core.util.thumbnail
Class Thumber.WidthHeightHelper

java.lang.Object
  extended by com.atlassian.core.util.thumbnail.Thumber.WidthHeightHelper
Enclosing class:
Thumber

public static class Thumber.WidthHeightHelper
extends Object


Constructor Summary
Thumber.WidthHeightHelper(int width, int height)
           
 
Method Summary
 int getHeight()
           
 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

Thumber.WidthHeightHelper

public Thumber.WidthHeightHelper(int width,
                                 int height)
Method Detail

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)


Copyright © 2015 Atlassian. All rights reserved.