public class AxisValueTableFormat2 extends AxisValueTableBase
Represents Axis value table format 2
| Constructor and Description |
|---|
AxisValueTableFormat2(int flags,
int valueNameId,
int axisIndex,
float nominalValue,
float rangeMinValue,
float rangeMaxValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxisIndex()
Gets the Zero-base index in the axis record array identifying the axis of design variation
to which the axis value table applies.
|
float |
getNominalValue()
A nominal numeric value
|
float |
getRangeMaxValue()
The maximum value for a range associated with the specified name ID.
|
float |
getRangeMinValue()
The minimum value for a range associated with the specified name ID.
|
getFlags, getFormat, getValueName, getValueNameIdpublic AxisValueTableFormat2(int flags,
int valueNameId,
int axisIndex,
float nominalValue,
float rangeMinValue,
float rangeMaxValue)
Constructor
flags - FlagsvalueNameId - The name ID for entries in the 'name' table that provide a display string for this attribute valueaxisIndex - Spec: Zero-base index into the axis record array identifying the axis of design variation to which the axis value table applies. Must be less than designAxisCount.nominalValue - The nominal numeric value for this attribute value.rangeMinValue - The minimum value for a range associated with the specified name ID.rangeMaxValue - The maximum value for a range associated with the specified name ID.public int getAxisIndex()
Gets the Zero-base index in the axis record array identifying the axis of design variation to which the axis value table applies.
public float getNominalValue()
A nominal numeric value
public float getRangeMinValue()
The minimum value for a range associated with the specified name ID.
public float getRangeMaxValue()
The maximum value for a range associated with the specified name ID.
Copyright © 2025 Aspose. All Rights Reserved.