Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.
javax.imageio.spi

Class IIOServiceProvider

    • Field Detail

      • vendorName

        protected String vendorName
        A String to be returned from getVendorName, initially null. Constructors should set this to a non-null value.
      • version

        protected String version
        A String to be returned from getVersion, initially null. Constructors should set this to a non-null value.
    • Constructor Detail

      • IIOServiceProvider

        public IIOServiceProvider(String vendorName,
                          String version)
        Constructs an IIOServiceProvider with a given vendor name and version identifier.
        Parameters:
        vendorName - the vendor name.
        version - a version identifier.
        Throws:
        IllegalArgumentException - if vendorName is null.
        IllegalArgumentException - if version is null.
      • IIOServiceProvider

        public IIOServiceProvider()
        Constructs a blank IIOServiceProvider. It is up to the subclass to initialize instance variables and/or override method implementations in order to ensure that the getVendorName and getVersion methods will return non-null values.
    • Method Detail

      • onRegistration

        public void onRegistration(ServiceRegistry registry,
                          Class<?> category)
        A callback that will be called exactly once after the Spi class has been instantiated and registered in a ServiceRegistry. This may be used to verify that the environment is suitable for this service, for example that native libraries can be loaded. If the service cannot function in the environment where it finds itself, it should deregister itself from the registry.

        Only the registry should call this method.

        The default implementation does nothing.

        Specified by:
        onRegistration in interface RegisterableService
        Parameters:
        registry - a ServiceRegistry where this object has been registered.
        category - a Class object indicating the registry category under which this object has been registered.
        See Also:
        ServiceRegistry.registerServiceProvider(Object provider)
      • onDeregistration

        public void onDeregistration(ServiceRegistry registry,
                            Class<?> category)
        A callback that will be whenever the Spi class has been deregistered from a ServiceRegistry.

        Only the registry should call this method.

        The default implementation does nothing.

        Specified by:
        onDeregistration in interface RegisterableService
        Parameters:
        registry - a ServiceRegistry from which this object is being (wholly or partially) deregistered.
        category - a Class object indicating the registry category from which this object is being deregistered.
        See Also:
        ServiceRegistry.deregisterServiceProvider(Object provider)
      • getVendorName

        public String getVendorName()
        Returns the name of the vendor responsible for creating this service provider and its associated implementation. Because the vendor name may be used to select a service provider, it is not localized.

        The default implementation returns the value of the vendorName instance variable.

        Returns:
        a non-null String containing the name of the vendor.
      • getVersion

        public String getVersion()
        Returns a string describing the version number of this service provider and its associated implementation. Because the version may be used by transcoders to identify the service providers they understand, this method is not localized.

        The default implementation returns the value of the version instance variable.

        Returns:
        a non-null String containing the version of this service provider.
      • getDescription

        public abstract String getDescription(Locale locale)
        Returns a brief, human-readable description of this service provider and its associated implementation. The resulting string should be localized for the supplied Locale, if possible.
        Parameters:
        locale - a Locale for which the return value should be localized.
        Returns:
        a String containing a description of this service provider.

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/imageio/spi/IIOServiceProvider.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut