org.jzy3d.plot3d.primitives
Class ConcurrentLineStripSplitted
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.AbstractWireframeable
-
- org.jzy3d.plot3d.primitives.LineStrip
-
- org.jzy3d.plot3d.primitives.ConcurrentLineStrip
-
- org.jzy3d.plot3d.primitives.ConcurrentLineStripSplitted
-
- All Implemented Interfaces:
- IGLRenderer, ISortableDraw
public class ConcurrentLineStripSplitted extends ConcurrentLineStrip
-
-
Constructor Summary
Constructors Constructor and Description ConcurrentLineStripSplitted()ConcurrentLineStripSplitted(int n)ConcurrentLineStripSplitted(java.util.List<Coord3d> coords)ConcurrentLineStripSplitted(Point c1, Point c2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidadd(Point point)voidaddAndSplit(Point point)voidbegin(com.jogamp.opengl.GL gl)voiddrawLineGL2(com.jogamp.opengl.GL gl)voiddrawLineSegmentsGL2ByPointColor(com.jogamp.opengl.GL gl)voiddrawLineSegmentsGL2ByWireColor(com.jogamp.opengl.GL gl)voidend(com.jogamp.opengl.GL gl)voidpointColorSelf(com.jogamp.opengl.GL gl, Point p)voidpointColorWire(com.jogamp.opengl.GL gl, Point p)-
Methods inherited from class org.jzy3d.plot3d.primitives.ConcurrentLineStrip
applyGeometryTransform, clear, drawLine, drawPoints, getLastPoint, updateBounds
-
Methods inherited from class org.jzy3d.plot3d.primitives.LineStrip
addAll, addAll, draw, 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
-
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted()
-
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted(int n)
-
ConcurrentLineStripSplitted
public ConcurrentLineStripSplitted(java.util.List<Coord3d> coords)
-
-
Method Detail
-
drawLineGL2
public void drawLineGL2(com.jogamp.opengl.GL gl)
- Overrides:
drawLineGL2in classLineStrip
-
drawLineSegmentsGL2ByPointColor
public void drawLineSegmentsGL2ByPointColor(com.jogamp.opengl.GL gl)
-
drawLineSegmentsGL2ByWireColor
public void drawLineSegmentsGL2ByWireColor(com.jogamp.opengl.GL gl)
-
pointColorWire
public void pointColorWire(com.jogamp.opengl.GL gl, Point p)
-
pointColorSelf
public void pointColorSelf(com.jogamp.opengl.GL gl, Point p)
-
begin
public void begin(com.jogamp.opengl.GL gl)
-
end
public void end(com.jogamp.opengl.GL gl)
-
addAndSplit
public void addAndSplit(Point point)
-
add
public void add(Point point)
- Overrides:
addin classConcurrentLineStrip
-
-
DMelt 3.0 © DataMelt by jWork.ORG