搜索资源列表
javapictureimageapplet
- 包含6个源码。主要是使用APPLET对图形图像进行处理。 有旋转,缩放,底片效果,水波纹效果,渐变效果-contains six source. Mainly use APPLET right graphics processing. A rotating, zooming and negatives effects ripple effect fading effect
graphics0
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二
ImageTrans
- 以前要实现图片的旋转或翻转,只能用ie的滤镜来实现,虽然canvas也实现,但ie不支持而且不是html标准。 css3出来后,终于可以用标准的transform来实现变换,而canvas也已成为html5标准的一部分。 css3和html5使web变得越来越强大,各种新奇的技术正等待我们发掘。 本程序分别通过滤镜(ie)、ccs3和canvas来实现图片的旋转、缩放和翻转变换效果,可以用作图片查看器。 有如下特色: 1,用滤镜、ccs3和canvas实现相同的变换
vrmljava
- vrml与java交互,改变场景中造型的位置,旋转度,大小缩放,造型材料等。-vrml and java interaction modeling scene change position, rotation, the size scaling, modeling materials.
javaDrawer
- java 画图版 网络聊天 直线、圆、矩形、笔、文字, 图片的旋转,放缩,扭转-java version of Internet chat drawing a straight line, round, rectangular, pen, text, image rotation, zoom, reverse
PuKe
- 综合网上的各种解释,自己写了一些关于图片的旋转和放缩的代码,在屏幕上铺52张纸牌,并实现个别纸牌的旋转和放缩,仅供参考,很典型-Comprehensive online various interpretations, to write something about the image rotation and scaling of the code card 52 in the upper screen, and realize the individual cards in the rot
transformTriangle
- 输入三角形的三个顶点坐标,以及变换方式,通过矩阵的运算进行平移、旋转、缩放变换,结果显示原三角形和变换后的三角形。右击TestTrans_1_2_3运行-Enter the triangle s three vertex coordinates, and the way of transformation, then through matrix operations for translation, rotation, scale transformation, the result can
Name
- 把“汤一平老师你好”写在网页上,围绕既定的中心点翻转和环绕旋转。 编程技巧说明: 名字旋转处理:为实现立体感效果添加了缩放系数; 用Runnable接口创建多线程; 名字画法及处理是用drawline()方法实现的; 坐标变换公式的应用; 背景颜色设置为绿色,大自然的颜色,看起来更亲切; 类说明: 程序首先调用init()设置初值等,然后调用start()方法,在此方法中创建一个新的线程runner,并调用线程的start()方法,并从写线程的run()方法
Sample-Pictures
- 完整的图片查看器,可以移动、放大、缩小,旋转,上一页,下一页,鼠标缩放兼容各浏览器!-Complete picture viewer, you can move, enlarge, shrink, rotation, Previous, Next, mouse scaling is compatible with all browsers!
DisplayLinesPoints
- 用java3d写得一个小程序,有缩放、旋转、平移等功能-A small program written by java3d, zoom, rotate, pan, etc.
PhotoManager
- 电子图片管理器,用JAVA实现简单的图片查看、缩放、旋转(多线程高程序效率)-Electronic Image Manager, JAVA simple image to view, zoom, rotate (Multithreaded high efficiency of the procedure)
mytest
- 利用java3d实现3D效果小球的创建,并可以通过鼠标控制其旋转、缩放以及平移等效果。