Class ImageViewer

java.lang.Object
org.gvsig.tools.swing.api.viewer.AbstractJViewer
org.gvsig.simpleimageviewer.app.mainplugin.ImageViewer
All Implemented Interfaces:
org.gvsig.tools.swing.api.Component, org.gvsig.tools.swing.api.viewer.JViewer

public class ImageViewer extends org.gvsig.tools.swing.api.viewer.AbstractJViewer
Author:
jjdelcerro
  • Field Summary

    Fields inherited from class org.gvsig.tools.swing.api.viewer.AbstractJViewer

    LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
    ImageViewer(org.gvsig.tools.swing.api.viewer.ViewerFactory factory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
     
    void
     

    Methods inherited from class org.gvsig.tools.swing.api.viewer.AbstractJViewer

    getBytes, getContents, getFactory, isEditable, isEnabled, isModified, setEditable, setEnabled

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.gvsig.tools.swing.api.viewer.JViewer

    support
  • Constructor Details

    • ImageViewer

      public ImageViewer(org.gvsig.tools.swing.api.viewer.ViewerFactory factory)
  • Method Details

    • clean

      public void clean()
      Specified by:
      clean in interface org.gvsig.tools.swing.api.viewer.JViewer
      Overrides:
      clean in class org.gvsig.tools.swing.api.viewer.AbstractJViewer
    • asJComponent

      public JComponent asJComponent()
    • getMimetype

      public String getMimetype()
      Specified by:
      getMimetype in interface org.gvsig.tools.swing.api.viewer.JViewer
      Overrides:
      getMimetype in class org.gvsig.tools.swing.api.viewer.AbstractJViewer
    • setContents

      public void setContents(Object data)
      Specified by:
      setContents in interface org.gvsig.tools.swing.api.viewer.JViewer
      Overrides:
      setContents in class org.gvsig.tools.swing.api.viewer.AbstractJViewer