软件包 | 描述 |
---|---|
java.awt |
包含用于创建用户界面和绘制图形和图像的所有类。
|
java.awt.font |
提供与字体相关的类和界面。
|
java.awt.geom |
提供用于定义和执行与二维几何相关的对象的操作的Java 2D类。
|
java.awt.image |
提供创建和修改图像的类。
|
java.awt.image.renderable |
提供用于生成与渲染无关的图像的类和接口。
|
javax.swing.plaf |
提供一个接口和许多抽象类,Swing用来提供其可插拔的外观和感觉功能。
|
javax.swing.plaf.basic |
提供根据“基本”外观构建的用户界面对象。
|
javax.swing.text |
提供处理可编辑和不可编辑文本组件的类和接口。
|
Class and Description |
---|
AffineTransform
AffineTransform 类表示2D仿射变换,其执行从2D坐标到其他2D坐标的线性映射,保留线的“直线度”和“平行度”。
|
Dimension2D
Dimension2D 类是封装宽度和高度尺寸。
|
PathIterator
该 PathIterator 接口提供了实现目标的机制Shape 接口允许呼叫者在同一时间检索边界的路径段返回其边界的几何形状。
|
Point2D
Point2D 类定义了一个表示
(x,y) 坐标空间中的位置的点。
|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
RectangularShape
RectangularShape 是多个Shape 对象的基类,其几何由矩形框架定义。
|
Class and Description |
---|
AffineTransform
AffineTransform 类表示2D仿射变换,其执行从2D坐标到其他2D坐标的线性映射,其保留线的“直线度”和“平行度”。
|
Point2D
Point2D 类定义了一个表示
(x,y) 坐标空间中的位置的点。
|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
Class and Description |
---|
AffineTransform
AffineTransform 类表示2D仿射变换,其执行从2D坐标到其他2D坐标的线性映射,其保留线的“直线度”和“平行度”。
|
Arc2D
Arc2D 是用于存储由边界矩形限定的2D弧的所有对象的抽象超,起始角度,角跨越(弧的长度),和闭合类型(
OPEN ,
CHORD ,或
PIE )。
|
Area
Area 对象存储和操纵二维空间的封闭区域的与分辨率无关的描述。
|
CubicCurve2D
CubicCurve2D 类在
(x,y) 坐标空间中定义了一个三次参数曲线段。
|
Dimension2D
Dimension2D 类是封装宽度和高度维度。
|
Ellipse2D
Ellipse2D 类描述了由框架矩形定义的椭圆。
|
Line2D
此
Line2D 表示
(x,y) 坐标空间中的
(x,y) 。
|
NoninvertibleTransformException
所述 NoninvertibleTransformException 类表示如果进行的操作,要求一个的逆时引发一个例外AffineTransform 对象但AffineTransform 处于非可逆状态。
|
Path2D
Path2D 类提供了一个简单而又灵活的形状,表示任意的几何路径。
|
Path2D.Float
Float 类定义了一个几何路径,坐标存储在单精度浮点中。
|
PathIterator
该 PathIterator 接口提供了实现目标的机制Shape 接口允许呼叫者在同一时间检索边界的路径段返回其边界的几何形状。
|
Point2D
Point2D 类定义了一个表示
(x,y) 坐标空间中的位置的点。
|
QuadCurve2D
QuadCurve2D 类在
(x,y) 坐标空间中定义了二次参数曲线段。
|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
RectangularShape
RectangularShape 是一些Shape 对象的基类,其几何由矩形框架定义。
|
RoundRectangle2D
所述
RoundRectangle2D 类定义与由位置界定圆角的矩形
(x,y) ,尺寸
(w x h) ,并与圆的角部的圆弧的宽度和高度。
|
Class and Description |
---|
AffineTransform
AffineTransform 类表示2D仿射变换,其执行从2D坐标到其他2D坐标的线性映射,其保留线的“直线度”和“平行度”。
|
Point2D
Point2D 类定义了一个表示
(x,y) 坐标空间中的位置的点。
|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
Class and Description |
---|
AffineTransform
AffineTransform 类表示2D仿射变换,其执行从2D坐标到其他2D坐标的线性映射,其保留线的“直线度”和“平行度”。
|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和尺寸
(w x h) 定义的
(w x h) 。
|
Class and Description |
---|
Dimension2D
Dimension2D 类是封装宽度和高度尺寸。
|
Class and Description |
---|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
RectangularShape
RectangularShape 是一些Shape 对象的基类,其几何形状由矩形框架定义。
|
Class and Description |
---|
Rectangle2D
Rectangle2D 类描述了由位置
(x,y) 和维度
(w x h) 定义的
(w x h) 。
|
RectangularShape
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame.
|
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.