Package | Description |
---|---|
com.openinventor.meshviz.graph |
Modifier and Type | Field and Description |
---|---|
SoSFEnum<PoPolarLogAxis.DecadeListDefs> |
PoPolarLogAxis.decadeListDef
List of graduations between two power of ten graduations (decade graduations).
|
Modifier and Type | Method and Description |
---|---|
static PoPolarLogAxis.DecadeListDefs |
PoPolarLogAxis.DecadeListDefs.fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
static PoPolarLogAxis.DecadeListDefs |
PoPolarLogAxis.DecadeListDefs.valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static PoPolarLogAxis.DecadeListDefs |
PoPolarLogAxis.DecadeListDefs.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoPolarLogAxis.DecadeListDefs[] |
PoPolarLogAxis.DecadeListDefs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef)
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, (short[])null, (short)0).
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef,
short[] decadeList)
Calls PoPolarLogAxis(offset, startRadius, endRadius, theta, decadeListDef, decadeList, (short)0).
|
PoPolarLogAxis(float offset,
float startRadius,
float endRadius,
float theta,
PoPolarLogAxis.DecadeListDefs decadeListDef,
short[] decadeList,
short numDecade)
Constructor.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com