public class AxisValue extends Object
Represents AxisValue record.
| Constructor and Description |
|---|
AxisValue(int axisIndex,
float value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxisIndex()
Gets axisIndex field.
|
float |
getValue()
Gets a numeric value for this attribute value.
|
public AxisValue(int axisIndex,
float value)
Constructor
axisIndex - Zero-base index into the axis record array identifying the axis to which
this value applies. Must be less than designAxisCount.value - The numeric value for this attribute value.public int getAxisIndex()
Gets axisIndex field. Spec: Zero-base index into the axis record array identifying the axis to which this value applies. Must be less than designAxisCount.
public float getValue()
Gets a numeric value for this attribute value.
Copyright © 2025 Aspose. All Rights Reserved.