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

📄 com.kcmultimedia.gifcanvas.gifframe.html

📁 gif can source. display gif picture
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Tue Aug 04 23:24:55 EDT 1998 -->
<title>
  Class com.kcmultimedia.gifcanvas.GIFFrame
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.kcmultimedia.gifcanvas.html">This Package</a>  <a href="com.kcmultimedia.gifcanvas.GIFCanvas.html#_top_">Previous</a>  <a href="com.kcmultimedia.gifcanvas.GIFParser.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class com.kcmultimedia.gifcanvas.GIFFrame
</h1>
<pre>
java.lang.Object
   |
   +----com.kcmultimedia.gifcanvas.GIFFrame
</pre>
<hr>
<dl>
  <dt> public class <b>GIFFrame</b>
  <dt> extends Object
</dl>
The GIFFrame class contains the individual animation frame data that comprise the animated GIF. In the interest of keeping this package as small as possible the fields of this class are directly accessible. (That's why <i>get</i> or <i>set</i> methods have not been implemented.)
<p>
<hr>
<a name="index"></a>
<h2>
  <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index">
</h2>
<dl>
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#delay"><b>delay</b></a>
  <dd>  The delay for this frame, in <i>hundredths</i> of a second.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#dispose"><b>dispose</b></a>
  <dd>  The disposal method for this frame, per GIF 89A specification.
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#image"><b>image</b></a>
  <dd>  An individual image frame
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#xPos"><b>xPos</b></a>
  <dd>  The image origin's x-coordinate
  <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#yPos"><b>yPos</b></a>
  <dd>  The image origin's y-coordinate
</dl>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#GIFFrame()"><b>GIFFrame</b></a>()
  <dd> 
</dl>
<a name="variables"></a>
<h2>
  <img src="images/variables.gif" width=153 height=38 alt="Variables">
</h2>
<a name="image"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>image</b>
<pre>
 public Image image
</pre>
<dl>
  <dd> An individual image frame<p>
</dl>
<a name="xPos"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>xPos</b>
<pre>
 public int xPos
</pre>
<dl>
  <dd> The image origin's x-coordinate<p>
</dl>
<a name="yPos"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>yPos</b>
<pre>
 public int yPos
</pre>
<dl>
  <dd> The image origin's y-coordinate<p>
</dl>
<a name="delay"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>delay</b>
<pre>
 public int delay
</pre>
<dl>
  <dd> The delay for this frame, in <i>hundredths</i> of a second.<p>
</dl>
<a name="dispose"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a>
<b>dispose</b>
<pre>
 public int dispose
</pre>
<dl>
  <dd> The disposal method for this frame, per GIF 89A specification. <pre>   0 - None specified.   1 - Do not dispose.   2 - Restore background color   3 - Restore to previous 4-7 - To be defined.</pre> <small>Please refer to Graphic Interchange Format Version 89a, 31 July 1990 Copyright (c) 1987-90 Compuserve Inc. for further information.</small><p>
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="GIFFrame"></a>
<a name="GIFFrame()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>GIFFrame</b>
<pre>
 public GIFFrame()
</pre>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.kcmultimedia.gifcanvas.html">This Package</a>  <a href="com.kcmultimedia.gifcanvas.GIFCanvas.html#_top_">Previous</a>  <a href="com.kcmultimedia.gifcanvas.GIFParser.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>

⌨️ 快捷键说明

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