软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.image |
提供创建和修改图像的类。
|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Paint
这
Paint 接口定义了颜色模式可以为
Graphics2D 操作生成。
|
Modifier and Type | Class and Description |
---|---|
class |
Color
的
Color 类用于封装的颜色在默认的sRGB色彩空间或颜色任意颜色空间的
ColorSpace 鉴定。
|
class |
GradientPaint
的
GradientPaint 类提供了一种方法来填补
Shape 与线性渐变颜色模式。
|
class |
LinearGradientPaint
的
LinearGradientPaint 类提供了一种方法来填补
Shape 与线性渐变颜色模式。
|
class |
MultipleGradientPaint
这是涂料用多颜色渐变填充他们的栅格的父类。
|
class |
RadialGradientPaint
的
RadialGradientPaint 类提供了一种方式来填补一个形状有圆形径向颜色梯度模式。
|
class |
SystemColor
一种封装在系统中表示原生图形对象颜色的符号颜色的类。
|
class |
TexturePaint
|
Modifier and Type | Class and Description |
---|---|
class |
BufferedImage
的
BufferedImage 类描述了一个
Image 与访问图像数据缓冲区。
|
class |
ColorModel
的
ColorModel 抽象类封装方法用于将像素值的颜色分量(例如,红色,绿色,和蓝色)和一个alpha组件。
|
class |
ComponentColorModel
一个
ColorModel 类作品,代表颜色和alpha信息作为单独的样品和存储在一个单独的数据元素,每个样本像素值。
|
class |
DirectColorModel
的
DirectColorModel 类是一个
ColorModel 类作品代表RGB颜色和alpha信息作为单独的样品,包所有样品的单像素成一个int,短的像素值,或字节数量。
|
class |
IndexColorModel
的
IndexColorModel 类是一个
ColorModel 类作品与像素值组成的一个样本,是一个指数为默认的sRGB色彩空间的一个固定的调色板。
|
class |
PackedColorModel
的
PackedColorModel 类是一个抽象
ColorModel 类作品代表颜色和alpha信息作为单独的样本像素值和包装的所有样品的单像素成一个int,短,或字节数量。
|
class |
VolatileImage
volatileimage是一个图像可以在由于情况超出控制的应用程序的任何时间失去它的内容(例如,情况由操作系统或其他应用程序造成的)。
|
Modifier and Type | Class and Description |
---|---|
class |
ColorUIResource |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.