ClosePath
ClosePath
Overview
ClosePath 是一个类在Java的FOSS中. 继承人: Operator.
关闭副路径运营商 (h).
本类提供了11种方法,用于在Java程序中使用ClosePath 对象. 有的方法包括: ClosePath, Operator, equals, getIndex, getName, getOperands, hashCode, setIndex, toString, writeTo. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: index, name, operands.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | 返回运算器关键词. |
index | int | Read | 返回这个操作符的索引在其父 {@link OperatorCollection},或 -1 如果未设置. |
operands | List<PdfBase> | Read | 返回操作数作为不可修改列表. |
Methods
| Signature | Description |
|---|---|
ClosePath() | 创建一个 ClosePath 操作符. |
ClosePath(operands: List<PdfBase>) | 从解析的操作符中创建一个 ClosePath 运算符. |
Operator(name: String, operands: List<PdfBase>) | 创建一个具有给定的名称和操作数的运算符. |
getName() → String | 返回运算器关键词. |
getIndex() → int | 返回这个操作符的索引在其父 {@link OperatorCollection},或 -1 如果未设置. |
setIndex(index: int) | 在其母集合中设置该操作符的索引. |
getOperands() → List<PdfBase> | 返回操作数作为不可修改列表. |
toString() → String | 在内容流语法中返回该运算符的字符串表示. |
writeTo(os: OutputStream) | 将该操作符的内容流序列化写入 {@code os} 保存精确的操作元字节. |
equals(o: Object) → boolean | |
hashCode() → int |