Uses of Class
gnu.app.Application

Packages that use Application
gnu.app Provide applications. 
gnu.app.displayhack Provide display hacks. 
gnu.app.glxdemo Provide demonstrations of OpenGL. 
gnu.app.puppet Provide a window manager. 
gnu.app.redbook Provide examples from OpenGL Programming Guide. 
gnu.x11 Provide X protocols. 
gnu.x11.test Provide test suits for package gnu.x11
 

Uses of Application in gnu.app
 

Subclasses of Application in gnu.app
 class Salt
          Send string to top-level windows.
 class Sniff
          A network middle-layer sniffer.
 class WinOp
          Perform action on window given its ID.
 class Zion
          The last mainframe on earth.
 

Uses of Application in gnu.app.displayhack
 

Subclasses of Application in gnu.app.displayhack
 class Deco
          Draw tacky 70s basement wall panelling.
 class DisplayHack
          Base class for display hacks.
 class Munch
          Munching squares.
 class Rorschach
          Simulate ink-blot patterns.
 class Sprites
          Moving sprites to blend colors.
 class Squiral
          Square spirals.
 

Uses of Application in gnu.app.glxdemo
 

Subclasses of Application in gnu.app.glxdemo
 class ABGR
          Test ABGR extension.
 class AccumBuffer
          Draw with accumulation buffer.
 class DepthBuffer
          Draw with depth buffer.
 class Line
          Draw a line with various attributes. moothing, press 's' or 'S'.
 class Point
          Draw a point with various attributes. moothing, press 's' or 'S'.
 class Primitive
          Draw primitive shapes.
 class RotateBox
          Draw a colorful box for rotation.
 class StencilBuffer
          Draw with stencil buffer.
 class Triangle
          Draw a triangle with various attributes.
 

Uses of Application in gnu.app.puppet
 

Subclasses of Application in gnu.app.puppet
 class Puppet
          Window manager.
 

Uses of Application in gnu.app.redbook
 

Subclasses of Application in gnu.app.redbook
 class AlphaOrder
          Draw two overlapping filled triangles.
 class AntiAliasedLine
          Draw anti-aliased lines.
 class AntiAliasParallel
          Anti-alias with accumulation buffer and orthographic parallel projection.
 class AntiAliasPerspective
          Anti-alias with accumulation buffer and perspective projection.
 class BezierCurve
          Draw a Bezier curve.
 class BezierMesh
          Render a lighted, filled Bezier surface.
 class BezierSurface
          Draw a Bezier surface.
 class BitmapFont
          Draw some texts in a bitmapped font.
 class BitmapLetter
          Draw a bitmapped letter F on the screen for several times.
 class Clip
          Test clipping planes.
 class ColorLight
          Test lighting model with color.
 class Cube
          Draw a wireframe cube.
 class DepthOfField
          Create out-of-focus depth-of-field effect.
 class DisplayList
          Draw triangles using display list.
 class DoubleBuffer
          Animate a spinning rectangle.
 class Fog
          Test fog.
 class GreyLight
          Test lighting model with grey.
 class Light
          Test lighting model.
 class LightPosition
          Test light position.
 class LineStipple
          Do line stipple.
 class MaterialColor
          Draw a sphere with material color.
 class Mipmap
          Texture map with mipmaps.
 class ModelTransform
          Draw triangles with modeling transformations.
 class NonRectangular
          Mask non-rectangular region with stencil buffer.
 class Pixel
          Draw a checkerbard image with pixel operations.
 class Planet
          Sun and planet.
 class PolygonOffset
          Test polygon offset.
 class PolygonStipple
          Do polygon stipple.
 class Quadric
          Test quadric objects.
 class Robot
          Draw a robot's arm.
 class SmoothShade
          Draw a smooth shaded polygon in a 2D projection.
 class StrokeFont
          Draw stroke (vector) font.
 class SubimageTexture
          Texture map a checkerboard image onto two rectangles with subimage.
 class SurfaceTexture
          Draw a surface with texture.
 class TeapotMaterial
          Draw teapots with different material colors.
 class Texture
          Texture map a checkerboard image onto two rectangles.
 class TextureBind
          Test texture binding by creating and managing two textures.
 class TextureProxy
          Test texture proxy.
 class TextureTeapot
          Texture map teapot.
 class Torus
          Draw a torus.
 class UnProject
          Un-project window coordinates.
 class WrapTexture
          Texture map a checkerboard image onto two rectangles with wrapping modes.
 

Uses of Application in gnu.x11
 

Subclasses of Application in gnu.x11
 class Application
          X application.
 

Uses of Application in gnu.x11.test
 

Subclasses of Application in gnu.x11.test
 class Blend
          Test blending in X Rendering Extension.
 class Chinese
          Test text output with Chinese font.
 class DBE
          Test Double Buffer Extension.
 class Graphics
          Base class for testing basic drawing.
 class Hello
          Hello World.
 class Hello2
          Hello World.
 class Image
          Test image output of XBM, XPM, and PPM format.
 class Info
          List info about X server.
 class Internal
          Test internal workings of gnu.x11.
 class Polygon
          Test polygon drawings.
 class PrintHello
          Hello World for X Print Service Extension.
 class SendEvent
          Test sending synthetic events.
 class Shape
          Test Nonrectangular Window Extension.
 class Sync
          Test multi-threading and synchronization.
 class ZPixmap
          Test ZPixmap pixel manipulation.