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