public class GraphColorMapper extends Object
Modifier and Type | Field and Description |
---|---|
protected org.jzy3d.colors.Color |
color |
protected org.jzy3d.colors.colormaps.ColorMapHotCold |
colormap |
protected org.jzy3d.plot3d.rendering.scene.Graph |
graph |
protected org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy |
ordering |
protected org.jzy3d.plot3d.rendering.view.View |
view |
Constructor and Description |
---|
GraphColorMapper() |
Modifier and Type | Method and Description |
---|---|
org.jzy3d.plot3d.rendering.scene.Graph |
getGraph() |
org.jzy3d.plot3d.rendering.view.View |
getView() |
void |
setGraph(org.jzy3d.plot3d.rendering.scene.Graph graph) |
void |
setView(org.jzy3d.plot3d.rendering.view.View view)
Enable a view listener to update points
|
void |
updateLines() |
void |
updatePointAlpha() |
protected void |
updatePointAlpha(org.jzy3d.plot3d.primitives.Point p,
double ratio) |
protected void |
updatePointColor(org.jzy3d.plot3d.primitives.Point p,
double dist,
double minDist,
double maxDist) |
protected org.jzy3d.colors.Color color
protected org.jzy3d.plot3d.rendering.view.View view
protected org.jzy3d.plot3d.rendering.scene.Graph graph
protected org.jzy3d.plot3d.rendering.ordering.BarycentreOrderingStrategy ordering
protected org.jzy3d.colors.colormaps.ColorMapHotCold colormap
public org.jzy3d.plot3d.rendering.scene.Graph getGraph()
public void setGraph(org.jzy3d.plot3d.rendering.scene.Graph graph)
public org.jzy3d.plot3d.rendering.view.View getView()
public void setView(org.jzy3d.plot3d.rendering.view.View view)
view
- public void updatePointAlpha()
protected void updatePointAlpha(org.jzy3d.plot3d.primitives.Point p, double ratio)
protected void updatePointColor(org.jzy3d.plot3d.primitives.Point p, double dist, double minDist, double maxDist)
public void updateLines()
Copyright © 2018. All rights reserved.