public class ShadowBox extends FramedBox
background, children, DEBUG, depth, elderParent, foreground, height, markForDEBUG, parent, shift, type, width| Constructor and Description |
|---|
ShadowBox(FramedBox fbox,
float shadowRule) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D g2,
float x,
float y)
Paints this box at the given coordinates using the given graphics context.
|
int |
getLastFontId()
Get the id of the font that will be used the last when this box will be painted.
|
public ShadowBox(FramedBox fbox, float shadowRule)
public void draw(java.awt.Graphics2D g2,
float x,
float y)
Boxpublic int getLastFontId()
BoxgetLastFontId in class FramedBox