缓冲图形 « 二维图形 « Java 教程

En
Java 教程
1. 语言基础
2. 数据类型
3. 操作符
4. 流程控制
5. 类定义
6. 开发相关
7. 反射
8. 正则表达式
9. 集合
10. 线
11. 文件
12. 泛型
13. 本土化
14. Swing
15. Swing事件
16. 二维图形
17. SWT
18. SWT 二维图形
19. 网络
20. 数据库
21. Hibernate
22. JPA
23. JSP
24. JSTL
25. Servlet
26. Web服务SOA
27. EJB3
28. Spring
29. PDF
30. 电子邮件
31. 基于J2ME
32. J2EE应用
33. XML
34. 设计模式
35. 日志
36. 安全
37. Apache工具
38. 蚂蚁编译
39. JUnit单元测试
Java
Java 教程 » 二维图形 » 缓冲图形 
16. 27. 缓冲图形
16. 27. 1. 基于整数数组创建BufferredImage与颜色
16. 27. 2. 从Image对象创建BufferedImage
16. 27. 3. A buffered image is a type of image whose pixels can be modified.
16. 27. 4. BufferedImage.TYPE_INT_RGB
16. 27. 5. TYPE_INT_RGB和TYPE_INT_ARGB通常被用来
16. 27. 6. 创建缓冲图像,不支持透明
16. 27. 7. 创建一个缓冲,支持透明图像
16. 27. 8. 建立图片,不支持透明
16. 27. 9. 建立图片,支持透明像素
16. 27. 10. Create an image that supports arbitrary levels of transparency
16. 27. 11. 使用Component.createImage ( ) 建立一个缓冲图像
16. 27. 12. 从图片类建立一个缓冲图像
16. 27. 13. 利用缓冲图像
16. 27. 14. 如果缓冲图片支持透明度
16. 27. 15. 从影像转换缓冲图像BufferedImage
16. 27. 16. 使用和设置像素缓冲图像
16. 27. 17. 缓冲图像缩放
16. 27. 18. 剪切缓冲图像
16. 27. 19. 转换缓冲图像
16. 27. 20. 缓冲图像旋转
16. 27. 21. 缓冲图像翻转
16. 27. 22. 横向翻转图像
16. 27. 23. Flip the image vertically and horizontally, equivalent to rotating the image 180 degrees
16. 27. 24. 转换彩色图像灰度缓冲
16. 27. 25. 使用Graphics2D创建一个图像Zoomer
www.java2java.com | Contact Us
Copyright 2010 - 2030 Java Source and Support. All rights reserved.
All other trademarks are property of their respective owners.