📄 image.html
字号:
<code>elementNum</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A></CODE></FONT></TD>
<TD><CODE><B>Alert.</B><B><A HREF="../../../../javax/microedition/lcdui/Alert.html#getImage()">getImage</A></B>()</CODE>
<BR>
Gets the <code>Image</code> used in the <code>Alert</code>.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../javax/microedition/lcdui/package-summary.html">javax.microedition.lcdui</A> with parameters of type <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A></CODE></FONT></TD>
<TD><CODE><B>Image.</B><B><A HREF="../../../../javax/microedition/lcdui/Image.html#createImage(javax.microedition.lcdui.Image)">createImage</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> source)</CODE>
<BR>
Creates an immutable image from a source image.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A></CODE></FONT></TD>
<TD><CODE><B>Image.</B><B><A HREF="../../../../javax/microedition/lcdui/Image.html#createImage(javax.microedition.lcdui.Image, int, int, int, int, int)">createImage</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> image, int x, int y, int width, int height, int transform)</CODE>
<BR>
Creates an immutable image using pixel data from the specified region of a source image, transformed as specified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>ChoiceGroup.</B><B><A HREF="../../../../javax/microedition/lcdui/ChoiceGroup.html#append(java.lang.String, javax.microedition.lcdui.Image)">append</A></B>(<A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Appends an element to the <code>ChoiceGroup</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChoiceGroup.</B><B><A HREF="../../../../javax/microedition/lcdui/ChoiceGroup.html#insert(int, java.lang.String, javax.microedition.lcdui.Image)">insert</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Inserts an element into the <code>ChoiceGroup</code> just prior to the element specified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ChoiceGroup.</B><B><A HREF="../../../../javax/microedition/lcdui/ChoiceGroup.html#set(int, java.lang.String, javax.microedition.lcdui.Image)">set</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Sets the <code>String</code> and <code>Image</code> parts of the element referenced by <code>elementNum</code>, replacing the previous contents of the element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>List.</B><B><A HREF="../../../../javax/microedition/lcdui/List.html#append(java.lang.String, javax.microedition.lcdui.Image)">append</A></B>(<A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Appends an element to the <code>List</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>List.</B><B><A HREF="../../../../javax/microedition/lcdui/List.html#insert(int, java.lang.String, javax.microedition.lcdui.Image)">insert</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Inserts an element into the <code>List</code> just prior to the element specified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>List.</B><B><A HREF="../../../../javax/microedition/lcdui/List.html#set(int, java.lang.String, javax.microedition.lcdui.Image)">set</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Sets the <code>String</code> and <code>Image</code> parts of the element referenced by <code>elementNum</code>, replacing the previous contents of the element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>Form.</B><B><A HREF="../../../../javax/microedition/lcdui/Form.html#append(javax.microedition.lcdui.Image)">append</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> img)</CODE>
<BR>
Adds an item consisting of one <code>Image</code> to the <code>Form</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ImageItem.</B><B><A HREF="../../../../javax/microedition/lcdui/ImageItem.html#setImage(javax.microedition.lcdui.Image)">setImage</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> img)</CODE>
<BR>
Sets the <code>Image</code> object contained within the <code>ImageItem</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Graphics.</B><B><A HREF="../../../../javax/microedition/lcdui/Graphics.html#drawImage(javax.microedition.lcdui.Image, int, int, int)">drawImage</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> img, int x, int y, int anchor)</CODE>
<BR>
Draws the specified image by using the anchor point.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Graphics.</B><B><A HREF="../../../../javax/microedition/lcdui/Graphics.html#drawRegion(javax.microedition.lcdui.Image, int, int, int, int, int, int, int, int)">drawRegion</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> src, int x_src, int y_src, int width, int height, int transform, int x_dest, int y_dest, int anchor)</CODE>
<BR>
Copies a region of the specified source image to a location within the destination, possibly transforming (rotating and reflecting) the image data using the chosen transform function.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>Choice.</B><B><A HREF="../../../../javax/microedition/lcdui/Choice.html#append(java.lang.String, javax.microedition.lcdui.Image)">append</A></B>(<A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Appends an element to the <code>Choice</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Choice.</B><B><A HREF="../../../../javax/microedition/lcdui/Choice.html#insert(int, java.lang.String, javax.microedition.lcdui.Image)">insert</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Inserts an element into the <code>Choice</code> just prior to the element specified.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Choice.</B><B><A HREF="../../../../javax/microedition/lcdui/Choice.html#set(int, java.lang.String, javax.microedition.lcdui.Image)">set</A></B>(int elementNum, <A HREF="../../../../java/lang/String.html">String</A> stringPart, <A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> imagePart)</CODE>
<BR>
Sets the <code>String</code> and <code>Image</code> parts of the element referenced by <code>elementNum</code>, replacing the previous contents of the element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Alert.</B><B><A HREF="../../../../javax/microedition/lcdui/Alert.html#setImage(javax.microedition.lcdui.Image)">setImage</A></B>(<A HREF="../../../../javax/microedition/lcdui/Image.html">Image</A> img)</CODE>
<BR>
Sets the <code>Image</code> used in the <code>Alert</code>.</TD>
</TR>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -