Uses of Class
de.grogra.util.EnumerationType
Packages that use EnumerationType
Package
Description
-
Uses of EnumerationType in de.grogra.gl
Fields in de.grogra.gl declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeGLDisplay.VIEWMODE_TYPEEnumeration of the available JOGL display mode (viewmode). -
Uses of EnumerationType in de.grogra.glsl
Fields in de.grogra.glsl declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeGLSLDisplay.TONEMAPPING_TYPEEnumeration of the available Tonemapping-Algorithms. -
Uses of EnumerationType in de.grogra.gpuflux
Fields in de.grogra.gpuflux declared as EnumerationType -
Uses of EnumerationType in de.grogra.gpuflux.tracer
Fields in de.grogra.gpuflux.tracer declared as EnumerationType -
Uses of EnumerationType in de.grogra.graph
Constructors in de.grogra.graph with parameters of type EnumerationType -
Uses of EnumerationType in de.grogra.imp
Fields in de.grogra.imp declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeView.ANAGLYPH_VIEW_TYPEstatic final EnumerationTypeView.LOD_TYPEstatic final EnumerationTypeView.STEREO_VIEW_TYPEstatic final EnumerationTypeView.VIEW_PREVIEW1_TYPEstatic final EnumerationTypeView.VIEW_PREVIEW2_TYPE -
Uses of EnumerationType in de.grogra.imp.objects
Fields in de.grogra.imp.objects declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeAttributes.HORIZONTAL_ALIGNMENT_TYPEstatic final EnumerationTypeAttributes.VERTICAL_ALIGNMENT_TYPE -
Uses of EnumerationType in de.grogra.imp3d.objects
Fields in de.grogra.imp3d.objects declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeAttributes.CIE_NORMS_TYPEstatic final EnumerationTypeAttributes.CSG_OPERATION_TYPEstatic final EnumerationTypeAttributes.EXPORTED_TRANSFORMATION_TYPEstatic final EnumerationTypeSequence.PATH_TYPEstatic final EnumerationTypeAttributes.VISIBLE_SIDES_TYPE -
Uses of EnumerationType in de.grogra.imp3d.ray2
Fields in de.grogra.imp3d.ray2 declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeRaytracer.ANTIALIASINGstatic final EnumerationTypeRaytracer.RAYPROCESSOR -
Uses of EnumerationType in de.grogra.math
Fields in de.grogra.math declared as EnumerationType -
Uses of EnumerationType in de.grogra.rgg
Fields in de.grogra.rgg declared as EnumerationType -
Uses of EnumerationType in de.grogra.util
Fields in de.grogra.util declared as EnumerationTypeModifier and TypeFieldDescriptionstatic final EnumerationTypeEnumerationType.INT_ENUMERATIONAn "abstract" base enumeration type which is used as supertype for those enumeration types which useints to encode their values.static final EnumerationTypeProgressMonitor.LEVELstatic final EnumerationTypeEnumerationType.OBJECT_ENUMERATIONAn "abstract" base enumeration type which is used as supertype for those enumeration types which useObjects to encode their values.Constructors in de.grogra.util with parameters of type EnumerationTypeModifierConstructorDescriptionEnumerationType(String name, Object[] values, EnumerationType superType, Type implType) Creates a newEnumerationTypeconsisting ofvalues.lengthvalues, their type being determined bysupertype/code>.