Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.desktop - Package : javax.imageio.metadata
Version documentée : Java SE 17

Classe « IIOMetadataFormatImpl »

Informations générales

Héritage

java.lang.Object
    javax.imageio.metadata.IIOMetadataFormatImpl

Définition

public abstract class IIOMetadataFormatImpl extends java.lang.Object
implements javax.imageio.metadata.IIOMetadataFormat

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static String standardMetadataFormatName

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
IIOMetadataFormatImpl( String rootName, int childPolicy )
IIOMetadataFormatImpl( String rootName, int minChildren, int maxChildren )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
protected String resourceBaseName R/W
public String rootName R/-
public static IIOMetadataFormat standardFormatInstance R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
protected void addAttribute( String elementName, String attrName, int dataType, boolean required, String defaultValue, String minValue, String maxValue, boolean minInclusive, boolean maxInclusive )
protected void addAttribute( String elementName, String attrName, int dataType, boolean required, String defaultValue, List<java.lang.String> enumeratedValues )
protected void addAttribute( String elementName, String attrName, int dataType, boolean required, int listMinLength, int listMaxLength )
protected void addAttribute( String elementName, String attrName, int dataType, boolean required, String defaultValue )
protected void addBooleanAttribute( String elementName, String attrName, boolean hasDefaultValue, boolean defaultValue )
protected void addChildElement( String elementName, String parentName )
protected void addElement( String elementName, String parentName, int childPolicy )
protected void addElement( String elementName, String parentName, int minChildren, int maxChildren )
protected <T> void addObjectValue( String elementName, Class<T> classType, T defaultValue, Comparable<? super T> minValue, Comparable<? super T> maxValue, boolean minInclusive, boolean maxInclusive )
protected void addObjectValue( String elementName, Class<?> classType, int arrayMinLength, int arrayMaxLength )
protected <T> void addObjectValue( String arg0, Class<T> arg1, boolean arg2, T arg3 )
protected <T> void addObjectValue( String elementName, Class<T> classType, boolean required, T defaultValue, List<? extends T> enumeratedValues )
public abstract boolean canNodeAppear( String elementName, ImageTypeSpecifier imageType )
public int getAttributeDataType( String elementName, String attrName )
public String getAttributeDefaultValue( String elementName, String attrName )
public String getAttributeDescription( String elementName, String attrName, Locale locale )
public String[] getAttributeEnumerations( String elementName, String attrName )
public int getAttributeListMaxLength( String elementName, String attrName )
public int getAttributeListMinLength( String elementName, String attrName )
public String getAttributeMaxValue( String elementName, String attrName )
public String getAttributeMinValue( String elementName, String attrName )
public String[] getAttributeNames( String elementName )
public int getAttributeValueType( String elementName, String attrName )
public String[] getChildNames( String elementName )
public int getChildPolicy( String elementName )
public String getElementDescription( String elementName, Locale locale )
public int getElementMaxChildren( String elementName )
public int getElementMinChildren( String elementName )
public int getObjectArrayMaxLength( String elementName )
public int getObjectArrayMinLength( String elementName )
public Class<?> getObjectClass( String elementName )
public Object getObjectDefaultValue( String elementName )
public Object[] getObjectEnumerations( String elementName )
public Comparable<?> getObjectMaxValue( String elementName )
public Comparable<?> getObjectMinValue( String elementName )
public int getObjectValueType( String elementName )
protected String getResourceBaseName()
public String getRootName()
public static IIOMetadataFormat getStandardFormatInstance()
public boolean isAttributeRequired( String elementName, String attrName )
protected void removeAttribute( String elementName, String attrName )
protected void removeElement( String elementName )
protected void removeObjectValue( String elementName )
protected void setResourceBaseName( String resourceBaseName )

Méthodes héritées de la classe java.lang.Object

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