public interface ShapeRep
Modifier and Type | Interface and Description |
---|---|
static class |
ShapeRep.InvalidationType |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
draw(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
fill(Graphics g,
Shape shape,
BaseBounds bounds) |
void |
invalidate(ShapeRep.InvalidationType type) |
boolean |
is3DCapable() |
boolean is3DCapable()
void invalidate(ShapeRep.InvalidationType type)
void fill(Graphics g, Shape shape, BaseBounds bounds)
void draw(Graphics g, Shape shape, BaseBounds bounds)
void dispose()