public class ImageDecorator extends FlythroughDecorator
| Constructor and Description |
|---|
ImageDecorator()
_more_
|
ImageDecorator(Flythrough flythrough)
_more_
|
| Modifier and Type | Method and Description |
|---|---|
void |
fetchBackgroundImage(java.lang.String url)
_more_
|
java.lang.String |
getName()
_more_
|
void |
handleReadout(FlythroughPoint pt,
java.util.List<ReadoutInfo> samples)
_more_
|
boolean |
paintDashboard(java.awt.Graphics2D g2,
javax.swing.JComponent comp)
_more_
|
clearSamples, getShown, initEditMenu, initFileMenu, initViewMenu, logException, setFlythrough, setShownpublic ImageDecorator()
public ImageDecorator(Flythrough flythrough)
flythrough - _more_public void handleReadout(FlythroughPoint pt, java.util.List<ReadoutInfo> samples) throws java.lang.Exception
handleReadout in class FlythroughDecoratorsamples - _more_java.lang.Exception - _more_public void fetchBackgroundImage(java.lang.String url)
url - _more_public java.lang.String getName()
getName in class FlythroughDecoratorpublic boolean paintDashboard(java.awt.Graphics2D g2,
javax.swing.JComponent comp)
paintDashboard in class FlythroughDecoratorg2 - _more_comp - _more_