⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-3.html.svn-base

📁 j2me设计的界面包
💻 SVN-BASE
📖 第 1 页 / 共 3 页
字号:
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/StaticAnimation.html" title="class in com.sun.lwuit">StaticAnimation</A>
<DD>Creates an animation from the given stream, this method is used internally by Resources normally you should not create static animations manually.
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#createBaselineGroup(boolean, boolean)"><B>createBaselineGroup(boolean, boolean)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Creates and returns a <code>ParallelGroup</code> that aligns it's elements along the baseline.
<DT><A HREF="../com/sun/lwuit/Font.html#createBitmapFont(java.lang.String, com.sun.lwuit.Image, int[], int[], java.lang.String)"><B>createBitmapFont(String, Image, int[], int[], String)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Font.html" title="class in com.sun.lwuit">Font</A>
<DD>Creates a bitmap font with the given arguments and places said font in the cache
<DT><A HREF="../com/sun/lwuit/Font.html#createBitmapFont(com.sun.lwuit.Image, int[], int[], java.lang.String)"><B>createBitmapFont(Image, int[], int[], String)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Font.html" title="class in com.sun.lwuit">Font</A>
<DD>Creates a bitmap font with the given arguments
<DT><A HREF="../com/sun/lwuit/Form.html#createCommandList(java.util.Vector)"><B>createCommandList(Vector)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Form.html" title="class in com.sun.lwuit">Form</A>
<DD>Creates the list component containing the commands within the given vector used for showing the menu dialog
<DT><A HREF="../com/sun/lwuit/animations/Transition3D.html#createCube(int, boolean)"><B>createCube(int, boolean)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition3D.html" title="class in com.sun.lwuit.animations">Transition3D</A>
<DD>Creates a cube rotation transition from the current form to the next form
<DT><A HREF="../com/sun/lwuit/animations/CommonTransitions.html#createEmpty()"><B>createEmpty()</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/CommonTransitions.html" title="class in com.sun.lwuit.animations">CommonTransitions</A>
<DD>Creates an empty transition that does nothing.
<DT><A HREF="../com/sun/lwuit/animations/CommonTransitions.html#createFade(int)"><B>createFade(int)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/CommonTransitions.html" title="class in com.sun.lwuit.animations">CommonTransitions</A>
<DD>Creates a transition for fading a form in while fading out the original form
<DT><A HREF="../com/sun/lwuit/animations/Transition3D.html#createFlyIn(int)"><B>createFlyIn(int)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition3D.html" title="class in com.sun.lwuit.animations">Transition3D</A>
<DD>Creates a fly in transition object.
<DT><A HREF="../com/sun/lwuit/animations/Motion.html#createFrictionMotion(int, float, float)"><B>createFrictionMotion(int, float, float)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Motion.html" title="class in com.sun.lwuit.animations">Motion</A>
<DD>Creates a friction motion starting from source with initial speed and the friction
<DT><A HREF="../com/sun/lwuit/Image.html#createImage(java.lang.String)"><B>createImage(String)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>creates an image from the given path
<DT><A HREF="../com/sun/lwuit/Image.html#createImage(java.io.InputStream)"><B>createImage(InputStream)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>creates an image from an InputStream
<DT><A HREF="../com/sun/lwuit/Image.html#createImage(int[], int, int)"><B>createImage(int[], int, int)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>creates an image from an RGB image
<DT><A HREF="../com/sun/lwuit/Image.html#createImage(int, int)"><B>createImage(int, int)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>creates and buffered Image
<DT><A HREF="../com/sun/lwuit/Image.html#createImage(byte[], int, int)"><B>createImage(byte[], int, int)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Image.html" title="class in com.sun.lwuit">Image</A>
<DD>creates an image from a given byte array data
<DT><A HREF="../com/sun/lwuit/M3G.html#createImage2D(int, com.sun.lwuit.Image)"><B>createImage2D(int, Image)</B></A> - 
Method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/M3G.html" title="class in com.sun.lwuit">M3G</A>
<DD>Converts an image to a new image 2D object, notice that further changes to the would have no effect on the Image2D object.
<DT><A HREF="../com/sun/lwuit/animations/Motion.html#createLinearMotion(int, int, int)"><B>createLinearMotion(int, int, int)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Motion.html" title="class in com.sun.lwuit.animations">Motion</A>
<DD>Creates a linear motion starting from source value all the way to destination value
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#createParallelGroup()"><B>createParallelGroup()</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Creates and returns a <code>ParallelGroup</code> with a <code>LEADING</code> alignment.
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#createParallelGroup(int)"><B>createParallelGroup(int)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Creates and returns an <code>ParallelGroup</code>.
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#createParallelGroup(int, boolean)"><B>createParallelGroup(int, boolean)</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Creates and returns an <code>ParallelGroup</code>.
<DT><A HREF="../com/sun/lwuit/animations/Transition3D.html#createRotation(int, boolean)"><B>createRotation(int, boolean)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Transition3D.html" title="class in com.sun.lwuit.animations">Transition3D</A>
<DD>Creates a rotation transition from the current form to the next form
<DT><A HREF="../com/sun/lwuit/layouts/GroupLayout.html#createSequentialGroup()"><B>createSequentialGroup()</B></A> - 
Method in class com.sun.lwuit.layouts.<A HREF="../com/sun/lwuit/layouts/GroupLayout.html" title="class in com.sun.lwuit.layouts">GroupLayout</A>
<DD>Creates and returns a <code>SequentialGroup</code>.
<DT><A HREF="../com/sun/lwuit/animations/CommonTransitions.html#createSlide(int, boolean, int)"><B>createSlide(int, boolean, int)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/CommonTransitions.html" title="class in com.sun.lwuit.animations">CommonTransitions</A>
<DD>Creates a slide transition with the given duration and direction
<DT><A HREF="../com/sun/lwuit/animations/Motion.html#createSplineMotion(int, int, int)"><B>createSplineMotion(int, int, int)</B></A> - 
Static method in class com.sun.lwuit.animations.<A HREF="../com/sun/lwuit/animations/Motion.html" title="class in com.sun.lwuit.animations">Motion</A>
<DD>Creates a spline motion starting from source value all the way to destination value
<DT><A HREF="../com/sun/lwuit/Font.html#createSystemFont(int, int, int)"><B>createSystemFont(int, int, int)</B></A> - 
Static method in class com.sun.lwuit.<A HREF="../com/sun/lwuit/Font.html" title="class in com.sun.lwuit">Font</A>
<DD>Creates a system native font in a similar way to common MIDP fonts
<DT><A HREF="../com/sun/lwuit/util/Log.html#createWriter()"><B>createWriter()</B></A> - 
Method in class com.sun.lwuit.util.<A HREF="../com/sun/lwuit/util/Log.html" title="class in com.sun.lwuit.util">Log</A>
<DD>Default method for creating the output writer into which we write, this method creates a simple log file using the file connector
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-2.html"><B>PREV LETTER</B></A>&nbsp;
&nbsp;<A HREF="index-4.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-3.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-3.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM 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">H</A> <A HREF="index-9.html">I</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">U</A> <A HREF="index-20.html">V</A> <A HREF="index-21.html">W</A> <A HREF="index-22.html">X</A> <A HREF="index-23.html">Y</A> <HR>
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -