Package org.jzy3d.plot3d.primitives
Class ConcurrentScatterPoint
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.Drawable
-
- org.jzy3d.plot3d.primitives.ScatterPoint
-
- org.jzy3d.plot3d.primitives.ConcurrentScatterPoint
-
- All Implemented Interfaces:
ISingleColorable,IGLRenderer,ISortableDraw
public class ConcurrentScatterPoint extends ScatterPoint
-
-
Field Summary
-
Fields inherited from class org.jzy3d.plot3d.primitives.ScatterPoint
points, width
-
Fields inherited from class org.jzy3d.plot3d.primitives.Drawable
bbox, boundingBoxColor, boundingBoxDisplayed, displayed, hasListeners, legend, legendDisplayed, listeners, spaceTransformer, transform, transformBefore
-
-
Constructor Summary
Constructors Constructor Description ConcurrentScatterPoint()ConcurrentScatterPoint(List<LightPoint> points, float width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(LightPoint point)voidapplyGeometryTransform(Transform transform)protected voiddoDrawPoints(IPainter painter)voidupdateBounds()-
Methods inherited from class org.jzy3d.plot3d.primitives.ScatterPoint
clear, draw, getColor, getData, setColor, setPoints, setWidth
-
Methods inherited from class org.jzy3d.plot3d.primitives.Drawable
addDrawableListener, dispose, doDrawBoundsIfDisplayed, 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
-
-
-
-
Constructor Detail
-
ConcurrentScatterPoint
public ConcurrentScatterPoint()
-
ConcurrentScatterPoint
public ConcurrentScatterPoint(List<LightPoint> points, float width)
-
-
Method Detail
-
doDrawPoints
protected void doDrawPoints(IPainter painter)
- Overrides:
doDrawPointsin classScatterPoint
-
applyGeometryTransform
public void applyGeometryTransform(Transform transform)
- Overrides:
applyGeometryTransformin classScatterPoint
-
add
public void add(LightPoint point)
- Overrides:
addin classScatterPoint
-
updateBounds
public void updateBounds()
- Overrides:
updateBoundsin classScatterPoint
-
-