ar.com.fdvs.dj.domain.constants
Class Page
java.lang.Object
ar.com.fdvs.dj.domain.constants.BaseDomainConstant
ar.com.fdvs.dj.domain.constants.Page
- All Implemented Interfaces:
- java.io.Serializable
public class Page
- extends BaseDomainConstant
- See Also:
- Serialized Form
Constructor Summary |
Page()
|
Page(int height,
int width)
Default constructor for portrait orientation |
Page(int height,
int width,
boolean portrait)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page()
Page
public Page(int height,
int width)
- Default constructor for portrait orientation
- Parameters:
height
- width
-
Page
public Page(int height,
int width,
boolean portrait)
isOrientationPortrait
public boolean isOrientationPortrait()
setOrientationPortrait
public void setOrientationPortrait(boolean orientationPortrait)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
Page_A4_Portrait
public static Page Page_A4_Portrait()
Page_A4_Landscape
public static Page Page_A4_Landscape()
Page_Legal_Portrait
public static Page Page_Legal_Portrait()
Page_Legal_Landscape
public static Page Page_Legal_Landscape()
Page_Letter_Portrait
public static Page Page_Letter_Portrait()
Page_Letter_Landscape
public static Page Page_Letter_Landscape()
Copyright © 2006-2011 FDV Solutions. All Rights Reserved.