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

java.lang.Object
  extended by ar.com.fdvs.dj.domain.constants.Page

public class Page
extends java.lang.Object


Constructor Summary
Page()
           
Page(int height, int width)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
static Page Page_A4_Landscape()
           
static Page Page_A4_Portrait()
           
static Page Page_Legal_Landscape()
           
static Page Page_Legal_Portrait()
           
static Page Page_Letter_Landscape()
           
static Page Page_Letter_Portrait()
           
 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

Page

public Page()

Page

public Page(int height,
            int width)
Method Detail

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.