Class FileInfoSPAR

All Implemented Interfaces:
Serializable, Cloneable

public class FileInfoSPAR extends FileInfoBase
See Also:
  • Field Details

    • sliceAng

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

      private double[] offCentre
      Off-centre translations
    • maskExtents

      private int[] maskExtents
      Mask extents
    • PARRECMatrix

      private TransMatrix PARRECMatrix
  • Constructor Details

    • FileInfoSPAR

      public FileInfoSPAR(String name, String directory, int format)
  • Method Details

    • 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()