LatticeGouraudShading
Overview
LatticeGouraudShading เป็นคลาสใน Aspose.PDF FOSS สําหรับ Java. ทายาทจาก: Shading.
ใบขัดรูปแบบตาราง ต้นสามเหลี่ยม Gouraud 5 (ISO 32000-1:2008, §8.7.4.5.5).
หมวดนี้ให้ 9 วิธีในการทํางานกับวัตถุ LatticeGouraudShading ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: LatticeGouraudShading, getBBox, getBackground, getColorAt, getColorSpace, getPdfDictionary, getShadingType, isAntiAlias, parse. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Java. คุณสมบัติ: antiAlias, bBox, background, colorSpace, pdfDictionary, shadingType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
shadingType | int | Read | ได้รับการร่มเงาชนิด. |
colorSpace | ColorSpaceBase | Read | กลับพื้นที่สี. |
background | double[] | Read | กลับสีพื้นหลังที่เลือก หรือ {@code null}. |
bBox | Rectangle | Read | กลับกรอบกําหนดทางเลือก, หรือ {@code null}. |
antiAlias | boolean | Read | การตอบกลับว่าการต่อต้าน aliasing ถูกขอหรือไม่. |
pdfDictionary | PdfDictionary | Read | ส่งคําศัพท์ที่อยู่เบื้องหลังกลับมา. |
Methods
| Signature | Description |
|---|---|
LatticeGouraudShading(dict: PdfDictionary, parser: PDFParser) | |
getShadingType() → int | การคืนชนิดการเงา. |
getColorAt(x: double, y: double) → double[] | |
getColorSpace() → ColorSpaceBase | กลับพื้นที่สี. |
getBackground() → double[] | กลับสีพื้นหลังที่เลือก หรือ {@code null}. |
getBBox() → Rectangle | กลับกรอบกําหนดทางเลือก, หรือ {@code null}. |
isAntiAlias() → boolean | การตอบกลับว่าการต่อต้าน aliasing ถูกขอหรือไม่. |
getPdfDictionary() → PdfDictionary | ส่งคําศัพท์ที่อยู่เบื้องหลังกลับมา. |
parse(obj: PdfBase, parser: PDFParser) → Shading | Factory: พารัสการเงาจากวัตถุ PDF. |