copyright The Portico Project 2008.

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

Packages that use Extent.Range
org.portico.shared.model   
 

Uses of Extent.Range in org.portico.shared.model
 

Fields in org.portico.shared.model with type parameters of type Extent.Range
private  Map<Integer,Extent.Range> Extent.ranges
           
 

Methods in org.portico.shared.model that return Extent.Range
 Extent.Range Extent.getRange(Dimension dimension)
          Returns the Extent.Range contained within this Extent for the given Dimension.
 Extent.Range Extent.getRange(int dimensionHandle)
          Returns the Extent.Range contained within this Extent for the given dimension handle.
 

Methods in org.portico.shared.model that return types with arguments of type Extent.Range
 Map<Integer,Extent.Range> Extent.getAllRanges()
          Return the map containing all the range values for this extent.
 

Methods in org.portico.shared.model with parameters of type Extent.Range
 void Extent.setRange(Dimension dimension, Extent.Range range)
          Sets the Extent.Range for the given Dimension in this Extent.
 void Extent.setRange(int dimensionHandle, Extent.Range range)
          Sets the Extent.Range for the given dimension handle in this Extent.
 


copyright The Portico Project 2008.