PatternColorSpace
Overview
PatternColorSpace is a class in Aspose.PDF FOSS for Java.
Inherits from: ColorSpaceBase.
Pattern color space (ISO 32000-1:2008, §8.6.6.2).
This class provides 2 methods for working with PatternColorSpace objects in Java programs.
Available methods include: getName, getNumberOfComponents.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Properties: INSTANCE, name, numberOfComponents.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Gets the name. |
numberOfComponents | int | Read | Gets the number of components. |
INSTANCE | PatternColorSpace | Read | Singleton instance. |
Methods
| Signature | Description |
|---|---|
getName() → String | Returns the name. |
getNumberOfComponents() → int | Returns the number of components. |