ar.com.fdvs.dj.domain.constants
Class Page
java.lang.Object
ar.com.fdvs.dj.domain.constants.Page
public class Page
- extends java.lang.Object
|
Constructor Summary |
Page()
|
Page(int height,
int width)
|
| 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)
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-2008 FDV Solutions. All Rights Reserved.