cubiccurve2d.float.html
来自「API資料大全」· HTML 代码 · 共 814 行 · 第 1/3 页
HTML
814 行
<code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getP1()"><!-- --></A><H3>getP1</H3><PRE>public <A HREF="../../../java/awt/geom/Point2D.html">Point2D</A> <B>getP1</B>()</PRE><DL><DD>Returns the start point.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getP1()">getP1</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <A HREF="../../../java/awt/geom/Point2D.html"><CODE>Point2D</CODE></A> that is the start point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlX1()"><!-- --></A><H3>getCtrlX1</H3><PRE>public double <B>getCtrlX1</B>()</PRE><DL><DD>Returns the X coordinate of the first control point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlX1()">getCtrlX1</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the X coordinate of the first control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlY1()"><!-- --></A><H3>getCtrlY1</H3><PRE>public double <B>getCtrlY1</B>()</PRE><DL><DD>Returns the Y coordinate of the first control point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlY1()">getCtrlY1</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the Y coordinate of the first control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlP1()"><!-- --></A><H3>getCtrlP1</H3><PRE>public <A HREF="../../../java/awt/geom/Point2D.html">Point2D</A> <B>getCtrlP1</B>()</PRE><DL><DD>Returns the first control point.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlP1()">getCtrlP1</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>Point2D</code> that is the first control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlX2()"><!-- --></A><H3>getCtrlX2</H3><PRE>public double <B>getCtrlX2</B>()</PRE><DL><DD>Returns the X coordinate of the second control point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlX2()">getCtrlX2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the X coordinate of the second control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlY2()"><!-- --></A><H3>getCtrlY2</H3><PRE>public double <B>getCtrlY2</B>()</PRE><DL><DD>Returns the Y coordinate of the second control point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlY2()">getCtrlY2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the Y coordinate of the second control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getCtrlP2()"><!-- --></A><H3>getCtrlP2</H3><PRE>public <A HREF="../../../java/awt/geom/Point2D.html">Point2D</A> <B>getCtrlP2</B>()</PRE><DL><DD>Returns the second control point.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getCtrlP2()">getCtrlP2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>Point2D</code> that is the second control point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getX2()"><!-- --></A><H3>getX2</H3><PRE>public double <B>getX2</B>()</PRE><DL><DD>Returns the X coordinate of the end point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getX2()">getX2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the X coordinate of the end point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getY2()"><!-- --></A><H3>getY2</H3><PRE>public double <B>getY2</B>()</PRE><DL><DD>Returns the Y coordinate of the end point in double precision.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getY2()">getY2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the Y coordinate of the end point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="getP2()"><!-- --></A><H3>getP2</H3><PRE>public <A HREF="../../../java/awt/geom/Point2D.html">Point2D</A> <B>getP2</B>()</PRE><DL><DD>Returns the end point.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#getP2()">getP2</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>a <code>Point2D</code> that is the end point of the <code>CubicCurve2D</code>.</DL></DD></DL><HR><A NAME="setCurve(double, double, double, double, double, double, double, double)"><!-- --></A><H3>setCurve</H3><PRE>public void <B>setCurve</B>(double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2)</PRE><DL><DD>Sets the location of the endpoints and controlpoints of this <code>CubicCurve2D</code> to the specified double coordinates.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html#setCurve(double, double, double, double, double, double, double, double)">setCurve</A></CODE> in class <CODE><A HREF="../../../java/awt/geom/CubicCurve2D.html">CubicCurve2D</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>x1, y1</CODE> - the first specified coordinates used to set the start point of this <code>CubicCurve2D</code><DD><CODE>ctrlx1, ctrly1</CODE> - the second specified coordinates used to set the first control point of this <code>CubicCurve2D</code><DD><CODE>ctrlx2, ctrly2</CODE> - the third specified coordinates used to set the second control point of this <code>CubicCurve2D</code><DD><CODE>x2, y2</CODE> - the fourth specified coordinates used to set the end point of this <code>CubicCurve2D</code></DL></DD></DL><HR><A NAME="setCurve(float, float, float, float, float, float, float, float)"><!-- --></A><H3>setCurve</H3><PRE>public void <B>setCurve</B>(float x1, float y1, float ctrlx1, float ctrly1, float ctrlx2, float ctrly2, float x2, float y2)</PRE><DL><DD>Sets the location of the endpoints and controlpoints of this curve to the specified float coordinates.<DD><DL><DT><B>Parameters:</B><DD><CODE>x1, y1</CODE> - the first specified coordinates used to set the start point of this <code>CubicCurve2D</code><DD><CODE>ctrlx1, ctrly1</CODE> - the second specified coordinates used to set the first control point of this <code>CubicCurve2D</code><DD><CODE>ctrlx2, ctrly2</CODE> - the third specified coordinates used to set the second control point of this <code>CubicCurve2D</code><DD><CODE>x2, y2</CODE> - the fourth specified coordinates used to set the end point of this <code>CubicCurve2D</code></DL></DD></DL><HR><A NAME="getBounds2D()"><!-- --></A><H3>getBounds2D</H3><PRE>public <A HREF="../../../java/awt/geom/Rectangle2D.html">Rectangle2D</A> <B>getBounds2D</B>()</PRE><DL><DD>Returns the bounding box of the shape.<DD><DL><DT><B>Returns:</B><DD>a <A HREF="../../../java/awt/geom/Rectangle2D.html"><CODE>Rectangle2D</CODE></A> that is the bounding box of the shape.</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/CubicCurve2D.Float.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/CubicCurve2D.Double.html"><B>PREV CLASS</B></A> <A HREF="../../../java/awt/geom/Dimension2D.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="CubicCurve2D.Float.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: <A HREF="#inner_classes_inherited_from_class_java.awt.geom.CubicCurve2D">INNER</A> | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <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 + -
显示快捷键?