AxisValueTableFormat4
内容
[
隐藏
]Inheritance: java.lang.Object, com.aspose.font.AxisValueTableBase
public class AxisValueTableFormat4 extends AxisValueTableBase
表示轴值表格式 4
构造函数
| 构造函数 | 描述 |
|---|---|
| AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues) | 构造函数 |
方法
| 方法 | 描述 |
|---|---|
| equals(Object arg0) | |
| getAxisValues() | AxisValue 记录的数组,提供轴值的组合,每个贡献轴对应一个。 |
| getClass() | |
| getFlags() | 获取轴值表标志字段。 |
| getFormat() | 获取格式标识符(版本号)。 |
| getValueName() | 获取 ’name’ 表中的名称,为此属性值提供显示字符串。 |
| getValueNameId() | 获取 ’name’ 表中条目的名称 ID,为此属性值提供显示字符串。 |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues)
public AxisValueTableFormat4(int flags, int valueNameId, AxisValue[] axisValues)
构造函数
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 标志 | int | 标志 |
| valueNameId | int | 用于 ’name’ 表中条目提供此属性值显示字符串的名称 ID |
| axisValues | AxisValue[] | AxisValue 记录的数组,提供轴值的组合,每个贡献轴对应一个。 |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getAxisValues()
public AxisValue[] getAxisValues()
AxisValue 记录的数组,提供轴值的组合,每个贡献轴对应一个。
Returns: com.aspose.font.AxisValue[] - AxisValue 记录的数组,提供轴值的组合,每个贡献轴对应一个。
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFlags()
public int getFlags()
获取轴值表标志字段。
Returns: int - 轴值表标志字段。
getFormat()
public int getFormat()
获取格式标识符(版本号)。
Returns: int - 格式标识符(版本号)。
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:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |