public class FloatingMatchSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
left |
int |
maxDownOffset |
int |
maxLeftOffset |
int |
maxRightOffset |
int |
maxUpOffset |
int |
top |
int |
width |
| Constructor and Description |
|---|
FloatingMatchSettings() |
FloatingMatchSettings(int left,
int top,
int width,
int height,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
getHeight() |
int |
getLeft() |
int |
getMaxDownOffset() |
int |
getMaxLeftOffset() |
int |
getMaxRightOffset() |
int |
getMaxUpOffset() |
int |
getTop() |
int |
getWidth() |
int |
hashCode() |
String |
toString() |
public int top
public int left
public int width
public int height
public int maxUpOffset
public int maxDownOffset
public int maxLeftOffset
public int maxRightOffset
public FloatingMatchSettings()
public FloatingMatchSettings(int left,
int top,
int width,
int height,
int maxUpOffset,
int maxDownOffset,
int maxLeftOffset,
int maxRightOffset)
public int getTop()
public int getLeft()
public int getWidth()
public int getHeight()
public int getMaxUpOffset()
public int getMaxDownOffset()
public int getMaxLeftOffset()
public int getMaxRightOffset()
Copyright © 2023. All rights reserved.