public class ConcurrentScatterMultiColor extends ScatterMultiColor implements IMultiColorable
colors, coordinates, mapper, width
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
Constructor and Description |
---|
ConcurrentScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper) |
ConcurrentScatterMultiColor(Coord3d[] coordinates,
Color[] colors,
ColorMapper mapper,
float width) |
ConcurrentScatterMultiColor(Coord3d[] coordinates,
ColorMapper mapper) |
Modifier and Type | Method and Description |
---|---|
void |
applyGeometryTransform(Transform transform) |
void |
drawGL2(com.jogamp.opengl.GL gl) |
void |
drawGLES2() |
void |
updateBounds() |
clear, draw, getColorMapper, getData, setColorMapper, setColors, setData, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getColorMapper, setColorMapper
public ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper)
public ConcurrentScatterMultiColor(Coord3d[] coordinates, ColorMapper mapper)
public ConcurrentScatterMultiColor(Coord3d[] coordinates, Color[] colors, ColorMapper mapper, float width)
public void drawGLES2()
drawGLES2
in class ScatterMultiColor
public void drawGL2(com.jogamp.opengl.GL gl)
drawGL2
in class ScatterMultiColor
public void applyGeometryTransform(Transform transform)
applyGeometryTransform
in class ScatterMultiColor
public void updateBounds()
updateBounds
in class ScatterMultiColor
Copyright © 2016. All rights reserved.