Uses of Enum Class
com.openinventor.meshviz.graph.PoArrow.PatternTypes
Packages that use PoArrow.PatternTypes
-
Uses of PoArrow.PatternTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoArrow.PatternTypesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoArrow.PatternTypes> PoArrow.endPatternType
Defines the end arrow pattern type.final SoSFEnum
<PoArrow.PatternTypes> PoArrow.startPatternType
Defines the start arrow pattern type.Methods in com.openinventor.meshviz.graph that return PoArrow.PatternTypesModifier and TypeMethodDescriptionstatic PoArrow.PatternTypes
PoArrow.PatternTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoArrow.PatternTypes
Returns the enum constant of this class with the specified name.static PoArrow.PatternTypes[]
PoArrow.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 PoArrow.PatternTypesModifierConstructorDescriptionPoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType) Calls PoArrow(_point, startType, PoArrow.PatternTypes.valueOf( PoArrow.PatternTypes.NO_PATTERN.getValue() ), (float)0.05f, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType) Calls PoArrow(_point, startType, endType, (float)0.05f, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth) Calls PoArrow(_point, startType, endType, _patternWidth, (float)0.03f).PoArrow
(SbVec2f[] _point, PoArrow.PatternTypes startType, PoArrow.PatternTypes endType, float _patternWidth, float _patternHeight) Constructor.