SLIDE 1
Java2D Graphics
- Render
–Heating animal remains to extract fat –generating an image from a (mathematical) model
- Java2D can handle primitive shapes, text,
images
- The Graphics object is an abstraction
used to perform the rendering
2
CS324e - Elements of Graphics and Visualization Java2D Graphics - - PowerPoint PPT Presentation
CS324e - Elements of Graphics and Visualization Java2D Graphics Java2D Graphics Render Heating animal remains to extract fat generating an image from a (mathematical) model Java2D can handle primitive shapes, text, images
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Center face to center eye eye size frame for smile arc
23
x, y for center of face center face to center eye distance x distance = hyp * cos(angle) y distance = hyp * sin(angle)
24
25
26