SetColorStroke
Overview
SetColorStroke Java için Aspose.PDF FOSS sınıfıdır. Mirasçılardan gelenler: BasicSetColorOperator.
Renkler Sürücü Operatör (SC) için ayarlanır.
Bu sınıf, Java programlarında SetColorStroke nesnelerle çalışmak için 12 yöntem sunar. Mevcut yöntemler şunları içerir: Operator, SetColorStroke, equals, getComponents, getIndex, getName, getOperands, hashCode, setIndex, toString, writeTo. Tüm kamu üyeleri, Java paket için Aspose.PDF FOSS’u yükledikten sonra herhangi bir Java uygulamasına erişilebilir. Mülkiyet : components, index, name, operands.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
components | double[] | Read | Renk bileşenleri bir dizi çift olarak geri getirir. |
name | String | Read | Operatör anahtar kelimesi geri getirir. |
index | int | Read | Bu operatörün indeksleri ana {@link OperatorCollection} veya -1’i ayarlamazsa geri getirir. |
operands | List<PdfBase> | Read | İşlemlerin değiştirilemez bir listesi olarak geri getirilmesi. |
Methods
| Signature | Description |
|---|---|
SetColorStroke() | Belirlenen renk bileşenleri ile bir SetColorStroke (SC) operatörü oluşturur. |
SetColorStroke(operands: List<PdfBase>) | Bir SetColorStroke (SC) operatörü parsed operands’tan oluşturur. |
getComponents() → double[] | Renk bileşenleri bir dizi çift olarak geri getirir. |
Operator(name: String, operands: List<PdfBase>) | Bir operatörün adı ve operandları ile oluşturulur. |
getName() → String | Operatör anahtar kelimesi geri getirir. |
getIndex() → int | Bu operatörün indeksleri ana {@link OperatorCollection} veya -1’i ayarlamazsa geri getirir. |
setIndex(index: int) | Bu operatörün endeksi, ana koleksiyonuna dahil edilmektedir. |
getOperands() → List<PdfBase> | İşlemlerin değiştirilemez bir listesi olarak geri getirilmesi. |
toString() → String | Bu operatörün bir çubuk temsilini içerik akışı sintaxinde geri getirir. |
writeTo(os: OutputStream) | Bu operatörün içerik akış serilimi {@code os} tam operand byte korumak için yazılır. |
equals(o: Object) → boolean | |
hashCode() → int |