Uses of Class
p3j.misc.MatrixDimension

Packages that use MatrixDimension
p3j.database   
p3j.database.hibernate   
p3j.misc   
p3j.pppm.parameters   
 

Uses of MatrixDimension in p3j.database
 

Methods in p3j.database with parameters of type MatrixDimension
 Parameter IP3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
          Creates a new parameter (if not already existent) and returns it.
 

Uses of MatrixDimension in p3j.database.hibernate
 

Methods in p3j.database.hibernate with parameters of type MatrixDimension
 Parameter P3MDatabase.newParameter(String name, boolean genDep, MatrixDimension height, MatrixDimension width, Population population)
           
 

Uses of MatrixDimension in p3j.misc
 

Methods in p3j.misc that return MatrixDimension
static MatrixDimension MatrixDimension.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatrixDimension[] MatrixDimension.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MatrixDimension in p3j.pppm.parameters
 

Methods in p3j.pppm.parameters that return MatrixDimension
 MatrixDimension ParameterInstance.getValueHeight()
          Gets the value height.
 MatrixDimension Parameter.getValueHeight()
           
 MatrixDimension ParameterInstance.getValueWidth()
          Gets the value width.
 MatrixDimension Parameter.getValueWidth()
           
 

Methods in p3j.pppm.parameters with parameters of type MatrixDimension
 void Parameter.setValueHeight(MatrixDimension valHeight)
           
 void Parameter.setValueWidth(MatrixDimension valWidth)
           
 

Constructors in p3j.pppm.parameters with parameters of type MatrixDimension
Parameter(int paramID, boolean genDependent, String paramName, MatrixDimension height, MatrixDimension width, Population pop)
          Default constructor.
 



Copyright © 2012. All Rights Reserved.