Class FileInfoMetaImage

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

    public class FileInfoMetaImage
    extends FileInfoBase
    This structures contains the information that describes how a MetaImage image is stored on disk.
    See Also:
    Serialized Form
    • Field Detail

      • centerOfRotation

        private double[] centerOfRotation
        Use serialVersionUID for interoperability.
    • Constructor Detail

      • FileInfoMetaImage

        public FileInfoMetaImage​(java.lang.String name,
                                 java.lang.String directory,
                                 int format)
        File info storage constructor.
        Parameters:
        name - file name
        directory - directory
        format - file format
    • Method Detail

      • displayAboutInfo

        public void displayAboutInfo​(JDialogBase dlog,
                                     TransMatrix matrix)
        Displays the file information.
        Specified by:
        displayAboutInfo in class FileInfoBase
        Parameters:
        dlog - dialog box that is written to
        matrix - transformation matrix
      • setCenterOfRotation

        public void setCenterOfRotation​(double[] centerOfRotation)
      • getCenterOfRotation

        public double[] getCenterOfRotation()