Package | Description |
---|---|
org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util |
Modifier and Type | Method and Description |
---|---|
Point |
Rectangle.getCenter() |
Point |
Rectangle.getTopLeft() |
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle.contains(Point p) |
boolean |
Rectangle.containsAll(Point... points) |
boolean |
Rectangle.containsAny(Point... points) |
Modifier and Type | Method and Description |
---|---|
boolean |
Rectangle.containsAll(List<Point> points) |
boolean |
Rectangle.containsAny(List<Point> points) |
Constructor and Description |
---|
Rectangle(Point topLeft,
int width,
int height) |
Copyright © 2015 Nuxeo SA. All rights reserved.