Uses of Enum Class
com.openinventor.meshviz.graph.PoArrow3.PatternTypes
Packages that use PoArrow3.PatternTypes
-
Uses of PoArrow3.PatternTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoArrow3.PatternTypesModifier and TypeFieldDescriptionfinal SoSFEnum<PoArrow3.PatternTypes> PoArrow3.endPatternTypeDefines the end arrow pattern type.final SoSFEnum<PoArrow3.PatternTypes> PoArrow3.startPatternTypeDefines the start arrow pattern type.Methods in com.openinventor.meshviz.graph that return PoArrow3.PatternTypesModifier and TypeMethodDescriptionstatic PoArrow3.PatternTypesPoArrow3.PatternTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoArrow3.PatternTypesReturns the enum constant of this class with the specified name.static PoArrow3.PatternTypes[]PoArrow3.PatternTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoArrow3.PatternTypesModifierConstructorDescriptionPoArrow3(SbVec3f[] _point, PoArrow3.PatternTypes startType) Calls PoArrow3(_point, startType, PoArrow3.PatternTypes.valueOf( PoArrow3.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow3(SbVec3f[] _point, PoArrow3.PatternTypes startType, PoArrow3.PatternTypes endType) Calls PoArrow3(_point, startType, endType, (float)0.05f, (float)0.03f).PoArrow3(SbVec3f[] _point, PoArrow3.PatternTypes startType, PoArrow3.PatternTypes endType, float _patternWidth) Calls PoArrow3(_point, startType, endType, _patternWidth, (float)0.03f).PoArrow3(SbVec3f[] _point, PoArrow3.PatternTypes startType, PoArrow3.PatternTypes endType, float _patternWidth, float _patternHeight) Constructor.