hep.geant4.jni
Enum G4VMarker.FillStyle
java.lang.Object
java.lang.Enum<G4VMarker.FillStyle>
hep.geant4.jni.G4VMarker.FillStyle
- All Implemented Interfaces:
- Serializable, Comparable<G4VMarker.FillStyle>
- Enclosing interface:
- G4VMarker
public static enum G4VMarker.FillStyle
- extends Enum<G4VMarker.FillStyle>
noFill
public static final G4VMarker.FillStyle noFill
hashed
public static final G4VMarker.FillStyle hashed
filled
public static final G4VMarker.FillStyle filled
values
public static final G4VMarker.FillStyle[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(G4VMarker.FillStyle c : G4VMarker.FillStyle.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static G4VMarker.FillStyle valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
swigValue
public final int swigValue()
swigToEnum
public static G4VMarker.FillStyle swigToEnum(int swigValue)
Copyright © 2000-2007 FreeHEP. All Rights Reserved.