org.jzy3d.plot3d.primitives.graphs.impl
Class PointGraph2d<V,E>
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.AbstractDrawable
-
- org.jzy3d.plot3d.primitives.graphs.AbstractDrawableGraph2d<V,E>
-
- org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d<V,E>
-
- org.jzy3d.plot3d.primitives.graphs.impl.PointGraph2d<V,E>
-
- All Implemented Interfaces:
- IDrawableGraph2d<V,E>, IGLRenderer, ISortableDraw
public class PointGraph2d<V,E> extends DefaultDrawableGraph2d<V,E>
-
-
Constructor Summary
Constructors Constructor and Description PointGraph2d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidsetGraphModel(IGraph<V,E> graph)voidsetGraphModel(IGraph<V,E> graph, PickingSupport picking)-
Methods inherited from class org.jzy3d.plot3d.primitives.graphs.impl.DefaultDrawableGraph2d
applyGeometryTransform, updateBounds
-
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, doTransform, getBarycentre, getBoundingBoxColor, getBounds, getDistance, getLegend, getLongestDistance, getShortestDistance, getSpaceTransformer, getTransform, getTransformBefore, hasLegend, isBoundingBoxDisplayed, isDisplayed, isLegendDisplayed, removeDrawableListener, setBoundingBoxColor, setBoundingBoxDisplayed, setDisplayed, setLegend, setLegendDisplayed, setSpaceTransformer, setTransform, setTransformBefore, toString, toString
-
-
-
-
Method Detail
-
setGraphModel
public void setGraphModel(IGraph<V,E> graph, PickingSupport picking)
- Specified by:
setGraphModelin interfaceIDrawableGraph2d<V,E>- Overrides:
setGraphModelin classAbstractDrawableGraph2d<V,E>
-
setGraphModel
public void setGraphModel(IGraph<V,E> graph)
- Specified by:
setGraphModelin interfaceIDrawableGraph2d<V,E>- Overrides:
setGraphModelin classAbstractDrawableGraph2d<V,E>
-
-
DMelt 3.0 © DataMelt by jWork.ORG