public class LineStripInterpolated extends AbstractComposite
Modifier and Type | Field and Description |
---|---|
protected List<Coord3d> |
controlCoords |
protected List<Point> |
controlPoints |
protected List<Coord3d> |
interpolatedCoords |
protected List<Point> |
interpolatedPoints |
protected LineStrip |
line |
protected int |
resolution |
color, components, detailedToString, mapper, transform
facestatus, wfcolor, wfstatus, wfwidth
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transformBefore
Modifier | Constructor and Description |
---|---|
protected |
LineStripInterpolated() |
|
LineStripInterpolated(IInterpolator interpolator,
List<Coord3d> controlPoints,
int resolution) |
Modifier and Type | Method and Description |
---|---|
List<Coord3d> |
getControlCoords() |
List<Point> |
getControlPoints() |
List<Coord3d> |
getInterpolatedCoords() |
List<Point> |
getInterpolatedPoints() |
LineStrip |
getLine() |
int |
getResolution() |
protected Point |
toPoint(Coord3d coord,
Color color,
float width) |
protected List<Point> |
toPoints(List<Coord3d> coords,
Color color,
float width) |
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
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth
addDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, vertexGL2, vertexGLES2
protected LineStrip line
protected int resolution
protected LineStripInterpolated()
public LineStripInterpolated(IInterpolator interpolator, List<Coord3d> controlPoints, int resolution)
public LineStrip getLine()
public int getResolution()
Copyright © 2016. All rights reserved.