com.metsci.glimpse.charts.bathy
Class ContourPainter
java.lang.Object
com.metsci.glimpse.painter.base.GlimpsePainterImpl
com.metsci.glimpse.painter.base.GlimpsePainter2D
com.metsci.glimpse.charts.bathy.ContourPainter
- All Implemented Interfaces:
- GlimpsePainter
public class ContourPainter
- extends GlimpsePainter2D
- Author:
- ulman
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContourPainter
public ContourPainter(ContourData data)
ContourPainter
public ContourPainter(float[] coordsX,
float[] coordsY)
paintTo
public void paintTo(GlimpseContext context,
GlimpseBounds bounds,
Axis2D axis)
- Specified by:
paintTo
in class GlimpsePainter2D
setLineColor
public void setLineColor(float r,
float g,
float b,
float a)
setLineWidth
public void setLineWidth(float width)
dispose
public void dispose(javax.media.opengl.GLContext context)
Copyright © 2012 Metron, Inc.. All Rights Reserved.