public class NullBackingStoreManager extends Object implements com.jogamp.opengl.util.packrect.BackingStoreManager
Constructor and Description |
---|
NullBackingStoreManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
additionFailed(com.jogamp.opengl.util.packrect.Rect cause,
int attemptNumber) |
Object |
allocateBackingStore(int w,
int h) |
void |
beginMovement(Object oldBackingStore,
Object newBackingStore) |
boolean |
canCompact() |
void |
deleteBackingStore(Object backingStore) |
void |
endMovement(Object oldBackingStore,
Object newBackingStore) |
void |
move(Object oldBackingStore,
com.jogamp.opengl.util.packrect.Rect oldLocation,
Object newBackingStore,
com.jogamp.opengl.util.packrect.Rect newLocation) |
boolean |
preExpand(com.jogamp.opengl.util.packrect.Rect cause,
int attemptNumber) |
public Object allocateBackingStore(int w, int h)
allocateBackingStore
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public void deleteBackingStore(Object backingStore)
deleteBackingStore
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public boolean canCompact()
canCompact
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public boolean preExpand(com.jogamp.opengl.util.packrect.Rect cause, int attemptNumber)
preExpand
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public boolean additionFailed(com.jogamp.opengl.util.packrect.Rect cause, int attemptNumber)
additionFailed
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public void beginMovement(Object oldBackingStore, Object newBackingStore)
beginMovement
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
public void move(Object oldBackingStore, com.jogamp.opengl.util.packrect.Rect oldLocation, Object newBackingStore, com.jogamp.opengl.util.packrect.Rect newLocation)
move
in interface com.jogamp.opengl.util.packrect.BackingStoreManager
Copyright © 2016 Metron, Inc.. All rights reserved.