AxisValueTableFormat3

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

public class AxisValueTableFormat3 extends AxisValueTableBase

表示轴值表格式 3

构造函数

构造函数描述
AxisValueTableFormat3(int flags, int valueNameId, int axisIndex, float value, float linkedValue)构造函数

方法

方法描述
equals(Object arg0)
getAxisIndex()获取指向轴记录数组的零基索引,用于标识设计变体的轴,该轴值表适用于此轴。
getClass()
getFlags()获取轴值表标志字段。
getFormat()获取格式标识符(版本号)。
getLinkedValue()此值的样式关联映射的数值。
getValue()此属性值的数值。
getValueName()获取 ’name’ 表中的名称,为此属性值提供显示字符串。
getValueNameId()获取 ’name’ 表中条目的名称 ID,为此属性值提供显示字符串。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AxisValueTableFormat3(int flags, int valueNameId, int axisIndex, float value, float linkedValue)

public AxisValueTableFormat3(int flags, int valueNameId, int axisIndex, float value, float linkedValue)

构造函数

Parameters:

参数类型描述
标志int标志
valueNameIdint用于 ’name’ 表中条目提供此属性值显示字符串的名称 ID
axisIndexint规范:指向轴记录数组的零基索引,用于标识设计变体的轴,该轴值表适用于此轴。必须小于 designAxisCount。
float此属性值的数值。
linkedValuefloat此值的样式关联映射的数值。

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: boolean

getAxisIndex()

public int getAxisIndex()

获取指向轴记录数组的零基索引,用于标识设计变体的轴,该轴值表适用于此轴。

Returns: int - 零基索引,指向轴记录数组,用于标识轴值表适用的设计变体轴。

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFlags()

public int getFlags()

获取轴值表标志字段。

Returns: int - 轴值表标志字段。

getFormat()

public int getFormat()

获取格式标识符(版本号)。

Returns: int - 格式标识符(版本号)。

getLinkedValue()

public float getLinkedValue()

此值的样式关联映射的数值。

Returns: float - 此值的样式关联映射的数值。

getValue()

public float getValue()

此属性值的数值。

Returns: float - 此属性值的数值。

getValueName()

public String getValueName()

获取 ’name’ 表中的名称,为此属性值提供显示字符串。

Returns: java.lang.String - 来自 ’name’ 表的名称,为此属性值提供显示字符串。

getValueNameId()

public int getValueNameId()

获取 ’name’ 表中条目的名称 ID,为此属性值提供显示字符串。

Returns: int - ’name’ 表中条目的名称 ID,用于为此属性值提供显示字符串。

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int