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

Packages that use AlphaMask
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Uses of AlphaMask in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement AlphaMask
 class AlphaMatrix
          Alpha-mask represented by simple rectangular matrix.
 

Uses of AlphaMask in cz.cuni.jagrlib.testing
 

Methods in cz.cuni.jagrlib.testing with parameters of type AlphaMask
protected  void PolygonFillAnti.drawLine(AlphaMask out, java.awt.geom.Point2D.Double a, java.awt.geom.Point2D.Double b)
          Draws line segment using DDA.