org.jplot2d.data
Class ImageCoordinateReference
- java.lang.Object
-
- org.jplot2d.data.ImageCoordinateReference
-
public class ImageCoordinateReference extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ImageCoordinateReference()ImageCoordinateReference(ImageCoordinateReference cr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description doublegetXcdelt()Get the pixel size in the X directiondoublegetXcrpix()Get the coordinate reference pixel in the X axisdoublegetXcrval()Get the coordinate reference value of the X axisdoublegetYcdelt()Get the pixel size in the Y directiondoublegetYcrpix()Get the coordinate reference pixel in the Y axisdoublegetYcrval()Get the coordinate reference value of the Y axisvoidsetXcdelt(double xcdelt)Set the pixel size in the X directionvoidsetXcrpix(double xcrpix)Set the coordinate reference pixel in the X axisvoidsetXcrval(double xcrval)Set the coordinate reference value of the X axisvoidsetYcdelt(double ydelt)Set the pixel size in the Y directionvoidsetYcrpix(double ycrpix)Set the coordinate reference pixel in the Y axisvoidsetYcrval(double ycrval)Set the coordinate reference value of the Y axis
-
-
-
Constructor Detail
-
ImageCoordinateReference
public ImageCoordinateReference()
-
ImageCoordinateReference
public ImageCoordinateReference(ImageCoordinateReference cr)
-
-
Method Detail
-
getXcrval
public double getXcrval()
Get the coordinate reference value of the X axis- Returns:
- the coordinate reference value of the X axis
-
setXcrval
public void setXcrval(double xcrval)
Set the coordinate reference value of the X axis- Parameters:
xcrval- the coordinate reference value of the X axis
-
getYcrval
public double getYcrval()
Get the coordinate reference value of the Y axis- Returns:
- the coordinate reference value of the Y axis
-
setYcrval
public void setYcrval(double ycrval)
Set the coordinate reference value of the Y axis- Parameters:
ycrval- the coordinate reference value of the Y axis
-
getXcrpix
public double getXcrpix()
Get the coordinate reference pixel in the X axis- Returns:
- the coordinate reference pixel in the X axis
-
setXcrpix
public void setXcrpix(double xcrpix)
Set the coordinate reference pixel in the X axis- Parameters:
xcrpix- the coordinate reference pixel in the X axis
-
getYcrpix
public double getYcrpix()
Get the coordinate reference pixel in the Y axis- Returns:
- the coordinate reference pixel in the Y axis
-
setYcrpix
public void setYcrpix(double ycrpix)
Set the coordinate reference pixel in the Y axis- Parameters:
ycrpix- the coordinate reference pixel in the Y axis
-
getXcdelt
public double getXcdelt()
Get the pixel size in the X direction- Returns:
- the pixel size in the X direction
-
setXcdelt
public void setXcdelt(double xcdelt)
Set the pixel size in the X direction- Parameters:
xcdelt- the pixel size in the X direction
-
getYcdelt
public double getYcdelt()
Get the pixel size in the Y direction- Returns:
- the pixel size in the Y direction
-
setYcdelt
public void setYcdelt(double ydelt)
Set the pixel size in the Y direction- Parameters:
ycdelt- the pixel size in the Y direction
-
-
DMelt 3.0 © DataMelt by jWork.ORG