copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.Extent

Packages that use Extent
org.portico.shared.model   
 

Uses of Extent in org.portico.shared.model
 

Fields in org.portico.shared.model declared as Extent
private  Extent[] RegionInstance.extents
           
 

Methods in org.portico.shared.model that return Extent
protected  Extent Extent.clone()
          This method will create a full copy of the current Extent and return it.
 Extent RegionInstance.getExtent(int index)
          Get the extent at the given index.
 

Methods in org.portico.shared.model with parameters of type Extent
 boolean Extent.overlapsWith(Extent otherExtent)
          Returns true if the ranges for all dimensions in this Extent overlap with the ranges for all the dimensions in the other Extent.
 void RegionInstance.setExtent(Extent extent, int index)
          Set the extent at the given index.
 


copyright The Portico Project 2008.