I need a coder
Budget: $30 – $250 USD
Write an example of a Java 2D graphics application that creates 5 images. The images should have the following specifications:
Size: minimum 25x25 pixels, larger images are Okay
Type: Color (consists of two or more colors)
Simple form or shape (Hint: consider a letter or number, or even simple shapes such as crossing lines, rectangles, or circles
You should generate the image inside of separate methods and store them as 2D arrays.
2. Use Java 2D graphics to display your original images.
3. For each image use the existing Java 2D graphics transformation methods to translate, rotate and scale each object. You should perform the following transformations on each image:
Translate -10 in x direction, Translate +12 in the y direction.
Rotate 55 degrees counter clockwise.
Rotate 75 clockwise
Scale 3 times for the x component, scale 1.5 times for the y component
Each of these transformations should be displayed in sequence with the images always starting from the previous transformation as opposed to the original image.
Use Java 2D graphics to display each transformation for each image. (Hint: reuse the attached Java codes for a good start for this assignment.)
Size: minimum 25x25 pixels, larger images are Okay
Type: Color (consists of two or more colors)
Simple form or shape (Hint: consider a letter or number, or even simple shapes such as crossing lines, rectangles, or circles
You should generate the image inside of separate methods and store them as 2D arrays.
2. Use Java 2D graphics to display your original images.
3. For each image use the existing Java 2D graphics transformation methods to translate, rotate and scale each object. You should perform the following transformations on each image:
Translate -10 in x direction, Translate +12 in the y direction.
Rotate 55 degrees counter clockwise.
Rotate 75 clockwise
Scale 3 times for the x component, scale 1.5 times for the y component
Each of these transformations should be displayed in sequence with the images always starting from the previous transformation as opposed to the original image.
Use Java 2D graphics to display each transformation for each image. (Hint: reuse the attached Java codes for a good start for this assignment.)
Related categories:
Business, Accounting, Human Resources & Legal
JavaScript
Graphic Design
JavaFX
Software Architecture