ar.com.fdvs.dj.domain.constants
Class ImageScaleMode

java.lang.Object
  extended by ar.com.fdvs.dj.domain.constants.BaseDomainConstant
      extended by ar.com.fdvs.dj.domain.constants.ImageScaleMode
All Implemented Interfaces:
java.io.Serializable

public class ImageScaleMode
extends BaseDomainConstant

See Also:
Serialized Form

Field Summary
static ImageScaleMode FILL
           
static ImageScaleMode FILL_PROPORTIONALLY
           
static ImageScaleMode NO_RESIZE
           
 
Method Summary
 byte getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_RESIZE

public static ImageScaleMode NO_RESIZE

FILL

public static ImageScaleMode FILL

FILL_PROPORTIONALLY

public static ImageScaleMode FILL_PROPORTIONALLY
Method Detail

getValue

public byte getValue()


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.