sonification.dataimport.visbards_resourcetoolkit.resources
Interface BackdropPainter
public interface BackdropPainter
This interface is used to draw a scale or some other image onto an OverView.
paint
void paint(java.awt.Graphics2D g2d,
java.awt.image.BufferedImage img)
- This method is called from OverView.paintComponent(). The Backdrop
can produce whatever image it wishes on the BufferedImage and the
OverView will display this image as its background.
getMinLabel
java.lang.String getMinLabel()
getMaxLabel
java.lang.String getMaxLabel()
getStartLabel
java.lang.String getStartLabel()
getExtentLabel
java.lang.String getExtentLabel()