Latest updates of Emmy
-
Java
AffineTransform
Write java program with GUI components as in the following figure. The user should enter the values for scaling, rotating and translating a Rectangle, then the program should display the results of three different compositions with different colors using ONE AffineTransform object. Discuss your results. Note: in rotation operation, you need to convert the angle of rotation from degrees to radian. *NEEDS SOME MODIFICATIONS*
20:44 May 05 2011156 1 -
Java
Rotate a shape font
Write Java program to display the following figure. Use the Glyph shapes and the Constructive Area Geometry operations to display the outline shape of the superimposed glyphs of the words: "Good" and "Luck" using stroke with width 15 and a round join style. Then rotate the shape by 30 degrees using AffineTransform object.
22:22 May 03 2011164 0 -
Java
Font
how to use (Font) class and its method
20:26 May 03 201145 0 -
Java
rotation method
Write java program to draw the Apple logo in the middle of the window filled with gradient paint varying vertically from yellow to red. Use GeneralPath object to draw the Apple. You should use the AffineTransform object to rotate the leaf
03:35 May 02 201193 1