public class ConcurrentLineStripSplitted extends ConcurrentLineStrip
points, showPoints, widthfacestatus, wfcolor, wfstatus, wfwidthbbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore| Constructor and Description |
|---|
ConcurrentLineStripSplitted() |
ConcurrentLineStripSplitted(int n) |
ConcurrentLineStripSplitted(List<Coord3d> coords) |
ConcurrentLineStripSplitted(Point c1,
Point c2) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Point point) |
void |
addAndSplit(Point point) |
void |
begin(com.jogamp.opengl.GL gl) |
void |
drawLineGL2(com.jogamp.opengl.GL gl) |
void |
drawLineSegmentsGL2ByPointColor(com.jogamp.opengl.GL gl) |
void |
drawLineSegmentsGL2ByWireColor(com.jogamp.opengl.GL gl) |
void |
end(com.jogamp.opengl.GL gl) |
void |
pointColorSelf(com.jogamp.opengl.GL gl,
Point p) |
void |
pointColorWire(com.jogamp.opengl.GL gl,
Point p) |
applyGeometryTransform, clear, drawLine, drawPoints, getLastPoint, updateBoundsaddAll, addAll, draw, drawLineGLES2, drawPointsGL2, drawPointsGLES2, get, getDistance, getLongestDistance, getPoints, getShortestDistance, isShowPoints, merge, setShowPoints, setWidth, size, toStringgetFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidthaddDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getLegend, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, vertexGL2, vertexGLES2public ConcurrentLineStripSplitted()
public ConcurrentLineStripSplitted(int n)
public void drawLineGL2(com.jogamp.opengl.GL gl)
drawLineGL2 in class LineStrippublic void drawLineSegmentsGL2ByPointColor(com.jogamp.opengl.GL gl)
public void drawLineSegmentsGL2ByWireColor(com.jogamp.opengl.GL gl)
public void pointColorWire(com.jogamp.opengl.GL gl,
Point p)
public void pointColorSelf(com.jogamp.opengl.GL gl,
Point p)
public void begin(com.jogamp.opengl.GL gl)
public void end(com.jogamp.opengl.GL gl)
public void addAndSplit(Point point)
public void add(Point point)
add in class ConcurrentLineStripCopyright © 2016. All rights reserved.