org.sunflow.system
Class ImagePanel
JPanel
org.sunflow.system.ImagePanel
- Display
public class ImagePanel
extends JPanel
void | fit()
|
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)
|
void | reset()
|
void | save(String filename)
|
@Override | void paintComponent(Graphics g)
|
ImagePanel
public ImagePanel()
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
save
public void save(String filename)
void paintComponent
public @Override void paintComponent(Graphics g)