public class RemoteImageState extends Object
Constructor and Description |
---|
RemoteImageState(String imageUrl) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getImage() |
String |
getImageUrl() |
boolean |
isReady() |
void |
setImage(BufferedImage image) |
public RemoteImageState(String imageUrl)
public BufferedImage getImage()
public boolean isReady()
public void setImage(BufferedImage image)
public String getImageUrl()
Copyright © 2021. All rights reserved.