| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<PoArrow.PatternTypes> |
PoArrow.endPatternType
Defines the end arrow pattern type.
|
SoSFEnum<PoArrow.PatternTypes> |
PoArrow.startPatternType
Defines the start arrow pattern type.
|
| Modifier and Type | Method and Description |
|---|---|
static PoArrow.PatternTypes |
PoArrow.PatternTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoArrow.PatternTypes |
PoArrow.PatternTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoArrow.PatternTypes |
PoArrow.PatternTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoArrow.PatternTypes[] |
PoArrow.PatternTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PoArrow(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.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com