ClosePathFillStroke

ClosePathFillStroke

Overview

ClosePathFillStroke 是一个类在Java的FOSS中. 继承人: Operator.

关闭,填充和冲动路径操作符 (b).

本类提供了11种方法,用于在Java程序中使用ClosePathFillStroke 对象. 有的方法包括: ClosePathFillStroke, Operator, equals, getIndex, getName, getOperands, hashCode, setIndex, toString, writeTo. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: index, name, operands.

Properties

NameTypeAccessDescription
nameStringRead返回运算器关键词.
indexintRead返回这个操作符的索引在其父 {@link OperatorCollection},或 -1 如果未设置.
operandsList<PdfBase>Read返回操作数作为不可修改列表.

Methods

SignatureDescription
ClosePathFillStroke()创建一个 ClosePathFillStroke 操作符.
ClosePathFillStroke(operands: List<PdfBase>)从解析的操作符中创建一个 ClosePathFillStroke 运算符.
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

See Also

 中文