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 : java.awt.image
Version documentée : Java SE 17

Classe « MemoryImageSource »

Informations générales

Héritage

java.lang.Object
    java.awt.image.MemoryImageSource

Définition

public class MemoryImageSource extends java.lang.Object
implements java.awt.image.ImageProducer

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
MemoryImageSource( int w, int h, int[] pix, int off, int scan )
MemoryImageSource( int w, int h, int[] pix, int off, int scan, Hashtable<?, ?> props )
MemoryImageSource( int w, int h, ColorModel cm, byte[] pix, int off, int scan )
MemoryImageSource( int w, int h, ColorModel cm, int[] pix, int off, int scan )
MemoryImageSource( int w, int h, ColorModel cm, int[] pix, int off, int scan, Hashtable<?, ?> props )
MemoryImageSource( int w, int h, ColorModel cm, byte[] pix, int off, int scan, Hashtable<?, ?> props )

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public synchronized boolean animated -/W
public synchronized boolean fullBufferUpdates -/W

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
public synchronized void addConsumer( ImageConsumer ic )
public synchronized boolean isConsumer( ImageConsumer ic )
public synchronized void newPixels( int x, int y, int w, int h, boolean framenotify )
public synchronized void newPixels( int[] newpix, ColorModel newmodel, int offset, int scansize )
public synchronized void newPixels( byte[] newpix, ColorModel newmodel, int offset, int scansize )
public void newPixels()
public synchronized void newPixels( int x, int y, int w, int h )
public synchronized void removeConsumer( ImageConsumer ic )
public void requestTopDownLeftRightResend( ImageConsumer ic )
public synchronized void setAnimated( boolean animated )
public synchronized void setFullBufferUpdates( boolean fullbuffers )
public void startProduction( ImageConsumer ic )

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

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