Uses of Class
com.openinventor.inventor.actions.SoToHTMLAction.Components
-
Packages that use SoToHTMLAction.Components Package Description com.openinventor.inventor.actions -
-
Uses of SoToHTMLAction.Components in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoToHTMLAction.Components Modifier and Type Method Description SoToHTMLAction.Components
SoToHTMLAction. getImageComponents()
Returns the components of image.static SoToHTMLAction.Components
SoToHTMLAction.Components. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoToHTMLAction.Components
SoToHTMLAction.Components. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoToHTMLAction.Components[]
SoToHTMLAction.Components. 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.Components Modifier and Type Method Description void
SoToHTMLAction. setImageComponents(SoToHTMLAction.Components components)
Sets the components of image.
-