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

📄 index-all.html

📁 一个Java图形图像处理编辑器的源代码,常见的图片处理效果里面都实现了
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="PictureDrawer/ImageFrame.html#operate(int)"><B>operate(int)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/ImageFrame.html" title="class in PictureDrawer">ImageFrame</A>
<DD>执行相应的图像操作 
</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="PictureDrawer/package-summary.html"><B>PictureDrawer</B></A> - package PictureDrawer<DD>&nbsp;<DT><A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer"><B>PictureDrawer</B></A> - class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>.<DD>这个类是本演示程序的入口,它将创建和演示主应用程序框架<DT><A HREF="PictureDrawer/PictureDrawer.html#PictureDrawer()"><B>PictureDrawer()</B></A> - 
Constructor for class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>构造函数
<DT><A HREF="PictureDrawer/JAdvLabel.html#paint(java.awt.Graphics)"><B>paint(Graphics)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/JAdvLabel.html" title="class in PictureDrawer">JAdvLabel</A>
<DD>当放大镜标志为true时,绘制放大镜以及放大内容
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="PictureDrawer/ImageFrame.html#save(java.lang.String)"><B>save(String)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/ImageFrame.html" title="class in PictureDrawer">ImageFrame</A>
<DD>保存图像 
<DT><A HREF="PictureDrawer/JAdvLabel.html#setImageIcon(javax.swing.ImageIcon)"><B>setImageIcon(ImageIcon)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/JAdvLabel.html" title="class in PictureDrawer">JAdvLabel</A>
<DD>设置当前显示的ImageIcon 
<DT><A HREF="PictureDrawer/JAdvLabel.html#showMagnifier(boolean)"><B>showMagnifier(boolean)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/JAdvLabel.html" title="class in PictureDrawer">JAdvLabel</A>
<DD>设置显示或者隐藏放大镜 
<DT><A HREF="PictureDrawer/ImageFrame.html#stateChanged(javax.swing.event.ChangeEvent)"><B>stateChanged(ChangeEvent)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/ImageFrame.html" title="class in PictureDrawer">ImageFrame</A>
<DD>当Slider的值变化时触发该函数 用于根据当前的Slider对象修改相应的图像参数 
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_BLACK_THRESHOLD"><B>TOOL_BLACK_THRESHOLD</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为黑色最小阈值
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_BLUR"><B>TOOL_BLUR</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作钝化操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_EDGE33"><B>TOOL_EDGE33</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作3x3边缘化操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_EDGE55"><B>TOOL_EDGE55</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作5x5边缘化操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_HORIZONTAL_MIRROR"><B>TOOL_HORIZONTAL_MIRROR</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作:对图像进行水平镜像操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_INVERT"><B>TOOL_INVERT</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为反色操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_MAGNIFIER"><B>TOOL_MAGNIFIER</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为放大器操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_MOUSE"><B>TOOL_MOUSE</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前没有任何的操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_OTHER_INVERT"><B>TOOL_OTHER_INVERT</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为其他反色处理
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_RESCALE"><B>TOOL_RESCALE</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作亮度调整
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_RETRIEVE"><B>TOOL_RETRIEVE</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>将当前图形进行恢复
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_ROTATE"><B>TOOL_ROTATE</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为旋转操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_SHARPEN"><B>TOOL_SHARPEN</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作锐化操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_VERTICAL_MIRROR"><B>TOOL_VERTICAL_MIRROR</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作:对图像进行垂直镜像操作
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_WHITE_THRESHOLD"><B>TOOL_WHITE_THRESHOLD</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作为白色最大阈值
<DT><A HREF="PictureDrawer/PictureDrawer.html#TOOL_ZOOM"><B>TOOL_ZOOM</B></A> - 
Static variable in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当前操作图像缩放操作
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="PictureDrawer/PictureDrawer.html#updateToolButtons(int)"><B>updateToolButtons(int)</B></A> - 
Method in class PictureDrawer.<A HREF="PictureDrawer/PictureDrawer.html" title="class in PictureDrawer">PictureDrawer</A>
<DD>当ImageFrame的状态改变时(活动的ImageFram改变时), 修改工具栏上的按钮状态
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="PictureDrawer/JAdvLabel.html#width"><B>width</B></A> - 
Variable in class PictureDrawer.<A HREF="PictureDrawer/JAdvLabel.html" title="class in PictureDrawer">JAdvLabel</A>
<DD>当前图像的宽度和高度
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_M_">M</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_W_">W</A> 
<!-- ======= 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">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="PictureDrawer/package-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;PREV&nbsp;
&nbsp;NEXT</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-all.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 ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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