org.sunflow.core.display
Class ImgPipeDisplay
JPanel
org.sunflow.core.display.ImgPipeDisplay
- Display
public class ImgPipeDisplay
extends JPanel
ImgPipeDisplay() - Render to stdout using the imgpipe protocol used in mental image's
imf_disp viewer.
|
void | imageBegin(int w, int h, int bucketSize)
|
void | imageEnd()
|
void | imageFill(int x, int y, int w, int h, Color c)
|
void | imagePrepare(int x, int y, int w, int h, int id)
|
void | imageUpdate(int x, int y, int w, int h, Color[] data)
|
ImgPipeDisplay
public ImgPipeDisplay()
Render to stdout using the imgpipe protocol used in mental image's
imf_disp viewer. http://www.lamrug.org/resources/stubtips.html
imageBegin
public void imageBegin(int w,
int h,
int bucketSize)
- imageBegin in interface Display
imagePrepare
public void imagePrepare(int x,
int y,
int w,
int h,
int id)
- imagePrepare in interface Display