www.element4solution.com

e4s.util
Class E4ImageResizer.E4ImageResizerSize

java.lang.Object
  extended by e4s.util.E4Object
      extended by e4s.util.E4ImageResizer.E4ImageResizerSize
Enclosing class:
E4ImageResizer

public static class E4ImageResizer.E4ImageResizerSize
extends E4Object

Image width and height


Field Summary
protected  int m_height
           
protected  int m_width
           
 
Fields inherited from class e4s.util.E4Object
CRLF, E4S_CORE_SYSTEM_LANGUAGE, NBSP, NULLSTR, URL_ENCODING_CHARSET
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 boolean isLandscape()
           
 boolean isPortrait()
           
 
Methods inherited from class e4s.util.E4Object
_getSVNVersionString, Calendar, CName, CName, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelApp, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelNone, E4LabelSys, E4LabelSys, e4sCopyright, e4sVersion, encode, encode, encode, encodeHtml, encodeHtml, encodeHtml, encodeURL, encodeURL, encodeURL, finalize, getLINE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTRACE, getTraceMemory, HtmlEncode, HtmlEncode, HtmlEncode, isdecimal, isdigit, isnotok, isnotok, isnumeric, isok, isok, isok, isok, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingFunction, lastCallingStack, mkdirs, null2nbsp, null2nbsp, null2nbsp, ok, ok, ok, ok, outPrintln, setLogFile4Trace, setTraceMemory, STACKTRACE, toDebug, toDouble, toFloat, toFloat, toString, TRACE_CALLS, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, TRACE, wait
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_width

protected int m_width

m_height

protected int m_height
Method Detail

getWidth

public int getWidth()

getHeight

public int getHeight()

isPortrait

public boolean isPortrait()

isLandscape

public boolean isLandscape()

www.element4solution.com