|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.grelf.grip.ImGraphic
public class ImGraphic
Contains only static methods for creating special graphical images. It cannot be instantiated.
| Constructor Summary | |
|---|---|
ImGraphic()
|
|
| Method Summary | |
|---|---|
void |
drawGrid()
Draw a grid of black squares in a new frame. |
void |
drawMandelbrot()
Draw the Mandelbrot curve in a new frame at scale 1. |
void |
drawMandelbrot(ImFrame imf,
java.awt.Point offset,
double zoomFactor)
Redraw the Mandelbrot curve in the given frame, zoomed by the given factor about the given point. |
void |
drawRim(ImFrame imf,
int width,
java.awt.Color colour)
Draw a rim around the image displayed in the given ImFrame, of the given width and colour |
void |
process(ImageSizeDialogue isd)
Implementing ImageSizeAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImGraphic()
| Method Detail |
|---|
public void process(ImageSizeDialogue isd)
process in interface ImageSizeActionpublic void drawMandelbrot()
public void drawMandelbrot(ImFrame imf,
java.awt.Point offset,
double zoomFactor)
public void drawGrid()
public void drawRim(ImFrame imf,
int width,
java.awt.Color colour)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||