|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectFramework.Plane2D
Framework.LinearCantor
public class Framework.LinearCantor
Triadic Koch Snowflake Animation
| Field Summary |
|---|
| Fields inherited from interface Framework.Drawable |
|---|
palette, random |
| Constructor Summary | |
|---|---|
Framework.LinearCantor(java.awt.Dimension appDimen,
int depth)
|
|
| Method Summary | |
|---|---|
void |
draw(java.awt.image.BufferedImage img)
Called by respective Drawable's createNewGraphics' method. |
boolean |
finished()
Sets the status of the rendering to completed. |
java.awt.Color |
getBackgroundColor()
Merely returns the background color for this Drawable. |
void |
setCompleted()
Sets the status of the rendering to completed. |
void |
setMouseEvent(java.awt.event.MouseEvent e)
Allows all implementers to react to mouse events passed from the content class. |
void |
terminate()
|
| Methods inherited from class Framework.Plane2D |
|---|
scrX, scrY |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Framework.LinearCantor(java.awt.Dimension appDimen,
int depth)
| Method Detail |
|---|
public void draw(java.awt.image.BufferedImage img)
draw in interface Framework.Drawableimg - a BufferedImage to draw to.public java.awt.Color getBackgroundColor()
Framework.Drawablethis Drawable.
getBackgroundColor in interface Framework.DrawableColor of the background for
this Drawable.public void setMouseEvent(java.awt.event.MouseEvent e)
Framework.Drawable
setMouseEvent in interface Framework.Drawablee - The MouseEvent that the object is to respond
to.public void terminate()
public boolean finished()
Framework.Drawable
finished in interface Framework.Drawablepublic void setCompleted()
Framework.Drawable
setCompleted in interface Framework.Drawable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||