public class TestGraphicsSource extends Object implements GraphicsSource
Constructor and Description |
---|
TestGraphicsSource() |
Modifier and Type | Method and Description |
---|---|
List<? extends Paintable> |
asPaintable(List<? extends Paintable> ds)
Replaces all Patch instances by a smiley face.
|
void |
paintOnTop(Graphics2D g,
Display display,
Rectangle srcRect,
double magnification)
Does nothing.
|
public List<? extends Paintable> asPaintable(List<? extends Paintable> ds)
asPaintable
in interface GraphicsSource
public void paintOnTop(Graphics2D g, Display display, Rectangle srcRect, double magnification)
paintOnTop
in interface GraphicsSource
Copyright © 2015–2021 Fiji. All rights reserved.