roundrectangle2d.html
来自「API資料大全」· HTML 代码 · 共 517 行 · 第 1/2 页
HTML
517 行
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#toString()">toString</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.awt.Shape"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from interface java.awt.<A HREF="../../../java/awt/Shape.html">Shape</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../java/awt/Shape.html#getBounds2D()">getBounds2D</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="RoundRectangle2D()"><!-- --></A><H3>RoundRectangle2D</H3><PRE>protected <B>RoundRectangle2D</B>()</PRE><DL><DD>This is an abstract class that cannot be instantiated directly. Type-specific implementation subclasses are available for instantiation and provide a number of formats for storing the information necessary to satisfy the various accessor methods below.<DD><DL><DT><B>See Also: </B><DD><A HREF="../../../java/awt/geom/RoundRectangle2D.Float.html"><CODE>RoundRectangle2D.Float</CODE></A>, <A HREF="../../../java/awt/geom/RoundRectangle2D.Double.html"><CODE>RoundRectangle2D.Double</CODE></A></DL></DD></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="getArcWidth()"><!-- --></A><H3>getArcWidth</H3><PRE>public abstract double <B>getArcWidth</B>()</PRE><DL><DD>Gets the width of the arc that rounds off the corners.<DD><DL><DT><B>Returns:</B><DD>the width of the arc that rounds off the corners of this <code>RoundRectangle2D</code>.</DL></DD></DL><HR><A NAME="getArcHeight()"><!-- --></A><H3>getArcHeight</H3><PRE>public abstract double <B>getArcHeight</B>()</PRE><DL><DD>Gets the height of the arc that rounds off the corners.<DD><DL><DT><B>Returns:</B><DD>the height of the arc that rounds off the corners of this <code>RoundRectangle2D</code>.</DL></DD></DL><HR><A NAME="setRoundRect(double, double, double, double, double, double)"><!-- --></A><H3>setRoundRect</H3><PRE>public abstract void <B>setRoundRect</B>(double x, double y, double w, double h, double arcWidth, double arcHeight)</PRE><DL><DD>Sets the location, size, and corner radii of this <code>RoundRectangle2D</code> to the specified <code>double</code> values.<DD><DL><DT><B>Parameters:</B><DD><CODE>x, y</CODE> - the coordinates to which to set the location of this <code>RoundRectangle2D</code><DD><CODE>w</CODE> - the width to which to set this <code>RoundRectangle2D</code><DD><CODE>h</CODE> - the height to which to set this <code>RoundRectangle2D</code><DD><CODE>arcWidth</CODE> - the width to which to set the arc of this <code>RoundRectangle2D</code><DD><CODE>arcHeight</CODE> - the height to which to set the arc of this <code>RoundRectangle2D</code></DL></DD></DL><HR><A NAME="setRoundRect(java.awt.geom.RoundRectangle2D)"><!-- --></A><H3>setRoundRect</H3><PRE>public void <B>setRoundRect</B>(<A HREF="../../../java/awt/geom/RoundRectangle2D.html">RoundRectangle2D</A> rr)</PRE><DL><DD>Sets this <code>RoundRectangle2D</code> to be the same as the specified <code>RoundRectangle2D</code>.<DD><DL><DT><B>Parameters:</B><DD><CODE>rr</CODE> - the specified <code>RoundRectangle2D</code></DL></DD></DL><HR><A NAME="setFrame(double, double, double, double)"><!-- --></A><H3>setFrame</H3><PRE>public void <B>setFrame</B>(double x, double y, double w, double h)</PRE><DL><DD>Sets the location and size of the outer bounds of this <code>RoundRectangle2D</code> to the specified rectangular values.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/RectangularShape.html#setFrame(double, double, double, double)">setFrame</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/RectangularShape.html">RectangularShape</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>x, y</CODE> - the coordinates to which to set the location of this <code>RoundRectangle2D</code><DD><CODE>w</CODE> - the width to which to set this <code>RoundRectangle2D</code><DD><CODE>h</CODE> - the height to which to set this <code>RoundRectangle2D</code></DL></DD></DL><HR><A NAME="contains(double, double)"><!-- --></A><H3>contains</H3><PRE>public boolean <B>contains</B>(double x, double y)</PRE><DL><DD>Tests if the specified coordinates are inside the boundary of this <code>RoundRectangle2D</code>.<DD><DL><DT><B>Parameters:</B><DD><CODE>x, y</CODE> - the coordinates to test<DT><B>Returns:</B><DD><code>true</code> if the specified coordinates are inside the boundary of this <code>RoundRectangle2D</code>; <code>false</code> otherwise.</DL></DD></DL><HR><A NAME="intersects(double, double, double, double)"><!-- --></A><H3>intersects</H3><PRE>public boolean <B>intersects</B>(double x, double y, double w, double h)</PRE><DL><DD>Tests if the interior of this <code>RoundRectangle2D</code> intersects the interior of a specified set of rectangular coordinates.<DD><DL><DT><B>Parameters:</B><DD><CODE>x, y</CODE> - the coordinates of the upper left corner of the specified set of rectangular coordinates<DD><CODE>w</CODE> - the width of the specified set of rectangular coordinates<DD><CODE>h</CODE> - the height of the specified set of rectangular coordinates<DT><B>Returns:</B><DD><code>true</code> if the interior of this <code>RoundRectangle2D</code> intersects the interior of the specified set of rectangular coordinates.</DL></DD></DL><HR><A NAME="contains(double, double, double, double)"><!-- --></A><H3>contains</H3><PRE>public boolean <B>contains</B>(double x, double y, double w, double h)</PRE><DL><DD>Tests if the interior of this <code>RoundRectangle2D</code> entirely contains the specified set of rectangular coordinates.<DD><DL><DT><B>Parameters:</B><DD><CODE>x, y</CODE> - the coordinates of the specified set of rectangular coordinates<DD><CODE>w</CODE> - the width of the specified set of rectangular coordinates<DD><CODE>h</CODE> - the height of the specified set of rectangular coordinates<DT><B>Returns:</B><DD><code>true</code> if the interior of this <code>RoundRectangle2D</code> entirely contains the specified set of rectangular coordinates; <code>false</code> otherwise.</DL></DD></DL><HR><A NAME="getPathIterator(java.awt.geom.AffineTransform)"><!-- --></A><H3>getPathIterator</H3><PRE>public <A HREF="../../../java/awt/geom/PathIterator.html">PathIterator</A> <B>getPathIterator</B>(<A HREF="../../../java/awt/geom/AffineTransform.html">AffineTransform</A> at)</PRE><DL><DD>Returns an iteration object that defines the boundary of this <code>RoundRectangle2D</code>. The iterator for this class is multi-threaded safe, which means that this <code>RoundRectangle2D</code> class guarantees that modifications to the geometry of this <code>RoundRectangle2D</code> object do not affect any iterations of that geometry that are already in process.<DD><DL><DT><B>Parameters:</B><DD><CODE>at</CODE> - an optional <code>AffineTransform</code> to be applied to the coordinates as they are returned in the iteration, or <code>null</code> if untransformed coordinates are desired<DT><B>Returns:</B><DD>the <code>PathIterator</code> object that returns the geometry of the outline of this <code>RoundRectangle2D</code>, one segment at a time.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RoundRectangle2D.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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"> <A HREF="../../../java/awt/geom/RectangularShape.html"><B>PREV CLASS</B></A> <A HREF="../../../java/awt/geom/RoundRectangle2D.Double.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="RoundRectangle2D.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#inner_class_summary">INNER</A> | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?