public class ConcurrentScatterPoint extends ScatterPoint
points, width
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
ConcurrentScatterPoint() |
ConcurrentScatterPoint(List<LightPoint> points,
float width) |
Modifier and Type | Method and Description |
---|---|
void |
add(LightPoint point) |
void |
applyGeometryTransform(Transform transform) |
void |
drawGL2(com.jogamp.opengl.GL gl) |
void |
drawGLES2() |
void |
updateBounds() |
clear, draw, getColor, getData, setColor, setPoints, setWidth
addDrawableListener, call, call, callWithAlphaFactor, colorGL2, colorGLES2, dispose, doDrawBounds, doTransform, fireDrawableChanged, fireDrawableChanged, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, negative, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, toString, vertexGL2, vertexGLES2
public ConcurrentScatterPoint()
public ConcurrentScatterPoint(List<LightPoint> points, float width)
public void drawGLES2()
drawGLES2
in class ScatterPoint
public void drawGL2(com.jogamp.opengl.GL gl)
drawGL2
in class ScatterPoint
public void applyGeometryTransform(Transform transform)
applyGeometryTransform
in class ScatterPoint
public void add(LightPoint point)
add
in class ScatterPoint
public void updateBounds()
updateBounds
in class ScatterPoint
Copyright © 2016. All rights reserved.