Nuxeo Enterprise Platform 5.4

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(java.util.List<Point> points)
           
 boolean Rectangle.containsAny(java.util.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.