Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse java.awt.Component.BltBufferStrategy1.4

java.lang.Object
   |
   +--java.awt.image.BufferStrategy
         |
         +--java.awt.Component.BltBufferStrategy

Deklaration

protected class Component.BltBufferStrategy
extends java.awt.image.BufferStrategy

Beschreibung


 
Datenelemente
protected VolatileImage[]backBuffers
protected BufferCapabilitiescaps
protected intheight
protected booleanvalidatedContents
protected intwidth
 
Konstruktoren
protectedComponent.BltBufferStrategy(int numBuffers, BufferCapabilities caps)
 
Methoden
public booleancontentsLost()
public booleancontentsRestored()
protected voidcreateBackBuffers(int numBuffers)
public BufferCapabilitiesgetCapabilities()
public GraphicsgetDrawGraphics()
protected voidrevalidate()
public voidshow()


 

Datenelemente im Detail

protected VolatileImage[] backBuffers
protected BufferCapabilities caps
protected int height
protected boolean validatedContents
Whether or not the drawing buffer has been recently restored from a lost state.
protected int width

 

Konstruktoren im Detail

protected Component.BltBufferStrategy(int numBuffers, BufferCapabilities caps)

 

Methoden im Detail

public boolean contentsLost()
public boolean contentsRestored()
protected void createBackBuffers(int numBuffers)
public BufferCapabilities getCapabilities()
public Graphics getDrawGraphics()
protected void revalidate()
public void show()


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.