Uses of Class
hep.geant4.jni.G4SurfaceType

Packages that use G4SurfaceType
hep.geant4.jni   
 

Uses of G4SurfaceType in hep.geant4.jni
 

Methods in hep.geant4.jni that return G4SurfaceType
 G4SurfaceType G4SurfaceProperty.getType()
           
static G4SurfaceType G4SurfaceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static G4SurfaceType[] G4SurfaceType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in hep.geant4.jni with parameters of type G4SurfaceType
 void G4SurfaceProperty.setType(G4SurfaceType type)
           
 

Constructors in hep.geant4.jni with parameters of type G4SurfaceType
G4OpticalSurface(String name, G4OpticalSurfaceModel model, G4OpticalSurfaceFinish finish, G4SurfaceType type)
           
G4OpticalSurface(String name, G4OpticalSurfaceModel model, G4OpticalSurfaceFinish finish, G4SurfaceType type, double value)
           
G4SurfaceProperty(String name, G4SurfaceType type)
           
 



Copyright © 2000-2007 FreeHEP. All Rights Reserved.