public class LandShapePainter extends GlimpsePainterBase
| Constructor and Description |
|---|
LandShapePainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
centerAxesOnShape(Shape shape,
Axis2D axis) |
void |
deleteAll() |
void |
doDispose(GlimpseContext context) |
void |
doPaintTo(GlimpseContext context) |
void |
loadLandFile(File file,
GeoProjection geoProjection)
Deprecated.
|
void |
loadLandFile(InputStream in,
GeoProjection geoProjection)
Deprecated.
|
void |
loadLandFile(String file,
GeoProjection geoProjection)
Deprecated.
|
void |
loadLandFileAndCenterAxis(File file,
GeoProjection geoProjection,
Axis2D axis)
Deprecated.
|
void |
loadLandFileAndCenterAxis(LandShapeCapable landFile,
GeoProjection geoProjection,
Axis2D axis) |
void |
loadLandFileAndCenterAxis(LandShape landShape,
GeoProjection geoProjection,
Axis2D axis) |
void |
loadNdgcLandFile(InputStream in,
GeoProjection geoProjection) |
void |
loadNgdcLandFile(File file,
GeoProjection geoProjection) |
void |
loadNgdcLandFile(String file,
GeoProjection geoProjection) |
void |
loadNgdcLandFileAndCenterAxis(File file,
GeoProjection geoProjection,
Axis2D axis) |
void |
loadNgdcLandFileAndCenterAxis(InputStream in,
GeoProjection geoProjection,
Axis2D axis) |
void |
setFill(boolean show) |
void |
setFillColor(float[] rgba) |
void |
setFillColor(float r,
float g,
float b,
float a) |
void |
setLineColor(float[] rgba) |
void |
setLineColor(float r,
float g,
float b,
float a) |
void |
setLineDotted(boolean dotted) |
void |
setLineDotted(int stippleFactor,
short stipplePattern) |
void |
setLineWidth(int width) |
void |
setPolyDotted(boolean dotted) |
void |
setPolyDotted(byte[] stipple) |
void |
setShowLines(boolean show) |
dispose, getAxis1D, getAxis2D, getBounds, getGL3, isDisposed, isVisible, paintTo, requireAxis1D, requireAxis2D, setLookAndFeel, setVisible@Deprecated public void loadLandFile(InputStream in, GeoProjection geoProjection) throws IOException
in - geoProjection - IOExceptionpublic void loadNdgcLandFile(InputStream in, GeoProjection geoProjection) throws IOException
IOException@Deprecated public void loadLandFile(String file, GeoProjection geoProjection) throws IOException
file - geoProjection - IOExceptionpublic void loadNgdcLandFile(String file, GeoProjection geoProjection) throws IOException
IOException@Deprecated public void loadLandFile(File file, GeoProjection geoProjection) throws IOException
file - geoProjection - IOExceptionpublic void loadNgdcLandFile(File file, GeoProjection geoProjection) throws IOException
IOException@Deprecated public void loadLandFileAndCenterAxis(File file, GeoProjection geoProjection, Axis2D axis) throws IOException
file - geoProjection - axis - IOExceptionpublic void loadNgdcLandFileAndCenterAxis(InputStream in, GeoProjection geoProjection, Axis2D axis) throws IOException
IOExceptionpublic void loadNgdcLandFileAndCenterAxis(File file, GeoProjection geoProjection, Axis2D axis) throws IOException
IOExceptionpublic void loadLandFileAndCenterAxis(LandShapeCapable landFile, GeoProjection geoProjection, Axis2D axis) throws IOException
IOExceptionpublic void loadLandFileAndCenterAxis(LandShape landShape, GeoProjection geoProjection, Axis2D axis) throws IOException
IOExceptionpublic void setLineColor(float r,
float g,
float b,
float a)
public void setLineColor(float[] rgba)
public void setLineWidth(int width)
public void setShowLines(boolean show)
public void setPolyDotted(byte[] stipple)
public void setPolyDotted(boolean dotted)
public void setLineDotted(boolean dotted)
public void setLineDotted(int stippleFactor,
short stipplePattern)
public void setFill(boolean show)
public void setFillColor(float[] rgba)
public void setFillColor(float r,
float g,
float b,
float a)
public void deleteAll()
public void doDispose(GlimpseContext context)
public void doPaintTo(GlimpseContext context)
Copyright © 2018 Metron, Inc.. All rights reserved.