public static interface BasicThumbnail.Layer
| Modifier and Type | Method and Description |
|---|---|
String |
getConstructionString()
|
Insets |
getInsets()
Return the size of this layer.
|
void |
paint(Graphics2D
Paint this layer.
|
InsetsgetInsets()
void paint(Graphics2Dg, int x, int y, int width, int height)
g - the graphics to paint to.
x - the left edge of the area to paint.
y - the top edge of the area to paint.
width - the width of the area to paint.
height - the height of the area to paint.
StringgetConstructionString()
String capable of constructing this object.