Home
Java Tutorial
Language
Data Type
Operators
Statement Control
Class Definition
Development
Reflection
Regular Expressions
Collections
Thread
File
Generics
I18N
Swing
Swing Event
2D Graphics
SWT
SWT 2D Graphics
Network
Database
Hibernate
JPA
JSP
JSTL
Servlet
Web Services SOA
EJB3
Spring
PDF
Email
J2ME
J2EE Application
XML
Design Pattern
Log
Security
Apache Common
Ant
JUnit
Tranformation « 2D Graphics « Java Tutorial
Java Tutorial
2D Graphics
Tranformation
16.3.Tranformation
16.3.1.
Transform Lab
16.3.2.
Coordinate Translation.
16.3.3.
Rotation and coordinate translation
16.3.4.
Rotate a line of character (String)
16.3.5.
Scaling an object
16.3.6.
Tranformation with AffineTransform.getScaleInstance
16.3.7.
Tranformation with AffineTransform.getTranslateInstance
16.3.8.
Tranformation with AffineTransform.getShearInstance
16.3.9.
Calculate Rotation Transform with Math.PI
16.3.10.
Rotating image using Java 2D AffineTransform class
16.3.11.
Translate and rotate all objects
16.3.12.
Move and scale graphical objects with a mouse on the panel
16.3.13.
Rotates a shape about the specified coordinates.