public class Page extends Object
Object which represents a page
Page(int id, float width, float height)
float
getHeight()
int
getId()
getWidth()
void
setHeight(float value)
setId(int value)
setWidth(float value)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Page(int id, float width, float height)
Creates a new instance of Page
id
width
height
public int getId()
public void setId(int value)
public float getWidth()
public void setWidth(float value)
public float getHeight()
public void setHeight(float value)
Copyright © 2018. All rights reserved.