org.jzy3d.plot3d.primitives.contour
Class ContourLevel
java.lang.Object
org.jzy3d.plot3d.primitives.AbstractDrawable
org.jzy3d.plot3d.primitives.AbstractWireframeable
org.jzy3d.plot3d.primitives.AbstractComposite
org.jzy3d.plot3d.primitives.contour.ContourLevel
- All Implemented Interfaces:
- IMultiColorable, ISingleColorable, IGLRenderer, ISortableDraw
public class ContourLevel
- extends AbstractComposite
A ContourLevel
is an AbstractComposite
gathering a collection of
LineStrip
s for a given contour level.
- Author:
- Martin
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractComposite |
add, add, applyGeometryTransform, clear, draw, get, getBounds, getColor, getColorMapper, getDrawables, getTransform, isDetailedToString, remove, setColor, setColorMapper, setDetailedToString, setDisplayed, setFaceDisplayed, setTransform, setTransformBefore, setWireframeColor, setWireframeDisplayed, setWireframeWidth, size, toString, toString, updateBounds |
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable |
addDrawableListener, call, call, callWithAlphaFactor, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setLegend, setLegendDisplayed |
policy
protected ILineStripMergePolicy policy
id
protected int id
value
protected float value
lines
protected List<LineStrip> lines
ContourLevel
public ContourLevel()
ContourLevel
public ContourLevel(float value)
ContourLevel
public ContourLevel(int id,
float value,
List<LineStrip> lines)
getId
public int getId()
getValue
public float getValue()
getLines
public List<LineStrip> getLines()
appendLine
public void appendLine(LineStrip strip)
fixZ
public void fixZ(float value)
updateComponents
protected void updateComponents()
Copyright © 2013. All rights reserved.