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 ShapeRep
public void invalidate(ShapeRep.InvalidationType type)
invalidate
in interface ShapeRep
public void fill(Graphics g, Shape shape, BaseBounds bounds)
public void draw(Graphics g, Shape shape, BaseBounds bounds)