Uses of Enum Class
com.openinventor.inventor.nodes.SoFullSceneAntialiasing.Filters
Packages that use SoFullSceneAntialiasing.Filters
-
Uses of SoFullSceneAntialiasing.Filters in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoFullSceneAntialiasing.FiltersModifier and TypeFieldDescriptionSoFullSceneAntialiasing.filterA bit-wise combination of LINES, POINTS, POLYGONS, and TEXT that determines which primitive types should be antialiased.Methods in com.openinventor.inventor.nodes that return SoFullSceneAntialiasing.FiltersModifier and TypeMethodDescriptionSoFullSceneAntialiasing.Filters.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static SoFullSceneAntialiasing.Filters[]SoFullSceneAntialiasing.Filters.values()Returns an array containing the constants of this enum class, in the order they are declared.