Uses of Enum Class
com.openinventor.inventor.actions.SoToHTMLAction.ImageFormats
Packages that use SoToHTMLAction.ImageFormats
-
Uses of SoToHTMLAction.ImageFormats in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoToHTMLAction.ImageFormatsModifier and TypeMethodDescriptionSoToHTMLAction.getImageFormat()
Returns the image format.static SoToHTMLAction.ImageFormats
SoToHTMLAction.ImageFormats.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic SoToHTMLAction.ImageFormats
Returns the enum constant of this class with the specified name.static SoToHTMLAction.ImageFormats[]
SoToHTMLAction.ImageFormats.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoToHTMLAction.ImageFormatsModifier and TypeMethodDescriptionvoid
SoToHTMLAction.setImageFormat
(SoToHTMLAction.ImageFormats format) Sets the image format.