public class FieldSize
extends Object
| Constructor and Description |
|---|
FieldSize() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Integer |
getHeight()
The height of the field in pixels, including the height of the field name.
|
Integer |
getInnerHeight()
The height of the field in pixels, excluding the height of the field name.
|
Integer |
getWidth()
The width of the field in pixels.
|
int |
hashCode() |
FieldSize |
setHeight(Integer height)
The height of the field in pixels, including the height of the field name.
|
FieldSize |
setInnerHeight(Integer innerHeight)
The height of the field in pixels, excluding the height of the field name.
|
FieldSize |
setWidth(Integer width)
The width of the field in pixels.
|
String |
toString() |
public Integer getWidth()
public Integer getHeight()
public Integer getInnerHeight()
public FieldSize setWidth(Integer width)
this.public FieldSize setHeight(Integer height)
this.public FieldSize setInnerHeight(Integer innerHeight)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object