public class MatchBox extends Object
Constructor and Description |
---|
MatchBox() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
Height of the tab in pixels.
|
Integer |
getPageNumber()
Specifies the page number on which the tab is located.
|
Integer |
getWidth()
Width of the tab in pixels.
|
Integer |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
Integer |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
MatchBox |
height(Integer height) |
MatchBox |
pageNumber(Integer pageNumber) |
void |
setHeight(Integer height) |
void |
setPageNumber(Integer pageNumber) |
void |
setWidth(Integer width) |
void |
setXPosition(Integer xPosition) |
void |
setYPosition(Integer yPosition) |
String |
toString() |
MatchBox |
width(Integer width) |
MatchBox |
xPosition(Integer xPosition) |
MatchBox |
yPosition(Integer yPosition) |
public Integer getHeight()
public void setHeight(Integer height)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getXPosition()
public void setXPosition(Integer xPosition)
public Integer getYPosition()
public void setYPosition(Integer yPosition)
Copyright © 2018. All rights reserved.