gnu.x11.extension.render
Class GlyphSet

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.extension.render.GlyphSet

public class GlyphSet
extends Resource

GlyphSet in RENDER.


Field Summary
 Render render
           
 
Fields inherited from class gnu.x11.Resource
display, id
 
Constructor Summary
GlyphSet(GlyphSet src)
           
GlyphSet(Render render, Picture.Format format)
           
 
Method Summary
 void free()
           
 
Methods inherited from class gnu.x11.Resource
unintern
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

render

public Render render
Constructor Detail

GlyphSet

public GlyphSet(Render render,
                Picture.Format format)
See Also:
XRenderCreateGlyphSet

GlyphSet

public GlyphSet(GlyphSet src)
See Also:
XRenderReferenceGlyphSet
Method Detail

free

public void free()
See Also:
XRenderFreeGlyphSet