CmxPathSpec
内容
[
隐藏
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.imaging.fileformats.cmx.objectmodel.specs.ICmxObjectSpec
public class CmxPathSpec implements ICmxObjectSpec
表示为路径指定的几何信息。
构造函数
| 构造函数 | 描述 |
|---|---|
| CmxPathSpec() |
方法
| 方法 | 描述 |
|---|---|
| getPoints() | 获取点。 |
| setPoints(CmxPathPointSpec[] value) | 设置点。 |
| getType() | 获取类型。 |
| setType(int value) | 设置类型。 |
| equals(Object o) | 检查对象是否相等。 |
| hashCode() | 获取当前对象的哈希码。 |
CmxPathSpec()
public CmxPathSpec()
getPoints()
public final CmxPathPointSpec[] getPoints()
获取点。
Returns: com.aspose.imaging.fileformats.cmx.objectmodel.specs.CmxPathPointSpec[] - 点。
setPoints(CmxPathPointSpec[] value)
public final void setPoints(CmxPathPointSpec[] value)
设置点。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | CmxPathPointSpec[] | 点。 |
getType()
public final int getType()
获取类型。
值:类型。
Returns: int - 类型。
setType(int value)
public final void setType(int value)
设置类型。
值:类型。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | int | 类型。 |
equals(Object o)
public boolean equals(Object o)
检查对象是否相等。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| o | java.lang.Object | 其他对象。 |
Returns: boolean - 相等比较结果。
hashCode()
public int hashCode()
获取当前对象的哈希码。
Returns: int - 哈希码。