Uses of Enum Class
com.openinventor.inventor.viewercomponents.nodes.SoViewingCube.EdgeStyles
Packages that use SoViewingCube.EdgeStyles
Package
Description
Viewer components nodes independent from graphical user interface.
-
Uses of SoViewingCube.EdgeStyles in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes with type parameters of type SoViewingCube.EdgeStylesModifier and TypeFieldDescriptionfinal SoSFEnum<SoViewingCube.EdgeStyles> SoViewingCube.edgeStyleStyle of edges and corners.Methods in com.openinventor.inventor.viewercomponents.nodes that return SoViewingCube.EdgeStylesModifier and TypeMethodDescriptionstatic SoViewingCube.EdgeStylesSoViewingCube.EdgeStyles.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SoViewingCube.EdgeStylesReturns the enum constant of this class with the specified name.static SoViewingCube.EdgeStyles[]SoViewingCube.EdgeStyles.values()Returns an array containing the constants of this enum class, in the order they are declared.