Top Description Fields Constructors Methods
sun.java2d.xr

public Class XcbRequestCounter

extends Object
Class Inheritance

UInt32 "emulation", mimics the behaviour of xcb's request counter. In order to be compatible with xcb we have to wrap exactly when xcb would do.
Author
Clemens Eisserer

Field Summary

Modifier and TypeField and Description
private static final long
pack-priv long

Constructor Summary

AccessConstructor and Description
public
XcbRequestCounter(long value)

Method Summary

Modifier and TypeMethod and Description
public void
add(long v)

public long
public void
setValue(long value)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

MAX_UINTback to summary
private static final long MAX_UINT
valueback to summary
pack-priv long value

Constructor Detail

XcbRequestCounterback to summary
public XcbRequestCounter(long value)

Method Detail

addback to summary
public void add(long v)
getValueback to summary
public long getValue()
setValueback to summary
public void setValue(long value)