public class ConcurrentLineStrip extends LineStrip
points, showPoints, width
facestatus, wfcolor, wfstatus, wfwidth
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
ConcurrentLineStrip() |
ConcurrentLineStrip(int n) |
ConcurrentLineStrip(List<Coord3d> coords) |
ConcurrentLineStrip(Point c1,
Point c2) |
Modifier and Type | Method and Description |
---|---|
void |
add(Point point) |
void |
applyGeometryTransform(Transform transform) |
void |
clear() |
void |
drawLine(com.jogamp.opengl.GL gl) |
void |
drawPoints(com.jogamp.opengl.GL gl) |
Point |
getLastPoint() |
void |
updateBounds() |
addAll, addAll, draw, drawLineGL2, drawLineGLES2, drawPointsGL2, drawPointsGLES2, get, getDistance, getLongestDistance, getPoints, getShortestDistance, isShowPoints, merge, setShowPoints, setWidth, size, toString
getFaceDisplayed, getWireframeColor, getWireframeDisplayed, getWireframeWidth, setFaceDisplayed, setWireframeColor, setWireframeDisplayed, setWireframeWidth
addDrawableListener, 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, vertexGLES2
public ConcurrentLineStrip()
public ConcurrentLineStrip(int n)
public void drawPoints(com.jogamp.opengl.GL gl)
drawPoints
in class LineStrip
public void applyGeometryTransform(Transform transform)
applyGeometryTransform
in class LineStrip
public void updateBounds()
updateBounds
in class LineStrip
public Point getLastPoint()
getLastPoint
in class LineStrip
Copyright © 2016. All rights reserved.