public class SelectionArea extends Object implements Serializable
Constructor and Description |
---|
SelectionArea() |
SelectionArea(int left,
int top,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getHeight() |
int |
getLeft() |
int |
getTop() |
int |
getWidth() |
int |
hashCode() |
void |
setHeight(int height) |
void |
setLeft(int left) |
void |
setTop(int top) |
void |
setWidth(int width) |
String |
toString() |
public SelectionArea()
public SelectionArea(int left, int top, int width, int height)
Copyright © 2019 Magnolia International Ltd.. All rights reserved.