public interface ClutterFilter
Modifier and Type | Method and Description |
---|---|
void |
apply(DrawContext dc,
List<Declutterable> shapes)
Applies the filter for a specified list of
Declutterable shapes. |
void apply(DrawContext dc, List<Declutterable> shapes)
Declutterable
shapes.dc
- the current draw context.shapes
- the shapes to declutter.