public interface GraphicsSource
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
asPaintable(List<? extends Paintable> ds)
Takes as list of Paintable and returns the same or another list with perhaps a different number of Paintable objects, or some replaced by new Paintable instances.
|
void |
paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
The canvas will call this method after painting everything else.
|
List<? extends Paintable> asPaintable(List<? extends Paintable> ds)
void paintOnTop(Graphics2D g, Display display, Rectangle srcRect, double magnification)
Copyright © 2015–2021 Fiji. All rights reserved.