Package org.proteinshader.graphics

Holds the drawing classes: Ribbon, Tube, FrenetFrames, Sphere, and Cylinder.

See:
          Description

Class Summary
Cylinder Knows how to draw a simple cylinder useful for representing the bonds between atoms.
ExtrudedShape Contains common methods needed by classes that draw segments of a three-dimensional tube by sweeping a waist polygon along a spline.
FrenetFrames Provides a visual representation of the LocalFrame objects of a Segment by drawing an x-axis, a y-axis, and z-axis.
Ribbon Draws a segment of a three-dimensional ribbon by using a rectangular-shaped waist polygon.
Shape Contains common methods needed by classes that draw geometric objects.
Silhouette Uses jitter to repeatedly render a translucent black silhouette of a Drawable object for the purpose of antialiasing (smoothing jagged edges).
Sphere Knows how to draw a sphere with texture coordinates, a surface normal, and a tangent vector for each vertex.
Tube Draws a segment of a three-dimensional tube by using a waist polygon that approximates a circle as the number of vertices in the waist polygon becomes large.
 

Package org.proteinshader.graphics Description

Holds the drawing classes: Ribbon, Tube, FrenetFrames, Sphere, and Cylinder.

Related Documentation

For help and tutorial pages, please see:

Version:
Beta 0.9.4 (December 30, 2008)
Author:
Joseph R. Weber


Copyright © 2007-2008