public class ScalePainter extends GlimpsePainterImpl
BYTES_PER_FLOAT, logger
Constructor and Description |
---|
ScalePainter() |
Modifier and Type | Method and Description |
---|---|
void |
dispose(javax.media.opengl.GLContext context) |
float[] |
getBorderColor() |
int |
getPixelBufferX() |
int |
getPixelBufferY() |
int |
getPixelHeight() |
float[] |
getPrimaryColor() |
int |
getScaleHeight() |
float[] |
getSecondaryColor() |
float[] |
getTextColor() |
AxisUnitConverter |
getUnitConverter() |
String |
getUnitLabel() |
void |
setBorderColor(float[] borderColor) |
void |
setPixelBufferX(int buffer) |
void |
setPixelBufferY(int buffer) |
void |
setPixelHeight(int pixelHeight) |
void |
setPixelWidth(int pixelWidth) |
void |
setPrimaryColor(float[] primaryColor) |
void |
setSecondaryColor(float[] secondaryColor) |
void |
setShowOverallLength(boolean show) |
void |
setShowTickLength(boolean show) |
void |
setTextColor(float[] textColor) |
void |
setUnitConverter(AxisUnitConverter converter) |
void |
setUnitLabel(String unitLabel) |
dispose, isDisposed, isVisible, paintTo, setErrorHandling, setLookAndFeel, setVisible
public float[] getBorderColor()
public void setBorderColor(float[] borderColor)
public float[] getPrimaryColor()
public void setPrimaryColor(float[] primaryColor)
public float[] getSecondaryColor()
public void setSecondaryColor(float[] secondaryColor)
public float[] getTextColor()
public void setTextColor(float[] textColor)
public int getPixelBufferX()
public void setPixelBufferX(int buffer)
public int getPixelBufferY()
public void setPixelBufferY(int buffer)
public int getScaleHeight()
public void setPixelHeight(int pixelHeight)
public int getPixelHeight()
public void setPixelWidth(int pixelWidth)
public AxisUnitConverter getUnitConverter()
public void setUnitConverter(AxisUnitConverter converter)
public String getUnitLabel()
public void setUnitLabel(String unitLabel)
public void setShowTickLength(boolean show)
public void setShowOverallLength(boolean show)
public void dispose(javax.media.opengl.GLContext context)
Copyright © 2013 Metron, Inc.. All rights reserved.