JavaSuperRobots
You will create a new "and improved" robot for your year-1 project.
Expo.drawPixel
Expo.drawPoint
Expo.drawLine
Expo.drawRectangle / Expo.fillRectangle
Expo.drawTriangle / Expo.fillTriangle
Expo.drawCircle / Expo.fillCircle
Expo.drawOval / Expo.fillOval
Expo.drawStar / Expo.fillStar
Expo.drawArc / Expo.fillArc
Expo.drawSpiral
Expo.drawBurst
Expo.drawRandomBurst
Expo.drawRoundedRectangle / Expo.fillRoundedRectangle
Expo.drawQuad / Expo.fillQuad
Expo.drawRegularPolygon / Expo.fillRegularPolygon
Customize your coloring: Building it in your Expo to reuse over and over like we did on JavaFall.
(OR just put it in your program like in Java0619)
Fading colors (Example: Java0620)
Repeating Shapes(Example: Java0620 and Java0523-Java0531)
Random Shapes and Colors (Example Java0628-0631)
Animation using Delays (Example: Java0532-0537 and Pacman)
Create fonts, texts, placing wherever you (Example in Java0610 and Java0611)
Object Oriented Shape: Build your own Polygon with multiple points (Below EXAMPLE (look at Java0615):
Set your color: Expo.setColor(g,Expo.red);
Create your object: Polygon arm = new Polygon();
Add your points: arm.addPoint(350,200);
arm.addPoint(650,250);
arm.addPoint(575,225);
arm.addPoint(425,250);
arm.addPoint(350,225);
Draw your object: g.fillPolygon(arm);
BLANK GRAPH SHEET:
Expo.drawPixel
Expo.drawPoint
Expo.drawLine
Expo.drawRectangle / Expo.fillRectangle
Expo.drawTriangle / Expo.fillTriangle
Expo.drawCircle / Expo.fillCircle
Expo.drawOval / Expo.fillOval
Expo.drawStar / Expo.fillStar
Expo.drawArc / Expo.fillArc
Expo.drawSpiral
Expo.drawBurst
Expo.drawRandomBurst
Expo.drawRoundedRectangle / Expo.fillRoundedRectangle
Expo.drawQuad / Expo.fillQuad
Expo.drawRegularPolygon / Expo.fillRegularPolygon
Customize your coloring: Building it in your Expo to reuse over and over like we did on JavaFall.
(OR just put it in your program like in Java0619)
Fading colors (Example: Java0620)
Repeating Shapes(Example: Java0620 and Java0523-Java0531)
Random Shapes and Colors (Example Java0628-0631)
Animation using Delays (Example: Java0532-0537 and Pacman)
Create fonts, texts, placing wherever you (Example in Java0610 and Java0611)
Object Oriented Shape: Build your own Polygon with multiple points (Below EXAMPLE (look at Java0615):
Set your color: Expo.setColor(g,Expo.red);
Create your object: Polygon arm = new Polygon();
Add your points: arm.addPoint(350,200);
arm.addPoint(650,250);
arm.addPoint(575,225);
arm.addPoint(425,250);
arm.addPoint(350,225);
Draw your object: g.fillPolygon(arm);
BLANK GRAPH SHEET:
graphicssheet.docx | |
File Size: | 14 kb |
File Type: | docx |