Package com.pixelmed.display
Class SuperimposedImage.AppliedToUnderlyingImage
- java.lang.Object
-
- com.pixelmed.display.SuperimposedImage.AppliedToUnderlyingImage
-
- Enclosing class:
- SuperimposedImage
public class SuperimposedImage.AppliedToUnderlyingImage extends java.lang.ObjectA 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.image.BufferedImagegetBufferedImage()doublegetColumnOrigin()doublegetRowOrigin()java.lang.StringtoString()
-
-
-
Method Detail
-
getBufferedImage
public java.awt.image.BufferedImage 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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-