Uses of Enum Class
com.openinventor.hardcopy.SoVectorizeAction.ColorTranslationMethods
Packages that use SoVectorizeAction.ColorTranslationMethods
-
Uses of SoVectorizeAction.ColorTranslationMethods in com.openinventor.hardcopy
Methods in com.openinventor.hardcopy that return SoVectorizeAction.ColorTranslationMethodsModifier and TypeMethodDescriptionSoVectorizeAction.getColorTranslationMethod()Returns the method for choosing the color of the drawing on the sheet of paper.SoVectorizeAction.ColorTranslationMethods.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.SoVectorizeAction.ColorTranslationMethods.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.hardcopy with parameters of type SoVectorizeAction.ColorTranslationMethodsModifier and TypeMethodDescriptionvoidSoVectorizeAction.setColorTranslationMethod(SoVectorizeAction.ColorTranslationMethods method) Sets the method for choosing the color of the drawing on the sheet of paper.