Package com.pixelmed.display
Class SuperimposedImage.AppliedToUnderlyingImage
java.lang.Object
com.pixelmed.display.SuperimposedImage.AppliedToUnderlyingImage
- Enclosing class:
- SuperimposedImage
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.
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
void
notificationOfCurrentLocationIn3DSpace
(double[] currentLocationIn3DSpace) toString()
-
Method Details
-
getBufferedImage
- Returns:
- a BufferedImage if a superimposed frame that is close enough can be found, otherwise null
-
getColumnOrigin
public double getColumnOrigin() -
getRowOrigin
public double getRowOrigin() -
toString
-
notificationOfCurrentLocationIn3DSpace
public void notificationOfCurrentLocationIn3DSpace(double[] currentLocationIn3DSpace)
-