org.jzy3d.plot3d.primitives
Class ConcurrentLineStrip
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.AbstractWireframeable
-
- org.jzy3d.plot3d.primitives.LineStrip
-
- org.jzy3d.plot3d.primitives.ConcurrentLineStrip
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw
- Direct Known Subclasses:
- ConcurrentLineStripSplitted
public class ConcurrentLineStrip extends LineStrip
-
-
Constructor Summary
Constructors Constructor and Description ConcurrentLineStrip()ConcurrentLineStrip(int n)ConcurrentLineStrip(java.util.List<Coord3d> coords)ConcurrentLineStrip(Point c1, Point c2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Point point)voidapplyGeometryTransform(Transform transform)voidclear()voiddrawLine(com.jogamp.opengl.GL gl)voiddrawPoints(com.jogamp.opengl.GL gl)PointgetLastPoint()voidupdateBounds()-
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
addAll, addAll, draw, drawLineGL2, drawLineGLES2, drawPointsGL2, drawPointsGLES2, get, getDistance, getLongestDistance, getPoints, getShortestDistance, isShowPoints, merge, setShowPoints, setWidth, size, toString
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractWireframeable
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, dispose, doTransform, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString
-
-
-
-
Constructor Detail
-
ConcurrentLineStrip
public ConcurrentLineStrip()
-
ConcurrentLineStrip
public ConcurrentLineStrip(int n)
-
ConcurrentLineStrip
public ConcurrentLineStrip(java.util.List<Coord3d> coords)
-
-
Method Detail
-
drawPoints
public void drawPoints(com.jogamp.opengl.GL gl)
- Overrides:
drawPointsin classLineStrip
-
applyGeometryTransform
public void applyGeometryTransform(Transform transform)
- Overrides:
applyGeometryTransformin classLineStrip
-
updateBounds
public void updateBounds()
- Overrides:
updateBoundsin classLineStrip
-
getLastPoint
public Point getLastPoint()
- Overrides:
getLastPointin classLineStrip
-
-
DMelt 3.0 © DataMelt by jWork.ORG