NASA World Wind

gov.nasa.worldwind.render
Class PipeRenderer

java.lang.Object
  extended by gov.nasa.worldwind.render.LocationRenderer
      extended by gov.nasa.worldwind.render.PipeRenderer
All Implemented Interfaces:
Disposable

public class PipeRenderer
extends LocationRenderer


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.render.LocationRenderer
LocationRenderer.Cylinder, LocationRenderer.Shape
 
Field Summary
 
Fields inherited from class gov.nasa.worldwind.render.LocationRenderer
CONE, CYLINDER, lowerLimit, pickSupport, SPHERE, upperLimit
 
Constructor Summary
PipeRenderer()
           
 
Method Summary
protected  Vec4 draw(DrawContext dc, Iterator<TrackPoint> trackPositions)
           
 Material getJunctionMaterial()
           
 String getJunctionShape()
           
 Material getPipeMaterial()
           
 void setJunctionMaterial(Material material)
           
 void setJunctionShape(String shapeName)
           
 void setPipeMaterial(Material material)
           
 
Methods inherited from class gov.nasa.worldwind.render.LocationRenderer
begin, computeSurfacePoint, dispose, end, getClient, getElevation, getLowerLimit, getUpperLimit, isOverrideElevation, pick, render, setClient, setElevation, setLowerLimit, setOverrideElevation, setUpperLimit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeRenderer

public PipeRenderer()
Method Detail

draw

protected Vec4 draw(DrawContext dc,
                    Iterator<TrackPoint> trackPositions)
Specified by:
draw in class LocationRenderer

getJunctionMaterial

public Material getJunctionMaterial()

getJunctionShape

public String getJunctionShape()

getPipeMaterial

public Material getPipeMaterial()

setJunctionMaterial

public void setJunctionMaterial(Material material)

setJunctionShape

public void setJunctionShape(String shapeName)

setPipeMaterial

public void setPipeMaterial(Material material)

NASA World Wind