| Modifier and Type | Method and Description | 
|---|---|
void | 
addOutline(int left,
          int top,
          int right,
          int bottom)
Adds the given outline. 
 | 
void | 
removeOutline(int left,
             int top,
             int right,
             int bottom)
Removes the given outline. 
 | 
void addOutline(int left,
                int top,
                int right,
                int bottom)
left - the left side thickness of the outline.top - the top side thickness of the outline.right - the right side thickness of the outline.bottom - the bottom side thickness of the outline.void removeOutline(int left,
                   int top,
                   int right,
                   int bottom)
left - the left side thickness of the outline.top - the top side thickness of the outline.right - the right side thickness of the outline.bottom - the bottom side thickness of the outline.