mdc.html
来自「java编程的一些Applets例子。值得深入研究一下。」· HTML 代码 · 共 35 行
HTML
35 行
<html>
<head>
<title>curves.html</title>
<meta name="GENERATOR" content="Mozilla/2.01Gold (Win32)">
</head>
<body>
<h1 align=center>Curves</h1>
<p>
<hr><applet code="Curve.class" width=400 height=250></applet>
<hr></p>
<p>Applet name: Curves
<br>Applet Source: <a href="Curve.java">Curve.java
<br></a>Import(s): java.awt, java.applet, java.util
<br>Feature(s): image, GUI, mouse
<br>Author: <a href="mailto:heinrica@cs.sfu.ca">Michael Heinrichs</a></p>
<h2>Usage Guide:</h2>
<p>This applet allows the user to specify control points to be used for
plotting curves. Three curve types are supported: Hermite, Bezier, and
B-Spline. The user can add, delete and move control points. This applet
was inspired by the DrawTest demo applet included in the 1.0 beta Java
Developer's Kit from Sun Microsystems. If you are interested in the algorithms
used to display the curves, please see the book: "Computer Graphics.
Principles and Practice" by Foley, VanDam, Feiner, and Hughes. </p>
<center><p>
<hr><a href="../index.html"><img src="../images/mantoid.gif" alt="Return to index." border=0 height=109 width=109></a></p></center>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?