public class MutableFSImage extends AWTFSImage
Constructor and Description |
---|
MutableFSImage(RepaintListener repaintListener) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
BufferedImage |
getImage() |
int |
getWidth() |
boolean |
isLoaded() |
void |
scale(int width,
int height) |
void |
setImage(String uri,
BufferedImage newImg,
boolean wasScaled) |
createImage
public MutableFSImage(RepaintListener repaintListener)
public BufferedImage getImage()
getImage
in class AWTFSImage
public int getWidth()
public int getHeight()
public void scale(int width, int height)
public void setImage(String uri, BufferedImage newImg, boolean wasScaled)
public boolean isLoaded()
Copyright © 2017. All rights reserved.