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.
 

Fields in cz.cuni.jagrlib.piece declared as AlphaMask
protected  AlphaMask PolygonScanline.Supersampler.output
          Anti-aliased output.
 

Constructors in cz.cuni.jagrlib.piece with parameters of type AlphaMask
PolygonScanline.Supersampler(int superSampling, AlphaMask aMask)
           
 

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, Point2D.Double a, Point2D.Double b)
          Draws line segment using DDA.