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)
clone, equals, finalize, 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 float getHeight()
public int getId()
public float getWidth()
public void setHeight(float value)
public void setId(int value)
public void setWidth(float value)
Copyright © 2019. All rights reserved.