sun.java2d
Class DefaultDisposerRecord
java.lang.Object
sun.java2d.DefaultDisposerRecord
- All Implemented Interfaces:
- DisposerRecord
public class DefaultDisposerRecord
- extends Object
- implements DisposerRecord
This class is the default DisposerRecord implementation which
holds pointers to the native disposal method and the data to be disposed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDisposerRecord
public DefaultDisposerRecord(long disposerMethodPointer,
long dataPointer)
dispose
public void dispose()
- Specified by:
dispose in interface DisposerRecord
getDataPointer
public long getDataPointer()
getDisposerMethodPointer
public long getDisposerMethodPointer()
invokeNativeDispose
public static void invokeNativeDispose(long disposerMethodPointer,
long dataPointer)
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.