|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclient.mandelbrot.MandelbrotImage
public class MandelbrotImage
Stores the image representation of the solution to a Mandelbrot task.
Constructor Summary | |
---|---|
MandelbrotImage()
Creates a new instance of MandelbrotDisplay |
|
MandelbrotImage(int resolution,
ColorMap colormap)
Creates the graphical representation of a Mandelbrot set |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getImage()
|
void |
integrateEvent(MbrotEvent event)
Integrates a MandelbrotEvent's data into the image representation of the solution. |
void |
reset()
Reinitializes this MandelbrotImage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MandelbrotImage()
public MandelbrotImage(int resolution, ColorMap colormap)
resolution
- The resolution of this imagecolormap
- The color map to used when mapping solution values to colorMethod Detail |
---|
public void reset()
public void integrateEvent(MbrotEvent event)
event
- The event to incorporate into the imagepublic java.awt.image.BufferedImage getImage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |