📄 index-8.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 27 13:54:31 EET 2003 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
I-Index (Mobile 3D Graphics API (M3G))
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="I-Index (Mobile 3D Graphics API (M3G))";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../javax/microedition/m3g/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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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><B>Nov 19, 2003</B></EM></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-7.html"><B>PREV LETTER</B></A>
<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-8.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 =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">X</A> <A HREF="index-22.html">Y</A> <A HREF="index-23.html">Z</A> <HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="../javax/microedition/m3g/Image2D.html"><B>Image2D</B></A> - class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>.<DD>A two-dimensional image that can be used as a texture, background or spriteimage.<DT><A HREF="../javax/microedition/m3g/Image2D.html#Image2D(int, int, int)"><B>Image2D(int, int, int)</B></A> -
Constructor for class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>
<DD>Constructs an empty, mutable Image2D with the given dimensions.
<DT><A HREF="../javax/microedition/m3g/Image2D.html#Image2D(int, int, int, byte[])"><B>Image2D(int, int, int, byte[])</B></A> -
Constructor for class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>
<DD>Constructs an immutable Image2D by copying pixels from a byte array.
<DT><A HREF="../javax/microedition/m3g/Image2D.html#Image2D(int, int, int, byte[], byte[])"><B>Image2D(int, int, int, byte[], byte[])</B></A> -
Constructor for class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>
<DD>Constructs an immutable Image2D by copying palette indices from a byte array, and the palette entries from another byte array.
<DT><A HREF="../javax/microedition/m3g/Image2D.html#Image2D(int, java.lang.Object)"><B>Image2D(int, Object)</B></A> -
Constructor for class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>
<DD>Constructs an immutable Image2D by copying pixels from a MIDP or AWT Image.
<DT><A HREF="../javax/microedition/m3g/IndexBuffer.html"><B>IndexBuffer</B></A> - class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/IndexBuffer.html">IndexBuffer</A>.<DD>Defines how to connect vertices to form a geometric object.<DT><A HREF="../javax/microedition/m3g/AnimationTrack.html#INTENSITY"><B>INTENSITY</B></A> -
Static variable in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/AnimationTrack.html">AnimationTrack</A>
<DD>Specifies the intensity of a Light as an animation target.
<DT><A HREF="../javax/microedition/m3g/Transform.html#invert()"><B>invert()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Transform.html">Transform</A>
<DD>Inverts this matrix, if possible.
<DT><A HREF="../javax/microedition/m3g/CompositingMode.html#isAlphaWriteEnabled()"><B>isAlphaWriteEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/CompositingMode.html">CompositingMode</A>
<DD>Queries whether alpha writing is enabled.
<DT><A HREF="../javax/microedition/m3g/Background.html#isColorClearEnabled()"><B>isColorClearEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Background.html">Background</A>
<DD>Queries whether color buffer clearing is enabled.
<DT><A HREF="../javax/microedition/m3g/CompositingMode.html#isColorWriteEnabled()"><B>isColorWriteEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/CompositingMode.html">CompositingMode</A>
<DD>Queries whether color writing is enabled.
<DT><A HREF="../javax/microedition/m3g/Background.html#isDepthClearEnabled()"><B>isDepthClearEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Background.html">Background</A>
<DD>Queries whether depth buffer clearing is enabled.
<DT><A HREF="../javax/microedition/m3g/CompositingMode.html#isDepthTestEnabled()"><B>isDepthTestEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/CompositingMode.html">CompositingMode</A>
<DD>Queries whether depth testing is enabled.
<DT><A HREF="../javax/microedition/m3g/CompositingMode.html#isDepthWriteEnabled()"><B>isDepthWriteEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/CompositingMode.html">CompositingMode</A>
<DD>Queries whether depth writing is enabled.
<DT><A HREF="../javax/microedition/m3g/Image2D.html#isMutable()"><B>isMutable()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Image2D.html">Image2D</A>
<DD>Queries whether this Image2D is mutable.
<DT><A HREF="../javax/microedition/m3g/Node.html#isPickingEnabled()"><B>isPickingEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Node.html">Node</A>
<DD>Retrieves the picking enable flag of this Node.
<DT><A HREF="../javax/microedition/m3g/Node.html#isRenderingEnabled()"><B>isRenderingEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Node.html">Node</A>
<DD>Retrieves the rendering enable flag of this Node.
<DT><A HREF="../javax/microedition/m3g/Sprite3D.html#isScaled()"><B>isScaled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Sprite3D.html">Sprite3D</A>
<DD>Returns the automatic scaling status of this Sprite3D.
<DT><A HREF="../javax/microedition/m3g/PolygonMode.html#isTwoSidedLightingEnabled()"><B>isTwoSidedLightingEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/PolygonMode.html">PolygonMode</A>
<DD>Queries whether two-sided lighting is enabled.
<DT><A HREF="../javax/microedition/m3g/Material.html#isVertexColorTrackingEnabled()"><B>isVertexColorTrackingEnabled()</B></A> -
Method in class javax.microedition.m3g.<A HREF="../javax/microedition/m3g/Material.html">Material</A>
<DD>Queries whether vertex color tracking is enabled.
</DL>
<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"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../javax/microedition/m3g/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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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><B>Nov 19, 2003</B></EM></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-7.html"><B>PREV LETTER</B></A>
<A HREF="index-9.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-8.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 =========== -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">I</A> <A HREF="index-9.html">J</A> <A HREF="index-10.html">K</A> <A HREF="index-11.html">L</A> <A HREF="index-12.html">M</A> <A HREF="index-13.html">N</A> <A HREF="index-14.html">O</A> <A HREF="index-15.html">P</A> <A HREF="index-16.html">R</A> <A HREF="index-17.html">S</A> <A HREF="index-18.html">T</A> <A HREF="index-19.html">V</A> <A HREF="index-20.html">W</A> <A HREF="index-21.html">X</A> <A HREF="index-22.html">Y</A> <A HREF="index-23.html">Z</A> <HR>
<EM>Copyright © 2003 Nokia Corporation. See the <a href="../overview-summary.html#Copyright">Copyright Notice</a> for details.</EM>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -