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

Packages that use LineRender
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 LineRender in cz.cuni.jagrlib.iface
 

Subinterfaces of LineRender in cz.cuni.jagrlib.iface
 interface LineRenderAnti
          Rendering interface for stroked lines with anti-aliasing.
 

Uses of LineRender in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement LineRender
 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.
 

Uses of LineRender in cz.cuni.jagrlib.testing
 

Classes in cz.cuni.jagrlib.testing that implement LineRender
 class LineClipping
          Line clipping template.