public final class UIOffset extends Object
| Constructor and Description |
|---|
UIOffset(double horizontal,
double vertical)
Constructs a default UIOffset object with the specified horizontal and
vertical values.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getHorizontal() |
double |
getVertical() |
int |
hashCode() |
void |
setHorizontal(double horizontal) |
void |
setVertical(double vertical) |
String |
toString() |
public UIOffset(double horizontal,
double vertical)
horizontal - The horizontal offset.vertical - The vertical offset.Copyright © 2020. All rights reserved.