Uses of Class
gnu.x11.extension.render.Picture.Format

Packages that use Picture.Format
gnu.x11.extension.render Provide X Rendering Extension. 
 

Uses of Picture.Format in gnu.x11.extension.render
 

Methods in gnu.x11.extension.render that return Picture.Format
 Picture.Format Render.picture_format(Picture.Format template, boolean must)
           
 Picture.Format[] Render.picture_formats()
           
 

Methods in gnu.x11.extension.render with parameters of type Picture.Format
 Picture Render.create_picture(Drawable drawable, Picture.Format format, Picture.Attributes attr)
           
 boolean Picture.Format.match(Picture.Format template)
           
 Picture.Format Render.picture_format(Picture.Format template, boolean must)
           
 

Constructors in gnu.x11.extension.render with parameters of type Picture.Format
GlyphSet(Render render, Picture.Format format)
           
Picture(Render render, Drawable drawable, Picture.Format format, Picture.Attributes attr)