org.jzy3d.plot3d.primitives.graphs.impl
Class TextureGraph2d<V,E>

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.AbstractDrawable
      extended by org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d<V,E>
          extended by org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d<V,E>
              extended by org.jzy3d.plot3d.primitives.graphs.impl.TextureGraph2d<V,E>
All Implemented Interfaces:
IDrawableGraph2d<V,E>, IGLRenderer, ISortableDraw

public class TextureGraph2d<V,E>
extends DefaultDrawableGraph2d<V,E>


Field Summary
static float TEX_MAPPING_HEIGHT
           
static float TEX_MAPPING_WIDTH
           
 
Constructor Summary
TextureGraph2d(java.lang.String nodeMaskFile)
           
 
Method Summary
 void setGraphModel(IGraph<V,E> graph, PickingSupport picking)
           
 
Methods inherited from class org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d
clearHighlighted, draw, getGraphFormatter, getGraphLayout, getGraphModel, getLabelSceneOffset, getLabelScreenOffset, isEdgeHighlighted, isVertexHighlighted, setGraphFormatter, setGraphLayout, setLabelSceneOffset, setLabelScreenOffset, setVertexHighlighted
 
Methods inherited from class org.jzy3d.plot3d.primitives.AbstractDrawable
addDrawableListener, dispose, getBarycentre, getBounds, getDistance, getFace, getLongestDistance, getShortestDistance, getTransform, hasFace, isDisplayed, isFace2dDisplayed, removeDrawableListener, setDisplayed, setLegend, setLegendDisplayed, setTransform, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEX_MAPPING_WIDTH

public static float TEX_MAPPING_WIDTH

TEX_MAPPING_HEIGHT

public static float TEX_MAPPING_HEIGHT
Constructor Detail

TextureGraph2d

public TextureGraph2d(java.lang.String nodeMaskFile)
Method Detail

setGraphModel

public void setGraphModel(IGraph<V,E> graph,
                          PickingSupport picking)
Specified by:
setGraphModel in interface IDrawableGraph2d<V,E>
Overrides:
setGraphModel in class AbstractDrawableGraph2d<V,E>