public class Location extends Object
Constructor and Description |
---|
Location() |
Location(int x,
int y,
int pageNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getPageNumber()
Returns the paragraph/ slide number
|
int |
getX()
Returns the horizontal position on the page/slide
|
int |
getY()
Returns the vertical position on the page/slide
|
void |
setPageNumber(int pageNumber)
Sets the paragraph/slide number
|
void |
setX(int x)
Sets the horizontal position on the page/slide
|
void |
setY(int y)
Sets the vertical position on the page/slide
|
public Location()
public Location(int x, int y, int pageNumber)
public int getPageNumber()
public void setPageNumber(int pageNumber)
pageNumber
- public int getX()
public void setX(int x)
x
- public int getY()
public void setY(int y)
y
-