Uses of Enum Class
com.openinventor.inventor.actions.SoToHTMLAction.Components
Packages that use SoToHTMLAction.Components
-
Uses of SoToHTMLAction.Components in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoToHTMLAction.ComponentsModifier and TypeMethodDescriptionSoToHTMLAction.getImageComponents()Returns the components of image.static SoToHTMLAction.ComponentsSoToHTMLAction.Components.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoToHTMLAction.ComponentsReturns the enum constant of this class with the specified name.static SoToHTMLAction.Components[]SoToHTMLAction.Components.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.ComponentsModifier and TypeMethodDescriptionvoidSoToHTMLAction.setImageComponents(SoToHTMLAction.Components components) Sets the components of image.