public class AWTSerieLegend extends AWTLegend
| Modifier and Type | Field and Description |
|---|---|
protected Serie2d |
serie |
background, drawable, foreground, imageGenerator, minimumDimensionimageHeight, imageObj, imageWidthlastViewPort, mode, ratioHeight, ratioWidth, screenBottom, screenGridDisplayed, screenHeight, screenLeft, screenSquaredDim, screenWidth, screenXOffset, screenYOffset| Constructor and Description |
|---|
AWTSerieLegend(AbstractDrawable drawable) |
AWTSerieLegend(AbstractDrawable drawable,
Color foreground,
Color background) |
AWTSerieLegend(Serie2d serie) |
| Modifier and Type | Method and Description |
|---|---|
void |
initImageGenerator() |
void |
render(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu)
Renders the picture into the window, according to the viewport settings.
|
BufferedImage |
toImage(int width,
int height) |
dispose, drawableChanged, getBackground, getForeground, getMinimumDimension, getMinimumSize, saveImage, setBackground, setForeground, setGeneratorColors, setMinimumDimension, setMinimumSize, setViewPort, updateImagegetImage, getPreferedSize, setImage, setImage, setImageapplyViewport, getLastViewPort, getMode, getRectangle, renderSubScreenGrid, setScreenGridDisplayed, setViewPort, setViewPort, setViewportModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLastViewPort, getMode, getPreferedSize, setViewPort, setViewPort, setViewportModeprotected Serie2d serie
public AWTSerieLegend(Serie2d serie)
public AWTSerieLegend(AbstractDrawable drawable)
public AWTSerieLegend(AbstractDrawable drawable, Color foreground, Color background)
public void initImageGenerator()
public void render(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu)
IImageViewportrender in interface IImageViewportrender in class AWTImageViewportpublic BufferedImage toImage(int width, int height)
Copyright © 2021. All rights reserved.