public class SuperimposedImage.AppliedToUnderlyingImage extends Object
A class that supports matching the geometry of a superimposed image and a specified underlying image, and creating a BufferedImage suitable for drawing on that underlying image.
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getBufferedImage() |
double |
getColumnOrigin() |
double |
getRowOrigin() |
void |
notificationOfCurrentLocationIn3DSpace(double[] currentLocationIn3DSpace) |
String |
toString() |
public BufferedImage getBufferedImage()
public double getColumnOrigin()
public double getRowOrigin()
public void notificationOfCurrentLocationIn3DSpace(double[] currentLocationIn3DSpace)