Uses of Enum Class
com.openinventor.inventor.nodes.SoPattern.FilterTypes
Packages that use SoPattern.FilterTypes
-
Uses of SoPattern.FilterTypes in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoPattern.FilterTypesModifier and TypeMethodDescriptionstatic SoPattern.FilterTypes
SoPattern.FilterTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoPattern.FilterTypes
Returns the enum constant of this class with the specified name.static SoPattern.FilterTypes[]
SoPattern.FilterTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.nodes with parameters of type SoPattern.FilterTypesModifier and TypeMethodDescriptionstatic boolean
SoPattern.loadPatterns
(String fileName, int numFilters, String[] filterNames, SoPattern.FilterTypes filterType) Loads a pattern file, with optional filtering of patterns.static boolean
SoPattern.loadPatterns
(String fileName, String[] filterNames, SoPattern.FilterTypes filterType) Loads a pattern file, with optional filtering of patterns.