Uses of Class
model.Model

Packages that use Model
model   
preditor   
viewer   
 

Uses of Model in model
 

Methods in model that return Model
 Model Model.copy()
          Makes a deep copy of this model.
 

Methods in model that return types with arguments of type Model
 java.util.ArrayList<Model> Model.getSubModelList()
          Added by Debbie.
 

Methods in model with parameters of type Model
 ObjectType ObjectType.copy(Model m)
           
 ComplexObject ComplexObject.copy(Model m)
          Creates a deep copy of this complex object.
 void Model.readModel(Model parentModel, java.io.File file)
          Reads in a model.
 java.lang.String Model.readSingleModelFile(Model parentModel, java.io.File file, java.util.ArrayList<ComplexObject> objList, IDList objIDList, Transformation trans, boolean isCO, ComplexObject co)
           
 

Method parameters in model with type arguments of type Model
 void Model.setSubModelList(java.util.ArrayList<Model> sml)
          Sets this model's list of sub-models
 

Constructors in model with parameters of type Model
ComplexObject(Model model)
           
Model(Model parentModel, java.io.File path, javax.media.opengl.GL gl, javax.media.opengl.glu.GLU glu, com.sun.opengl.util.GLUT glut)
           
ObjectType(Model model)
           
ObjectType(Model model, ObjectType.ObjType type)
           
ObjectType(Model model, java.lang.String type)
           
PrimitiveCone(Model model)
           
PrimitiveCube(Model model)
           
PrimitiveCylinder(Model model)
           
PrimitiveHalfCube(Model model)
           
PrimitiveHalfCylinderWall(Model model)
           
PrimitiveObject(Model model)
           
PrimitivePyramid(Model model)
           
PrimitiveRoof(Model model)
           
PrimitiveSphere(Model model)
           
PrimitiveThickHalfCylinderWall(Model model)
           
 

Uses of Model in preditor
 

Methods in preditor that return Model
 Model SelectionType.getModel()
          Accessor for stored Model.
 

Constructors in preditor with parameters of type Model
SelectionType(Model m)
          Constructs a new SelectionType instance holding a Model object.
 

Uses of Model in viewer
 

Methods in viewer with parameters of type Model
 void Viewer.forceModel(Model m)
          Set a specific model for the GLViewer, instead of loading a map
 void Viewer.forceModelSameGL(Model m)
           
 void Viewer.forceModelSameGL(Model m, boolean forceRender)
           
 void GLViewer.setMap(Model map)
          set the internal map to the map that we want to view
 void GLViewer.setMapSameGL(Model map)