public class EventPainterManager extends GlimpseDataPainter1D
BYTES_PER_FLOAT, logger
Constructor and Description |
---|
EventPainterManager(EventPlotInfo plot,
EventManager manager,
Epoch epoch,
TextureAtlas atlas) |
Modifier and Type | Method and Description |
---|---|
float[] |
getBackgroundColor() |
float[] |
getBorderColor() |
Epoch |
getEpoch() |
EventPainter |
getEventPainter() |
EventPlotInfo |
getEventPlotInfo() |
float[] |
getTextColor() |
float[] |
getTextColorNoBackground() |
com.jogamp.opengl.util.awt.TextRenderer |
getTextRenderer() |
TextureAtlas |
getTextureAtlas() |
boolean |
isBackgroundColorSet() |
boolean |
isBorderColorSet() |
boolean |
isHorizontal() |
boolean |
isTextColorSet() |
void |
paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis1D axis) |
void |
setBackgroundColor(float[] backgroundColor) |
void |
setBorderColor(float[] borderColor) |
void |
setEventPainter(EventPainter painter) |
EventPainterManager |
setFont(Font font,
boolean antialias) |
void |
setLookAndFeel(LookAndFeel laf)
Sets display options for the painter based on the provided LookAndFeel.
|
void |
setTextColor(float[] textColor) |
paintTo
paintTo
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setVisible
public EventPainterManager(EventPlotInfo plot, EventManager manager, Epoch epoch, TextureAtlas atlas)
public void setEventPainter(EventPainter painter)
public EventPainter getEventPainter()
public boolean isTextColorSet()
public boolean isBackgroundColorSet()
public boolean isBorderColorSet()
public float[] getBackgroundColor()
public void setBackgroundColor(float[] backgroundColor)
public float[] getBorderColor()
public void setBorderColor(float[] borderColor)
public float[] getTextColorNoBackground()
public float[] getTextColor()
public void setTextColor(float[] textColor)
public com.jogamp.opengl.util.awt.TextRenderer getTextRenderer()
public TextureAtlas getTextureAtlas()
public EventPainterManager setFont(Font font, boolean antialias)
public boolean isHorizontal()
public Epoch getEpoch()
public EventPlotInfo getEventPlotInfo()
public void paintTo(javax.media.opengl.GL2 gl, GlimpseBounds bounds, Axis1D axis)
paintTo
in class GlimpseDataPainter1D
public void setLookAndFeel(LookAndFeel laf)
GlimpsePainter
setLookAndFeel
in interface GlimpsePainter
setLookAndFeel
in class GlimpsePainterImpl
Copyright © 2013 Metron, Inc.. All rights reserved.