Uses of Class
de.grogra.util.EnumerationType
Package
Description
-
Uses of EnumerationType in de.grogra.gl
Modifier and TypeFieldDescriptionstatic final EnumerationType
GLDisplay.VIEWMODE_TYPE
Enumeration of the available JOGL display mode (viewmode). -
Uses of EnumerationType in de.grogra.glsl
Modifier and TypeFieldDescriptionstatic final EnumerationType
GLSLDisplay.TONEMAPPING_TYPE
Enumeration of the available Tonemapping-Algorithms. -
Uses of EnumerationType in de.grogra.gpuflux
-
Uses of EnumerationType in de.grogra.gpuflux.tracer
-
Uses of EnumerationType in de.grogra.graph
-
Uses of EnumerationType in de.grogra.imp
Modifier and TypeFieldDescriptionstatic final EnumerationType
View.ANAGLYPH_VIEW_TYPE
static final EnumerationType
View.LOD_TYPE
static final EnumerationType
View.STEREO_VIEW_TYPE
static final EnumerationType
View.VIEW_PREVIEW1_TYPE
static final EnumerationType
View.VIEW_PREVIEW2_TYPE
-
Uses of EnumerationType in de.grogra.imp.objects
Modifier and TypeFieldDescriptionstatic final EnumerationType
Attributes.HORIZONTAL_ALIGNMENT_TYPE
static final EnumerationType
Attributes.VERTICAL_ALIGNMENT_TYPE
-
Uses of EnumerationType in de.grogra.imp3d.objects
Modifier and TypeFieldDescriptionstatic final EnumerationType
Attributes.CIE_NORMS_TYPE
static final EnumerationType
Attributes.CSG_OPERATION_TYPE
static final EnumerationType
Attributes.EXPORTED_TRANSFORMATION_TYPE
static final EnumerationType
Sequence.PATH_TYPE
static final EnumerationType
Attributes.VISIBLE_SIDES_TYPE
-
Uses of EnumerationType in de.grogra.imp3d.ray2
Modifier and TypeFieldDescriptionstatic final EnumerationType
Raytracer.ANTIALIASING
static final EnumerationType
Raytracer.RAYPROCESSOR
-
Uses of EnumerationType in de.grogra.math
-
Uses of EnumerationType in de.grogra.rgg
-
Uses of EnumerationType in de.grogra.util
Modifier and TypeFieldDescriptionstatic final EnumerationType
EnumerationType.INT_ENUMERATION
An "abstract" base enumeration type which is used as supertype for those enumeration types which useint
s to encode their values.static final EnumerationType
ProgressMonitor.LEVEL
static final EnumerationType
EnumerationType.OBJECT_ENUMERATION
An "abstract" base enumeration type which is used as supertype for those enumeration types which useObject
s to encode their values.ModifierConstructorDescriptionEnumerationType
(String name, Object[] values, EnumerationType superType, Type implType) Creates a newEnumerationType
consisting ofvalues.length
values, their type being determined bysupertype/code>.