| Package | Description |
|---|---|
| com.openinventor.meshviz.graph |
| Modifier and Type | Field and Description |
|---|---|
PbNumericDisplayFormat.FormatTypes |
PbNumericDisplayFormat.Format.type |
| Modifier and Type | Method and Description |
|---|---|
static PbNumericDisplayFormat.FormatTypes |
PbNumericDisplayFormat.FormatTypes.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PbNumericDisplayFormat.FormatTypes |
PbNumericDisplayFormat.FormatTypes.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PbNumericDisplayFormat.FormatTypes |
PbNumericDisplayFormat.FormatTypes.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PbNumericDisplayFormat.FormatTypes[] |
PbNumericDisplayFormat.FormatTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PbNumericDisplayFormat.setFormat(PbNumericDisplayFormat.FormatTypes type)
Calls setFormat(type, (int)0, (int)0).
|
void |
PbNumericDisplayFormat.setFormat(PbNumericDisplayFormat.FormatTypes type,
int tenPower)
Calls setFormat(type, tenPower, (int)0).
|
void |
PbNumericDisplayFormat.setFormat(PbNumericDisplayFormat.FormatTypes type,
int tenPower,
int numDecimal)
Sets the numerical display format.
|
| Constructor and Description |
|---|
PbNumericDisplayFormat(PbNumericDisplayFormat.FormatTypes type)
Calls PbNumericDisplayFormat(type, (int)0, (int)0).
|
PbNumericDisplayFormat(PbNumericDisplayFormat.FormatTypes type,
int tenPower)
Calls PbNumericDisplayFormat(type, tenPower, (int)0).
|
PbNumericDisplayFormat(PbNumericDisplayFormat.FormatTypes type,
int tenPower,
int numDecimal)
Constructor.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com