public static interface Display.PointerIcon
Instances can be created via Display.createPointerIcon(com.jogamp.common.util.IOUtil.ClassResources, int, int)
and released via Display.destroyPointerIcon(PointerIcon)
.
PointerIcons can be used via Window#setPointerIcon(PointerIcon)
.
Modifier and Type | Method and Description |
---|---|
PointImmutable |
getHotspot()
Returns the hotspot.
|
DimensionImmutable |
getSize()
Returns the size, i.e.
|
String |
toString() |
DimensionImmutable getSize()
PointImmutable getHotspot()
Copyright 2010 JogAmp Community.