org.jzy3d.plot3d.primitives
Class LineStripInterpolated
java.lang.Object
org.jzy3d.plot3d.primitives.AbstractDrawable
org.jzy3d.plot3d.primitives.AbstractWireframeable
org.jzy3d.plot3d.primitives.AbstractComposite
org.jzy3d.plot3d.primitives.LineStripInterpolated
- All Implemented Interfaces:
- IMultiColorable, ISingleColorable, IGLRenderer, ISortableDraw
public class LineStripInterpolated
- extends AbstractComposite
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 |
line
protected LineStrip line
controlPoints
protected List<Point> controlPoints
interpolatedPoints
protected List<Point> interpolatedPoints
controlCoords
protected List<Coord3d> controlCoords
interpolatedCoords
protected List<Coord3d> interpolatedCoords
resolution
protected int resolution
LineStripInterpolated
public LineStripInterpolated(IInterpolator interpolator,
List<Coord3d> controlPoints,
int resolution)
toPoint
protected Point toPoint(Coord3d coord,
Color color,
float width)
toPoints
protected List<Point> toPoints(List<Coord3d> coords,
Color color,
float width)
getLine
public LineStrip getLine()
getControlPoints
public List<Point> getControlPoints()
getInterpolatedPoints
public List<Point> getInterpolatedPoints()
getControlCoords
public List<Coord3d> getControlCoords()
getInterpolatedCoords
public List<Coord3d> getInterpolatedCoords()
getResolution
public int getResolution()
Copyright © 2013. All rights reserved.