public class DefaultGraphicsSource extends Object implements GraphicsSource
| Constructor and Description |
|---|
DefaultGraphicsSource() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends Paintable> |
asPaintable(List<? extends Paintable> ds)
Returns the list given as argument without any modification.
|
void |
paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
Paints bounding boxes of selected objects as pink and active object as white.
|
public List<? extends Paintable> asPaintable(List<? extends Paintable> ds)
asPaintable in interface GraphicsSourcepublic void paintOnTop(Graphics2D g, Display display, Rectangle srcRect, double magnification)
paintOnTop in interface GraphicsSourceCopyright © 2015–2021 Fiji. All rights reserved.