FreeFormGouraudShading
FreeFormGouraudShading
Overview
FreeFormGouraudShading 是一个类在Java的FOSS中. 继承人: Shading.
形三角网格的自由形式 4 (ISO 32000-1:2008, §8.7.4.5.4).
这个类提供了9种方法,用于在Java程序中使用FreeFormGouraudShading对象. 有的方法包括: FreeFormGouraudShading, getBBox, getBackground, getColorAt, getColorSpace, getPdfDictionary, getShadingType, isAntiAlias, parse. 所有公众成员在安装了Java的FOSS包后,可以访问任何 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 | 返回是否要求反. |
pdfDictionary | PdfDictionary | Read | 返回底层词典. |
Methods
| Signature | Description |
|---|---|
FreeFormGouraudShading(dict: PdfDictionary, parser: PDFParser) | 从其词典中创建一个 FreeFormGouraudShading . |
getShadingType() → int | 返回阴影类型. |
getColorAt(x: double, y: double) → double[] | |
getColorSpace() → ColorSpaceBase | 返回颜色空间. |
getBackground() → double[] | 返回可选的背景颜色,或 {@code null}. |
getBBox() → Rectangle | 返回可选的边界框,或 {@code null}. |
isAntiAlias() → boolean | 返回是否要求反. |
getPdfDictionary() → PdfDictionary | 返回底层词典. |
parse(obj: PdfBase, parser: PDFParser) → Shading | 厂家:分析PDF对象的阴影. |