public class BasicShapeRep extends java.lang.Object implements ShapeRep
ShapeRep.InvalidationType| Constructor and Description |
|---|
BasicShapeRep() |
| 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() |
public boolean is3DCapable()
is3DCapable in interface ShapeReppublic void invalidate(ShapeRep.InvalidationType type)
invalidate in interface ShapeReppublic void fill(Graphics g, Shape shape, BaseBounds bounds)
public void draw(Graphics g, Shape shape, BaseBounds bounds)