PatternColorSpace

PatternColorSpace

Overview

PatternColorSpace 是一个类在Java的FOSS中. 继承人: ColorSpaceBase.

图案颜色空间 (ISO 32000-1:2008,第8.6.6.2).

这个类提供了两个方法,用于在Java程序中使用PatternColorSpace 对象. 有的方法包括: getName, getNumberOfComponents. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: INSTANCE, name, numberOfComponents.

Properties

NameTypeAccessDescription
nameStringRead得到了这个名字.
numberOfComponentsintRead得到了组件数.
INSTANCEPatternColorSpaceRead单人实例.

Methods

SignatureDescription
getName()String返回名称.
getNumberOfComponents()int返回组件数量.

See Also

 中文