Class PhotoExifPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
be.gaudry.swing.file.renamer.controls.photo.PhotoExifPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PhotoExifPanel extends JPanel
https://iptc.org/std/photometadata/specification/IPTC-PhotoMetadata#rights-usage-terms https://www.w3.org/2008/WebVideo/Annotations/drafts/ontology10/WD/XMP.html http://www.javased.com/index.php?source_dir=sanselan/src/test/java/org/apache/commons/imaging/formats/jpeg/xmp/JpegXmpRewriteTest.java https://github.com/dragon66/icafe/wiki/More-cool-things
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Field Details

  • Constructor Details

    • PhotoExifPanel

      public PhotoExifPanel()
  • Method Details

    • setFile

      public void setFile(File file)
      TODO 1. check if we must save modifications of previous file 2. if preferences are to id3v2, show id3v2 if has id3v2 tags
      Parameters:
      file -
    • setPreferedSaveMode

      public void setPreferedSaveMode(int preferedSaveMode)
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.