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

📄 index-3.html

📁 Java开发图文混排的编辑器文档
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<DD>Clear all color resources when application terminated.
<DT><A HREF="../jexi/ui/FontFactory.html#clearAllFonts()"><B>clearAllFonts()</B></A> - 
Method in class jexi.ui.<A HREF="../jexi/ui/FontFactory.html" title="class in jexi.ui">FontFactory</A>
<DD>This method is called by Document when a document is closed.  
<DT><A HREF="../jexi/ui/swt/SWTFontFactory.html#clearAllFonts()"><B>clearAllFonts()</B></A> - 
Method in class jexi.ui.swt.<A HREF="../jexi/ui/swt/SWTFontFactory.html" title="class in jexi.ui.swt">SWTFontFactory</A>
<DD>dispose all fonts it used now.
<DT><A HREF="../jexi/core/Document.html#clearAllPages()"><B>clearAllPages()</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/Document.html" title="class in jexi.core">Document</A>
<DD>Clear all pages.
<DT><A HREF="../jexi/core/Paragraph.html#clearAllRows()"><B>clearAllRows()</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/Paragraph.html" title="class in jexi.core">Paragraph</A>
<DD>This method is called by ParagraphCompositor to reset all rows.  
<DT><A HREF="../jexi/util/Calc.html#cm2pixel(float)"><B>cm2pixel(float)</B></A> - 
Static method in class jexi.util.<A HREF="../jexi/util/Calc.html" title="class in jexi.util">Calc</A>
<DD>Convert cm to pixel.
<DT><A HREF="../jexi/core/Paragraph.html#combine(jexi.core.Paragraph)"><B>combine(Paragraph)</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/Paragraph.html" title="class in jexi.core">Paragraph</A>
<DD>Combine the two paragraphs into one, the second paragraph (which passed  as a parameter) should be removed from the document after combination.
<DT><A HREF="../jexi/core/Compositor.html#compose()"><B>compose()</B></A> - 
Method in interface jexi.core.<A HREF="../jexi/core/Compositor.html" title="interface in jexi.core">Compositor</A>
<DD>To format a composition. 
<DT><A HREF="../jexi/core/Document.html#compose()"><B>compose()</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/Document.html" title="class in jexi.core">Document</A>
<DD>Compose the document.
<DT><A HREF="../jexi/core/DocumentCompositor.html#compose()"><B>compose()</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/DocumentCompositor.html" title="class in jexi.core">DocumentCompositor</A>
<DD>&nbsp;
<DT><A HREF="../jexi/core/ParagraphCompositor.html#compose()"><B>compose()</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/ParagraphCompositor.html" title="class in jexi.core">ParagraphCompositor</A>
<DD>To format the paragraph from start to end completely.  
<DT><A HREF="../jexi/core/Row.html#contains(int)"><B>contains(int)</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/Row.html" title="class in jexi.core">Row</A>
<DD>If this row contains the specified glyph.
<DT><A HREF="../jexi/core/format/StringFormat.html#contains(int)"><B>contains(int)</B></A> - 
Method in class jexi.core.format.<A HREF="../jexi/core/format/StringFormat.html" title="class in jexi.core.format">StringFormat</A>
<DD>Check if the range contains the specified index.
<DT><A HREF="../jexi/core/CharFactory.html#createChar(char)"><B>createChar(char)</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/CharFactory.html" title="class in jexi.core">CharFactory</A>
<DD>Create a new Char object by the given char.  
<DT><A HREF="../jexi/ui/ColorFactory.html#createColor(int, int, int)"><B>createColor(int, int, int)</B></A> - 
Method in class jexi.ui.<A HREF="../jexi/ui/ColorFactory.html" title="class in jexi.ui">ColorFactory</A>
<DD>Create new color.
<DT><A HREF="../jexi/ui/ColorFactory.html#createColor(int)"><B>createColor(int)</B></A> - 
Method in class jexi.ui.<A HREF="../jexi/ui/ColorFactory.html" title="class in jexi.ui">ColorFactory</A>
<DD>Create color specified by the predefined constant.
<DT><A HREF="../jexi/ui/swt/SWTColorFactory.html#createColor(int, int, int)"><B>createColor(int, int, int)</B></A> - 
Method in class jexi.ui.swt.<A HREF="../jexi/ui/swt/SWTColorFactory.html" title="class in jexi.ui.swt">SWTColorFactory</A>
<DD>Create color.
<DT><A HREF="../jexi/ui/FontFactory.html#createDefaultEnglishFont()"><B>createDefaultEnglishFont()</B></A> - 
Method in class jexi.ui.<A HREF="../jexi/ui/FontFactory.html" title="class in jexi.ui">FontFactory</A>
<DD>Create the default English font.
<DT><A HREF="../jexi/core/Document.html#createDocument(jexi.ui.View, java.lang.String)"><B>createDocument(View, String)</B></A> - 
Static method in class jexi.core.<A HREF="../jexi/core/Document.html" title="class in jexi.core">Document</A>
<DD>Create a document from an existing file.
<DT><A HREF="../jexi/core/Document.html#createEmptyDocument(jexi.ui.View)"><B>createEmptyDocument(View)</B></A> - 
Static method in class jexi.core.<A HREF="../jexi/core/Document.html" title="class in jexi.core">Document</A>
<DD>Create an empty document.
<DT><A HREF="../jexi/ui/FontFactory.html#createFont(java.lang.String, int, boolean, boolean, boolean)"><B>createFont(String, int, boolean, boolean, boolean)</B></A> - 
Method in class jexi.ui.<A HREF="../jexi/ui/FontFactory.html" title="class in jexi.ui">FontFactory</A>
<DD>Create a font (maybe used an existed one). 
<DT><A HREF="../jexi/ui/swt/SWTFontFactory.html#createFont(java.lang.String, int, boolean, boolean, boolean)"><B>createFont(String, int, boolean, boolean, boolean)</B></A> - 
Method in class jexi.ui.swt.<A HREF="../jexi/ui/swt/SWTFontFactory.html" title="class in jexi.ui.swt">SWTFontFactory</A>
<DD>Create new font.
<DT><A HREF="../jexi/core/PictureFactory.html#createPicture(java.lang.String)"><B>createPicture(String)</B></A> - 
Method in class jexi.core.<A HREF="../jexi/core/PictureFactory.html" title="class in jexi.core">PictureFactory</A>
<DD>Create a Picture from file.
<DT><A HREF="../jexi/ui/swt/SWTPictureFactory.html#createPicture(java.lang.String)"><B>createPicture(String)</B></A> - 
Method in class jexi.ui.swt.<A HREF="../jexi/ui/swt/SWTPictureFactory.html" title="class in jexi.ui.swt">SWTPictureFactory</A>
<DD>&nbsp;
</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=3 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" 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">J</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>

</BODY>
</HTML>

⌨️ 快捷键说明

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