hep.geant4.jni
Class G4UIcmdWith3VectorAndUnit

java.lang.Object
  extended by hep.geant4.jni.G4UIcommand
      extended by hep.geant4.jni.G4UIcmdWith3VectorAndUnit

public class G4UIcmdWith3VectorAndUnit
extends G4UIcommand


Field Summary
 
Fields inherited from class hep.geant4.jni.G4UIcommand
swigCMemOwn
 
Constructor Summary
G4UIcmdWith3VectorAndUnit(long cPtr, boolean cMemoryOwn)
           
G4UIcmdWith3VectorAndUnit(String theCommandPath, G4UImessenger theMessenger)
           
 
Method Summary
 String convertToStringWithBestUnit(G4ThreeVector vec)
           
 String convertToStringWithDefaultUnit(G4ThreeVector vec)
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UIcmdWith3VectorAndUnit obj)
           
static G4ThreeVector getNew3VectorRawValue(String paramString)
           
static G4ThreeVector getNew3VectorValue(String paramString)
           
static double getNewUnitValue(String paramString)
           
 void setDefaultUnit(String defUnit)
           
 void setDefaultValue(G4ThreeVector defVal)
           
 void setParameterName(String theNameX, String theNameY, String theNameZ, boolean omittable)
           
 void setParameterName(String theNameX, String theNameY, String theNameZ, boolean omittable, boolean currentAsDefault)
           
 void setUnitCandidates(String candidateList)
           
 void setUnitCategory(String unitCategory)
           
 
Methods inherited from class hep.geant4.jni.G4UIcommand
availableForStates, availableForStates, availableForStates, availableForStates, availableForStates, categoryOf, convertTo3Vector, convertToBool, convertToDimensioned3Vector, convertToDimensionedDouble, convertToDouble, convertToInt, convertToString, convertToString, convertToString, convertToString, convertToString, convertToString, doIt, getCommandName, getCommandPath, getCPtr, getCurrentValue, getGuidanceEntries, getGuidanceLine, getParameter, getParameterEntries, getRange, getStateList, getTitle, isAvailable, list, setGuidance, setParameter, setRange, unitsList, valueOf
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4UIcmdWith3VectorAndUnit

public G4UIcmdWith3VectorAndUnit(long cPtr,
                                 boolean cMemoryOwn)

G4UIcmdWith3VectorAndUnit

public G4UIcmdWith3VectorAndUnit(String theCommandPath,
                                 G4UImessenger theMessenger)
Method Detail

getCPtr

public static long getCPtr(G4UIcmdWith3VectorAndUnit obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4UIcommand
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4UIcommand

equals

public boolean equals(Object obj)
Overrides:
equals in class G4UIcommand

getNew3VectorValue

public static G4ThreeVector getNew3VectorValue(String paramString)

getNew3VectorRawValue

public static G4ThreeVector getNew3VectorRawValue(String paramString)

getNewUnitValue

public static double getNewUnitValue(String paramString)

convertToStringWithBestUnit

public String convertToStringWithBestUnit(G4ThreeVector vec)

convertToStringWithDefaultUnit

public String convertToStringWithDefaultUnit(G4ThreeVector vec)

setParameterName

public void setParameterName(String theNameX,
                             String theNameY,
                             String theNameZ,
                             boolean omittable,
                             boolean currentAsDefault)

setParameterName

public void setParameterName(String theNameX,
                             String theNameY,
                             String theNameZ,
                             boolean omittable)

setDefaultValue

public void setDefaultValue(G4ThreeVector defVal)

setUnitCategory

public void setUnitCategory(String unitCategory)

setUnitCandidates

public void setUnitCandidates(String candidateList)

setDefaultUnit

public void setDefaultUnit(String defUnit)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.