public class PageInfo extends Object
Object which represents a page
Constructor and Description |
---|
PageInfo(int id,
double width,
double height)
Creates a new instance of Page
|
PageInfo(int id,
float width,
float height)
Creates a new instance of Page
|
public PageInfo(int id, double width, double height)
id
- Page Numberwidth
- Page widthheight
- Page heightpublic PageInfo(int id, float width, float height)
Creates a new instance of Page
id
- Page Idwidth
- Page widthheight
- Page heightpublic float getHeight()
Gets or Sets height of Page
public int getId()
Gets or Sets page Number
public float getWidth()
Gets or Sets width of Page
public void setHeight(float value)
public void setId(int value)
public void setWidth(float value)
Copyright © 2019. All rights reserved.