public class NumericXYAxisPainter extends GlimpsePainter2D
FunctionPlotExample
BYTES_PER_FLOAT, logger
Constructor and Description |
---|
NumericXYAxisPainter() |
NumericXYAxisPainter(AxisLabelHandler ticksX,
AxisLabelHandler ticksY) |
paintTo
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setVisible
public NumericXYAxisPainter(AxisLabelHandler ticksX, AxisLabelHandler ticksY)
public NumericXYAxisPainter()
public void setLabelHandlerX(AxisLabelHandler ticksX)
public void setLabelHandlerY(AxisLabelHandler ticksY)
public AxisLabelHandler getLabelHandlerX()
public AxisLabelHandler getLabelHandlerY()
public void setFont(Font font)
public NumericXYAxisPainter setFont(Font font, boolean antialias)
public NumericXYAxisPainter setTextColor(float[] rgba)
public NumericXYAxisPainter setLineColor(float r, float g, float b, float a)
public NumericXYAxisPainter setLockLeft(boolean lock)
public NumericXYAxisPainter setLockRight(boolean lock)
public NumericXYAxisPainter setLockBottom(boolean lock)
public NumericXYAxisPainter setLockTop(boolean lock)
public NumericXYAxisPainter setShowOriginLabel(boolean show)
public NumericXYAxisPainter setLineColor(float[] rgba)
public NumericXYAxisPainter setShowVerticalTicks(boolean show)
public NumericXYAxisPainter setShowHorizontalTicks(boolean show)
public NumericXYAxisPainter setShowLabelsNearOrigin(boolean show)
public NumericXYAxisPainter setShowOriginLines(boolean show)
public void paintTo(GlimpseContext context, GlimpseBounds bounds, Axis2D axis)
paintTo
in class GlimpsePainter2D
public void setLookAndFeel(LookAndFeel laf)
GlimpsePainter
setLookAndFeel
in interface GlimpsePainter
setLookAndFeel
in class GlimpsePainterImpl
public void dispose(javax.media.opengl.GLContext context)
Copyright © 2013 Metron, Inc.. All rights reserved.