SetColorStroke

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

NameTypeAccessDescription
componentsdouble[]ReadRenk bileşenleri bir dizi çift olarak geri getirir.
nameStringReadOperatör anahtar kelimesi geri getirir.
indexintReadBu operatörün indeksleri ana {@link OperatorCollection} veya -1’i ayarlamazsa geri getirir.
operandsList<PdfBase>Readİşlemlerin değiştirilemez bir listesi olarak geri getirilmesi.

Methods

SignatureDescription
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()StringOperatör anahtar kelimesi geri getirir.
getIndex()intBu 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()StringBu 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

See Also

 Türkçe