Interface ILegend
-
- All Superinterfaces:
IImageViewport
- All Known Implementing Classes:
AWTColorbarLegend,AWTLegend,AWTSerieLegend,AWTSeriesLegend
public interface ILegend extends IImageViewport
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrawableChanged(DrawableChangedEvent e)FontgetFont()intgetHeight()intgetWidth()voidsetFont(Font font)voidupdateImage()Recompute the picture, using last used dimensions.-
Methods inherited from interface org.jzy3d.plot3d.rendering.view.IImageViewport
getLastViewPort, getMinimumSize, getMode, getPreferedSize, getSliceWidth, render, setViewPort, setViewPort, setViewPort, setViewportMode
-
-
-
-
Method Detail
-
drawableChanged
void drawableChanged(DrawableChangedEvent e)
-
updateImage
void updateImage()
Recompute the picture, using last used dimensions.
-
setFont
void setFont(Font font)
-
getFont
Font getFont()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
-