public class AxisValueTableFormat3 extends AxisValueTableBase
Represents Axis value table format 3
| Constructor and Description |
|---|
AxisValueTableFormat3(int flags,
int valueNameId,
int axisIndex,
float value,
float linkedValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAxisIndex()
Gets Zero-base index into the axis record array identifying the axis of design variation
to which the axis value table applies.
|
float |
getLinkedValue()
The numeric value for a style-linked mapping from this value.
|
float |
getValue()
The numeric value for this attribute value.
|
getFlags, getFormat, getValueName, getValueNameIdpublic AxisValueTableFormat3(int flags,
int valueNameId,
int axisIndex,
float value,
float linkedValue)
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.value - The numeric value for this attribute value.linkedValue - The numeric value for a style-linked mapping from this value.public int getAxisIndex()
Gets Zero-base index into the axis record array identifying the axis of design variation to which the axis value table applies.
public float getValue()
The numeric value for this attribute value.
public float getLinkedValue()
The numeric value for a style-linked mapping from this value.
Copyright © 2025 Aspose. All Rights Reserved.