Class FileInfoSPAR

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class FileInfoSPAR
    extends FileInfoBase
    See Also:
    Serialized Form
    • Field Detail

      • sliceAng

        private double[] sliceAng
        par/rec slice Angulation
      • offCentre

        private double[] offCentre
        Off-centre translations
      • maskExtents

        private int[] maskExtents
        Mask extents
    • Constructor Detail

      • FileInfoSPAR

        public FileInfoSPAR​(java.lang.String name,
                            java.lang.String directory,
                            int format)
    • Method Detail

      • displayAboutInfo

        public void displayAboutInfo​(JDialogBase dlog,
                                     TransMatrix matrix)
        Description copied from class: FileInfoBase
        Abstract method which is used by the extending class to display information about the window.
        Specified by:
        displayAboutInfo in class FileInfoBase
        Parameters:
        dlog - Area where image information is to be displayed.
        matrix - Transformation matrix
      • setAngulation

        public void setAngulation​(double[] sliceAng)
        Sets slice angulation field.
      • getSliceAngulation

        public double[] getSliceAngulation()
        Returns:
        the slice angulation
      • setOffCentre

        public void setOffCentre​(double[] offCentre)
        Sets off-centre field.
      • getOffCentre

        public double[] getOffCentre()
        Returns:
        the off-centre transformations
      • getMaskExtents

        public int[] getMaskExtents()
        Returns:
        the maskExtents
      • setMaskExtents

        public void setMaskExtents​(int[] maskExtents)
        Parameters:
        maskExtents - the maskExtents to set
      • setPARRECMatrix

        public void setPARRECMatrix​(TransMatrix PARRECMatrix)
      • getPARRECMatrix

        public TransMatrix getPARRECMatrix()