package-use.html
来自「API資料大全」· HTML 代码 · 共 473 行 · 第 1/2 页
HTML
473 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:27:53 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Uses of Package java.awt.geom</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="package-use.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><CENTER><H2><B>Uses of Package<br>java.awt.geom</B></H2></CENTER><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Packages that use <A HREF="../../../java/awt/geom/package-summary.html">java.awt.geom</A></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt"><B>java.awt</B></A></TD><TD>Contains all of the classes for creating userinterfaces and for painting graphics and images. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt.font"><B>java.awt.font</B></A></TD><TD>Provides classes and interface relating to fonts. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt.geom"><B>java.awt.geom</B></A></TD><TD>Provides the Java 2D classes for defining and performing operationson objects related to two-dimensional geometry. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt.image"><B>java.awt.image</B></A></TD><TD>Provides classes for creating and modifying images. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#java.awt.image.renderable"><B>java.awt.image.renderable</B></A></TD><TD>Provides classes and interfaces for producingrendering-independent images. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.swing.plaf"><B>javax.swing.plaf</B></A></TD><TD>Provides one interface and many abstract classes thatSwing uses to provide its pluggable look-and-feel capabilities. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.swing.plaf.basic"><B>javax.swing.plaf.basic</B></A></TD><TD>Provides user interface objects built according to theBasic look-and-feel. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="#javax.swing.text"><B>javax.swing.text</B></A></TD><TD>Provides classes and interfaces that deal with editableand noneditable text components. </TD></TR></TABLE> <P><A NAME="java.awt"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../java/awt/geom/package-summary.html">java.awt.geom</A> used by <A HREF="../../../java/awt/package-summary.html">java.awt</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/AffineTransform.html#java.awt"><B>AffineTransform</B></A></B><BR> The <code>AffineTransform</code> class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Dimension2D.html#java.awt"><B>Dimension2D</B></A></B><BR> The <code>Dimension2D</code> class is to encapsulate a width and a height dimension.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/PathIterator.html#java.awt"><B>PathIterator</B></A></B><BR> The <code>PathIterator</code> interface provides the mechanism for objects that implement the <A HREF="../../../java/awt/Shape.html"><CODE>Shape</CODE></A> interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Point2D.html#java.awt"><B>Point2D</B></A></B><BR> The <code>Point2D</code> class defines a point representing a location in (x, y) coordinate space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Rectangle2D.html#java.awt"><B>Rectangle2D</B></A></B><BR> The <code>Rectangle2D</code> class describes a rectangle defined by a location (x, y) and dimension (w x h).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/RectangularShape.html#java.awt"><B>RectangularShape</B></A></B><BR> <code>RectangularShape</code> is the base class for a number of <A HREF="../../../java/awt/Shape.html"><CODE>Shape</CODE></A> objects whose geometry is defined by a rectangular frame.</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.awt.font"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../java/awt/geom/package-summary.html">java.awt.geom</A> used by <A HREF="../../../java/awt/font/package-summary.html">java.awt.font</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/AffineTransform.html#java.awt.font"><B>AffineTransform</B></A></B><BR> The <code>AffineTransform</code> class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Point2D.html#java.awt.font"><B>Point2D</B></A></B><BR> The <code>Point2D</code> class defines a point representing a location in (x, y) coordinate space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Rectangle2D.html#java.awt.font"><B>Rectangle2D</B></A></B><BR> The <code>Rectangle2D</code> class describes a rectangle defined by a location (x, y) and dimension (w x h).</TD></TR></FONT></TD></TR></TABLE> <P><A NAME="java.awt.geom"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2">Classes in <A HREF="../../../java/awt/geom/package-summary.html">java.awt.geom</A> used by <A HREF="../../../java/awt/geom/package-summary.html">java.awt.geom</A><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/AffineTransform.html#java.awt.geom"><B>AffineTransform</B></A></B><BR> The <code>AffineTransform</code> class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Arc2D.html#java.awt.geom"><B>Arc2D</B></A></B><BR> <CODE>Arc2D</CODE> is the abstract superclass for all objects that store a 2D arc defined by a bounding rectangle, start angle, angular extent (length of the arc), and a closure type (<CODE>OPEN</CODE>, <CODE>CHORD</CODE>, or <CODE>PIE</CODE>).</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Area.html#java.awt.geom"><B>Area</B></A></B><BR> The <code>Area</code> class is a device-independent specification of an arbitrarily-shaped area.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/CubicCurve2D.html#java.awt.geom"><B>CubicCurve2D</B></A></B><BR> The <code>CubicCurve2D</code> class defines a cubic parametric curve segment in (x, y) coordinate space.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Dimension2D.html#java.awt.geom"><B>Dimension2D</B></A></B><BR> The <code>Dimension2D</code> class is to encapsulate a width and a height dimension.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><B><A HREF="../../../java/awt/geom/class-use/Ellipse2D.html#java.awt.geom"><B>Ellipse2D</B></A></B><BR> The <code>Ellipse2D</code> class describes an ellipse that is defined
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?