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

Packages that use PolygonRender
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of PolygonRender in cz.cuni.jagrlib.iface
 

Subinterfaces of PolygonRender in cz.cuni.jagrlib.iface
 interface PolygonFillRender
          Rendering interface for filled 2D polygons.
 interface PolygonHashRender
          Rendering interface for hashed 2D polygons.
 interface PolygonStrokeRender
          Rendering interface for stroked 2D polygons (poly-lines).
 interface PolygonWindow
          Interface for clipping using polygon windows.
 

Uses of PolygonRender in cz.cuni.jagrlib.testing
 

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