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() |
float |
getBorderThickness() |
Epoch |
getEpoch() |
GroupedEventPainter |
getEventPainter() |
EventPlotInfo |
getEventPlotInfo() |
float[] |
getTextColor() |
float[] |
getTextColorNoBackground() |
com.jogamp.opengl.util.awt.TextRenderer |
getTextRenderer() |
TextureAtlas |
getTextureAtlas() |
boolean |
isBackgroundColorSet() |
boolean |
isBorderColorSet() |
boolean |
isBorderThicknessSet() |
boolean |
isHorizontal() |
boolean |
isTextColorSet() |
void |
paintTo(javax.media.opengl.GL2 gl,
GlimpseBounds bounds,
Axis1D axis) |
void |
setBackgroundColor(float[] backgroundColor) |
void |
setBorderColor(float[] borderColor) |
void |
setBorderThickness(float thickness) |
void |
setEventPainter(GroupedEventPainter 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(GroupedEventPainter painter)
public GroupedEventPainter getEventPainter()
public boolean isBorderThicknessSet()
public boolean isTextColorSet()
public boolean isBackgroundColorSet()
public boolean isBorderColorSet()
public float getBorderThickness()
public void setBorderThickness(float thickness)
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 © 2016 Metron, Inc.. All rights reserved.