public interface ScreenCredit extends Renderable
| Modifier and Type | Method and Description | 
|---|---|
| String | getLink() | 
| double | getOpacity() | 
| Rectangle | getViewport() | 
| void | pick(DrawContext dc,
    Point pickPoint) | 
| void | setLink(String link) | 
| void | setOpacity(double opacity) | 
| void | setViewport(Rectangle viewport) | 
render