Geant4
10.03.p01
|
#include <G4Text.hh>
Public Types | |
enum | Layout { left, centre, right } |
Public Types inherited from G4VMarker | |
enum | FillStyle { noFill, hashed, filled } |
enum | SizeType { none, world, screen } |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
const G4VisAttributes * | fpVisAttributes |
G4bool | fAllocatedVisAttributes |
enum G4Text::Layout |
Enumerator | |
---|---|
left | |
centre | |
right |
G4Text::G4Text | ( | const G4String & | text | ) |
Definition at line 34 of file G4Text.cc.
Definition at line 40 of file G4Text.cc.
G4Text::G4Text | ( | const G4VMarker & | marker | ) |
Definition at line 47 of file G4Text.cc.
Layout G4Text::GetLayout | ( | ) | const |
G4String G4Text::GetText | ( | ) | const |
G4double G4Text::GetXOffset | ( | ) | const |
G4double G4Text::GetYOffset | ( | ) | const |
void G4Text::SetOffset | ( | double | dx, |
double | dy | ||
) |