Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util.Point

Packages that use Point
org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util   
 

Uses of Point in org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util that return Point
 Point Rectangle.getCenter()
           
 Point Rectangle.getTopLeft()
           
 

Methods in org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util with parameters of type Point
 boolean Rectangle.contains(Point p)
           
 boolean Rectangle.containsAll(Point... points)
           
 boolean Rectangle.containsAny(Point... points)
           
 

Method parameters in org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util with type arguments of type Point
 boolean Rectangle.containsAll(List<Point> points)
           
 boolean Rectangle.containsAny(List<Point> points)
           
 

Constructors in org.nuxeo.ecm.platform.pictures.tiles.gwt.client.util with parameters of type Point
Rectangle(Point topLeft, int width, int height)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.