📄 deprecated-list.html
字号:
<TD><A HREF="javax/media/j3d/GeometryArray.html#setColorRef4f(javax.vecmath.Color4f[])">javax.media.j3d.GeometryArray.setColorRef4f(Color4f[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for Color4f arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setCoordRef3d(javax.vecmath.Point3d[])">javax.media.j3d.GeometryArray.setCoordRef3d(Point3d[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for Point3d arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setCoordRef3f(javax.vecmath.Point3f[])">javax.media.j3d.GeometryArray.setCoordRef3f(Point3f[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for Point3f arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/View.html#setMonoscopicViewPolicy(int)">javax.media.j3d.View.setMonoscopicViewPolicy(int)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>Canvas3D.setMonoscopicViewPolicy</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/Transform3D.html#setNonUniformScale(double, double, double)">javax.media.j3d.Transform3D.setNonUniformScale(double, double, double)</A><BR> <I>Use setScale(Vector3d) instead of setNonUniformScale; note that the setScale only modifies the scale component</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setNormalRef3f(javax.vecmath.Vector3f[])">javax.media.j3d.GeometryArray.setNormalRef3f(Vector3f[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for Vector3f arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/Raster.html#setOffset(int, int)">javax.media.j3d.Raster.setOffset(int, int)</A><BR> <I>As of Java 3D version 1.3, replaced by <code>setSrcOffset(int,int)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/Raster.html#setOffset(java.awt.Point)">javax.media.j3d.Raster.setOffset(Point)</A><BR> <I>As of Java 3D version 1.3, replaced by <code>setSrcOffset(java.awt.Point)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/AuralAttributes.html#setReverbDelay(javax.media.j3d.Bounds)">javax.media.j3d.AuralAttributes.setReverbDelay(Bounds)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setReverbBounds(Bounds)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTexCoordRef2f(int, javax.vecmath.TexCoord2f[])">javax.media.j3d.GeometryArray.setTexCoordRef2f(int, TexCoord2f[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for TexCoord2f arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTexCoordRef3f(int, javax.vecmath.TexCoord3f[])">javax.media.j3d.GeometryArray.setTexCoordRef3f(int, TexCoord3f[])</A><BR> <I>As of Java 3D version 1.3, use geometry by-copy for TexCoord3f arrays</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinate(int, float[])">javax.media.j3d.GeometryArray.setTextureCoordinate(int, float[])</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinate(int texCoordSet, ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinate(int, javax.vecmath.Point2f)">javax.media.j3d.GeometryArray.setTextureCoordinate(int, Point2f)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinate(int texCoordSet, TexCoord2f texCoord)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinate(int, javax.vecmath.Point3f)">javax.media.j3d.GeometryArray.setTextureCoordinate(int, Point3f)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinate(int texCoordSet, TexCoord3f texCoord)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/IndexedGeometryArray.html#setTextureCoordinateIndex(int, int)">javax.media.j3d.IndexedGeometryArray.setTextureCoordinateIndex(int, int)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinateIndex(int texCoordSet, ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/IndexedGeometryArray.html#setTextureCoordinateIndices(int, int[])">javax.media.j3d.IndexedGeometryArray.setTextureCoordinateIndices(int, int[])</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinateIndices(int texCoordSet, ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, float[])">javax.media.j3d.GeometryArray.setTextureCoordinates(int, float[])</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, float[], int, int)">javax.media.j3d.GeometryArray.setTextureCoordinates(int, float[], int, int)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, javax.vecmath.Point2f[])">javax.media.j3d.GeometryArray.setTextureCoordinates(int, Point2f[])</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, TexCoord2f texCoords[])</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, javax.vecmath.Point2f[], int, int)">javax.media.j3d.GeometryArray.setTextureCoordinates(int, Point2f[], int, int)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, TexCoord2f texCoords[], ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, javax.vecmath.Point3f[])">javax.media.j3d.GeometryArray.setTextureCoordinates(int, Point3f[])</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, TexCoord3f texCoords[])</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/GeometryArray.html#setTextureCoordinates(int, javax.vecmath.Point3f[], int, int)">javax.media.j3d.GeometryArray.setTextureCoordinates(int, Point3f[], int, int)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setTextureCoordinates(int texCoordSet, TexCoord3f texCoords[], ...)</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/MediaContainer.html#setURL(java.lang.String)">javax.media.j3d.MediaContainer.setURL(String)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setURLString</code></I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/MediaContainer.html#setURL(java.net.URL)">javax.media.j3d.MediaContainer.setURL(URL)</A><BR> <I>As of Java 3D version 1.2, replaced by <code>setURLObject</code></I> </TD></TR></TABLE> <P><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Constructors</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="javax/media/j3d/PathInterpolator.html#PathInterpolator(javax.media.j3d.Alpha, float[])">javax.media.j3d.PathInterpolator(Alpha, float[])</A><BR> <I>As of Java 3D version 1.3, replaced by <code>PathInterpolator(Alpha, TransformGroup, float[]) </code></I> </TD></TR></TABLE> <P><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=3 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.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></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="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A> <SCRIPT> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -