|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BitMask | |
---|---|
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 BitMask in cz.cuni.jagrlib.iface |
---|
Subinterfaces of BitMask in cz.cuni.jagrlib.iface | |
---|---|
interface |
AlphaMask
Bit-mask interface with alpha-channel capability (representation of pixel set in 2D plane). |
Uses of BitMask in cz.cuni.jagrlib.piece |
---|
Classes in cz.cuni.jagrlib.piece that implement BitMask | |
---|---|
class |
AlphaMatrix
Alpha-mask represented by simple rectangular matrix. |
class |
OverwriteClassificator
Classificator for overwritting flood-fill. |
class |
XTransitionList
Bit-mask represented by "X-transition list" data structure. |
Fields in cz.cuni.jagrlib.piece declared as BitMask | |
---|---|
protected BitMask |
Ellipse.out
Accelerator: attached output module. |
Uses of BitMask in cz.cuni.jagrlib.testing |
---|
Methods in cz.cuni.jagrlib.testing with parameters of type BitMask | |
---|---|
protected void |
PolygonFill.drawLine(BitMask out,
java.awt.Point a,
java.awt.Point b)
Draws line segment using DDA. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |