📄 index-1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_10-rc) on Sun Sep 14 19:53:40 CST 2008 -->
<TITLE>
A - 索引
</TITLE>
<META NAME="date" CONTENT="2008-09-14">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="A - 索引";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_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>概述</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">软件包</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">类</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">使用</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</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">
上一个字母
<A HREF="index-2.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-1.html" target="_top"><B>框架</B></A>
<A HREF="index-1.html" target="_top"><B>无框架</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP 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>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="../app/Application.html#ABOUT_APP"><B>ABOUT_APP</B></A> -
类 app.<A HREF="../app/Application.html" title="app 中的类">Application</A> 中的静态变量
<DD>
<DT><A HREF="../app/action/Actions.html#aboutAction"><B>aboutAction</B></A> -
类 app.action.<A HREF="../app/action/Actions.html" title="app.action 中的类">Actions</A> 中的静态变量
<DD>
<DT><A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类"><B>AbstractFiguare</B></A> - <A HREF="../draw/figuare/package-summary.html">draw.figuare</A> 中的 类<DD>所有图形的基类<br/> 提供了图形的大多数操作,如绘制,移动,克隆,序列化等。<DT><A HREF="../draw/figuare/AbstractFiguare.html#AbstractFiguare()"><B>AbstractFiguare()</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 的构造方法
<DD>默认初始化
<DT><A HREF="../draw/figuare/AbstractFiguare.html#AbstractFiguare(double, double, java.awt.Color, java.awt.Color, java.lang.String)"><B>AbstractFiguare(double, double, Color, Color, String)</B></A> -
类 draw.figuare.<A HREF="../draw/figuare/AbstractFiguare.html" title="draw.figuare 中的类">AbstractFiguare</A> 的构造方法
<DD>初始化
<DT><A HREF="../app/action/DelAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/DelAction.html" title="app.action 中的类">DelAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/EditAction.CopyAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/EditAction.CopyAction.html" title="app.action 中的类">EditAction.CopyAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/EditAction.CutAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/EditAction.CutAction.html" title="app.action 中的类">EditAction.CutAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/EditAction.DelAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/EditAction.DelAction.html" title="app.action 中的类">EditAction.DelAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/EditAction.PasteAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/EditAction.PasteAction.html" title="app.action 中的类">EditAction.PasteAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/FileAction.CloseAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/FileAction.CloseAction.html" title="app.action 中的类">FileAction.CloseAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/FileAction.CloseAllAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/FileAction.CloseAllAction.html" title="app.action 中的类">FileAction.CloseAllAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/FileAction.ExitAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/FileAction.ExitAction.html" title="app.action 中的类">FileAction.ExitAction</A> 中的方法
<DD>
<DT><A HREF="../app/action/FileAction.GeneteImageAction.html#actionPerformed(java.awt.event.ActionEvent)"><B>actionPerformed(ActionEvent)</B></A> -
类 app.action.<A HREF="../app/action/FileAction.GeneteImageAction.html" title="app.action 中的类">FileAction.GeneteImageAction</A> 中的方法
<DD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -