Uses of Class
com.openinventor.inventor.actions.SoToHTMLAction.ImageFormats
-
Packages that use SoToHTMLAction.ImageFormats Package Description com.openinventor.inventor.actions -
-
Uses of SoToHTMLAction.ImageFormats in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoToHTMLAction.ImageFormats Modifier and Type Method Description SoToHTMLAction.ImageFormats
SoToHTMLAction. 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
SoToHTMLAction.ImageFormats. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoToHTMLAction.ImageFormats[]
SoToHTMLAction.ImageFormats. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.inventor.actions with parameters of type SoToHTMLAction.ImageFormats Modifier and Type Method Description void
SoToHTMLAction. setImageFormat(SoToHTMLAction.ImageFormats format)
Sets the image format.
-