Class PDFSwingLocator

java.lang.Object
org.gvsig.tools.locator.AbstractLocator
org.gvsig.pdf.swing.api.PDFSwingLocator
All Implemented Interfaces:
org.gvsig.tools.locator.Locator, org.gvsig.tools.locator.Locator_withExists

public class PDFSwingLocator extends org.gvsig.tools.locator.AbstractLocator
  • Field Details

  • Method Details

    • getInstance

      public static PDFSwingLocator getInstance()
      Return the singleton instance.
      Returns:
      the singleton instance
    • getLocatorName

      public String getLocatorName()
    • getPDFSwingManager

      public static PDFSwingManager getPDFSwingManager() throws org.gvsig.tools.locator.LocatorException
      Return a reference to PDFManager.
      Returns:
      a reference to PDFManager
      Throws:
      org.gvsig.tools.locator.LocatorException - if there is no access to the class or the class cannot be instantiated
      See Also:
      • Locator.get(String)
    • registerPDFSwingManager

      public static void registerPDFSwingManager(Class clazz)
      Registers the Class implementing the TopologyManager interface.
      Parameters:
      clazz - implementing the TopologyManager interface
    • registerDefaultPDFSwingManager

      public static void registerDefaultPDFSwingManager(Class clazz)