Class ShorelineTilePainter
- java.lang.Object
-
- com.metsci.glimpse.core.painter.group.DelegatePainter
-
- com.metsci.glimpse.core.painter.geo.TilePainter<float[]>
-
- com.metsci.glimpse.charts.shoreline.ShorelineTilePainter
-
- All Implemented Interfaces:
GlimpsePainter
public class ShorelineTilePainter extends TilePainter<float[]>
- Author:
- borkholder
-
-
Constructor Summary
Constructors Constructor Description ShorelineTilePainter(GeoProjection projection, File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintTo(GlimpseContext context)
Renders this GlimpsePainter to the provided GlimpseContext.void
setLandColor(float[] landColor)
-
Methods inherited from class com.metsci.glimpse.core.painter.group.DelegatePainter
addPainter, addPainter, dispose, getNumPainters, indexOf, isDisposed, isVisible, removeAll, removePainter, setLookAndFeel, setVisible
-
-
-
-
Constructor Detail
-
ShorelineTilePainter
public ShorelineTilePainter(GeoProjection projection, File file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
paintTo
public void paintTo(GlimpseContext context)
Description copied from interface:GlimpsePainter
Renders this GlimpsePainter to the provided GlimpseContext. The context defines the GLContext to use. The GlimpseContext also specifies where this GlimpsePainter should be rendered via the RenderTarget contained in the GlimpseContext.- Specified by:
paintTo
in interfaceGlimpsePainter
- Overrides:
paintTo
in classTilePainter<float[]>
-
setLandColor
public void setLandColor(float[] landColor)
-
-