org.jzy3d.plot3d.primitives.contour
Class ContourLevel

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.AbstractDrawable
      extended by org.jzy3d.plot3d.primitives.AbstractWireframeable
          extended by org.jzy3d.plot3d.primitives.AbstractComposite
              extended by org.jzy3d.plot3d.primitives.contour.ContourLevel
All Implemented Interfaces:
IMultiColorable, ISingleColorable, IGLRenderer, ISortableDraw, IWireframeable

public class ContourLevel
extends AbstractComposite

A ContourLevel is an AbstractComposite gathering a collection of LineStrips for a given contour level.

Author:
Martin

Constructor Summary
ContourLevel()
           
ContourLevel(float value)
           
ContourLevel(int id, float value, java.util.List<LineStrip> lines)
           
 
Method Summary
 void appendLine(LineStrip strip)
           
 void fixZ(float value)
           
 int getId()
           
 java.util.List<LineStrip> getLines()
           
 float getValue()
           
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractComposite
add, add, canBeSplitted, clear, draw, get, getBounds, getColor, getColorMapper, getDrawables, getTransform, isDetailedToString, remove, setColor, setColorMapper, setDetailedToString, setDisplayed, setFaceDisplayed, setTransform, setWireframeColor, setWireframeDisplayed, setWireframeWidth, size, toString, toString
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, dispose, getBarycentre, getDistance, getFace, getLongestDistance, getShortestDistance, hasFace, isDisplayed, isFace2dDisplayed, removeDrawableListener, setLegend, setLegendDisplayed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContourLevel

public ContourLevel()

ContourLevel

public ContourLevel(float value)

ContourLevel

public ContourLevel(int id,
                    float value,
                    java.util.List<LineStrip> lines)
Method Detail

getId

public int getId()

getValue

public float getValue()

getLines

public java.util.List<LineStrip> getLines()

appendLine

public void appendLine(LineStrip strip)

fixZ

public void fixZ(float value)