copyright The Portico Project 2008.

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

Packages that use Dimension
org.portico.shared.model   
 

Uses of Dimension in org.portico.shared.model
 

Fields in org.portico.shared.model with type parameters of type Dimension
private  Map<Integer,Dimension> Space.dimensions
           
 

Methods in org.portico.shared.model that return Dimension
 Dimension Space.getDimension(int dimensionHandle)
          Find the contained Dimension of the given handle and return it.
 Dimension Space.getDimension(String dimensionName)
          Find the contained Dimension of the given name and return it.
 Dimension ObjectModel.newDimension(String name)
          Creates a new Dimension instance with the given name and generates a FOM-unique handle for it.
 Dimension Space.removeDimension(int handle)
          Remove and return the contained dimension with the given handle.
 

Methods in org.portico.shared.model that return types with arguments of type Dimension
 Set<Dimension> Space.getDimensions()
          Get a set of all the dimensions contained in this space.
 

Methods in org.portico.shared.model with parameters of type Dimension
 boolean Space.addDimension(Dimension dimension)
          Adds the given dimension to this space.
 Extent.Range Extent.getRange(Dimension dimension)
          Returns the Extent.Range contained within this Extent for the given Dimension.
 void Extent.setRange(Dimension dimension, Extent.Range range)
          Sets the Extent.Range for the given Dimension in this Extent.
 

Method parameters in org.portico.shared.model with type arguments of type Dimension
private  int StringRenderer.findDimensionBuffer(Set<Dimension> dimensions)
           
 


copyright The Portico Project 2008.