Uses of Enum Class
com.openinventor.inventor.actions.SoToHTMLAction.ShapeTypes
Packages that use SoToHTMLAction.ShapeTypes
-
Uses of SoToHTMLAction.ShapeTypes in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions that return SoToHTMLAction.ShapeTypesModifier and TypeMethodDescriptionSoToHTMLAction.getRegionShapeType()Returns the region shape type.static SoToHTMLAction.ShapeTypesSoToHTMLAction.ShapeTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoToHTMLAction.ShapeTypesReturns the enum constant of this class with the specified name.static SoToHTMLAction.ShapeTypes[]SoToHTMLAction.ShapeTypes.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.ShapeTypesModifier and TypeMethodDescriptionvoidSoToHTMLAction.setRegionShapeType(SoToHTMLAction.ShapeTypes type) Sets the region shape type.