Uses of Interface
cz.cuni.jagrlib.iface.Render

Packages that use Render
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of Render in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement Render
 class DefaultRender3D
          Default implementation of Render3D.
 

Uses of Render in cz.cuni.jagrlib.iface
 

Subinterfaces of Render in cz.cuni.jagrlib.iface
 interface ArcRender
          Rendering interface for stroked circular arcs.
 interface CircleRender
          Rendering interface for stroked circles.
 interface CurveRender
          Rendering interface for stroked curves.
 interface EllipseRender
          Rendering interface for stroked ellipses.
 interface EllipticArcRender
          Rendering interface for stroked elliptic arcs.
 interface FloodFillRender
          Rendering interface for flood-fill algorithms.
 interface LineRender
          Rendering interface for stroked lines.
 interface LineRenderAnti
          Rendering interface for stroked lines with anti-aliasing.
 interface PolygonFillRender
          Rendering interface for filled 2D polygons.
 interface PolygonHashRender
          Rendering interface for hashed 2D polygons.
 interface PolygonRender
          Rendering interface for 2D polygons and polylines.
 interface PolygonStrokeRender
          Rendering interface for stroked 2D polygons (poly-lines).
 interface PolygonWindow
          Interface for clipping using polygon windows.
 interface Render3D
          Rendering interface for 3D scenes.
 interface TextRender
          Rendering interface for text output.
 

Uses of Render in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement Render
 class Ellipse
          Ellipse drawing - two different algorithms for untilted (Bresenham) and tilted (Bond) ellipses.
 class FloodFillPoint
          Flood-fill using FIFO (queue) and point access.
 class GLBrepRender
          GL scene rendering of connected Brep-scene.
 class JavaText
          Text drawing using Graphics implementation.
 class LineAntialias
          Antialiased line with arbitrary width and floating-point coordinates.
 class LineAntialiasSimple
          Antialiased lines with arbitrary ending points.
 class LineBresenham
          Bresenham's algorithm for line segments.
 class RenderPainter
          Depth-sort rendering of Brep database.
 

Uses of Render in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement Render
 class AntCity
          Renders Ant-city (pilot implementation - not correct).
 class BezierCurve
          Algorithm for drawing a Bezier cubic curve
 class BezierRegular
          Algorithm for drawing Bezier cubic curve.
 class DrawAxes
          Draws simple 3D scene to test projection matrices.
 class DrawAxesGL
          Draws simple 3D scene to test projection matrices (OpenGL version).
 class GraphR2ToR
          3D rendering example - graph of R^2 -> R mapping.
 class LineClipping
          Line clipping template.
 class PolygonClip
          Polygon clipping - arbitrary polygon vs. sinple polygonal window.
 class PolygonFill
          Polygon fill - pilot implementation.
 class PolygonFillAnti
          Polygon fill with antialiasing - pilot implementation.
 class PolylineAntialias
          Antialiased thick polyline template.
 class RenderWireframe
          3D rendering example - wire-frame rendering of Brep database.