AxisValueTableFormat2

Inheritance: java.lang.Object, com.aspose.font.AxisValueTableBase

public class AxisValueTableFormat2 extends AxisValueTableBase

Represents Axis value table format 2

Constructors

ConstructorDescription
AxisValueTableFormat2(int flags, int valueNameId, int axisIndex, float nominalValue, float rangeMinValue, float rangeMaxValue)Constructor

Methods

MethodDescription
getAxisIndex()Gets the Zero-base index in the axis record array identifying the axis of design variation to which the axis value table applies.
getNominalValue()A nominal numeric value
getRangeMinValue()The minimum value for a range associated with the specified name ID.
getRangeMaxValue()The maximum value for a range associated with the specified name ID.

AxisValueTableFormat2(int flags, int valueNameId, int axisIndex, float nominalValue, float rangeMinValue, float rangeMaxValue)

public AxisValueTableFormat2(int flags, int valueNameId, int axisIndex, float nominalValue, float rangeMinValue, float rangeMaxValue)

Constructor

Parameters:

ParameterTypeDescription
flagsintFlags
valueNameIdintThe name ID for entries in the ’name’ table that provide a display string for this attribute value
axisIndexintSpec: 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.
nominalValuefloatThe nominal numeric value for this attribute value.
rangeMinValuefloatThe minimum value for a range associated with the specified name ID.
rangeMaxValuefloatThe maximum value for a range associated with the specified name ID.

getAxisIndex()

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.

Returns: int - The Zero-base index in the axis record array identifying the axis of design variation to which the axis value table applies.

getNominalValue()

public float getNominalValue()

A nominal numeric value

Returns: float - A nominal numeric value

getRangeMinValue()

public float getRangeMinValue()

The minimum value for a range associated with the specified name ID.

Returns: float - The minimum value for a range associated with the specified name ID.

getRangeMaxValue()

public float getRangeMaxValue()

The maximum value for a range associated with the specified name ID.

Returns: float - The maximum value for a range associated with the specified name ID.