Class CameraPathAnnotation
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Drawable
-
- org.jzy3d.plot3d.primitives.Wireframeable
-
- org.jzy3d.plot3d.primitives.LineStrip
-
- org.jzy3d.plot3d.rendering.view.annotation.CameraPathAnnotation
-
- All Implemented Interfaces:
IGLRenderer,ISortableDraw
public class CameraPathAnnotation extends LineStrip
Record the camera position at regular interval and draws the path based on these point accumulation.- Author:
- Martin
-
-
Field Summary
Fields Modifier and Type Field Description protected TicToctimerprotected Viewview-
Fields inherited from class org.jzy3d.plot3d.primitives.LineStrip
points, showPoints, showSymbols, stipple, stippleFactor, stipplePattern, symbolHandler
-
Fields inherited from class org.jzy3d.plot3d.primitives.Wireframeable
depthFunctionChangeForWireframe, faceDisplayed, materialAmbiantReflection, materialDiffuseReflection, materialEmission, materialShininess, materialSpecularReflection, NO_OVERLAP_DEPTH_RATIO, polygonOffsetFactor, polygonOffsetFillEnable, polygonOffsetUnit, polygonWireframeDepthTrick, reflectLight, wireframeColor, wireframeColorFromPolygonPoints, wireframeDisplayed, wireframeWidth, wireframeWithLineLoop
-
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
-
Constructor Summary
Constructors Constructor Description CameraPathAnnotation(View view, Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddraw(IPainter painter)Call OpenGL2 routines for rendering the object.voidupdateCameraPath()-
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
add, add, add, add, addAll, addAll, addAllPoints, applyGeometryTransform, clear, drawLine, drawPoints, drawPointsIfEnabled, get, getColor, getDistance, getLastPoint, getLongestDistance, getPoints, getShortestDistance, getStippleFactor, getStipplePattern, getSymbolHandler, getWidth, isShowPoints, isShowSymbols, isStipple, merge, setColor, setShowPoints, setShowSymbols, setSpaceTransformer, setStipple, setStippleFactor, setStipplePattern, setSymbolHandler, setWidth, setWireframeColor, size, toString, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.Wireframeable
applyDepthRangeDefault, applyDepthRangeForOverlying, applyDepthRangeForUnderlying, applyMaterial, doDrawBoundsIfDisplayed, getMaterialAmbiantReflection, getMaterialDiffuseReflection, getMaterialEmission, getMaterialShininess, getMaterialSpecularReflection, getPolygonOffsetFactor, getPolygonOffsetUnit, getWireframeColor, getWireframeWidth, isFaceDisplayed, isPolygonOffsetFillEnable, isPolygonWireframeDepthTrick, isReflectLight, isWireframeColorFromPolygonPoints, isWireframeDisplayed, polygonOffsetFillDisable, polygonOffsetFillEnable, polygonOffsetLineDisable, polygonOffsetLineEnable, setFaceDisplayed, setMaterialAmbiantReflection, setMaterialDiffuseReflection, setMaterialEmission, setMaterialShininess, setMaterialSpecularReflection, setPolygonOffsetFactor, setPolygonOffsetFillEnable, setPolygonOffsetUnit, setPolygonWireframeDepthTrick, setReflectLight, setWireframeColorFromPolygonPoints, setWireframeDisplayed, setWireframeWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, asWireframeable, dispose, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setTransform, setTransformBefore, toString
-
-