Value | Meaning |
---|---|
adjustBF_ADJUST | Shrink the rectangle in order to exlude the edges that were drawn. |
diagonalBF_DIAGONAL | Diagonal Border. |
flatBF_FLAT | Flat Border. |
leftBF_LEFT | Left Border Only. |
topBF_TOP | Top Border Only. |
rightBF_RIGHT | Right Border Only. |
bottomBF_BOTTOM | Bottom Border Only. |
internalBF_MIDDLE | Internal Border will be filled. |
monoBF_MONO | One Dimensional Border. |
rectBF_RECT | Fills the entire border of the rectangle. |
Enum that specify the draw border mode (used in a Canvas.drawEdge() call).