Interface IDrawableGraph2d<V,E>
- All Known Implementing Classes:
AbstractDrawableGraph2d
,DefaultDrawableGraph2d
,PointGraph2d
,TextureGraph2d
public interface IDrawableGraph2d<V,E>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
void
setGraphFormatter
(IGraphFormatter<V, E> formatter) void
setGraphLayout
(IGraphLayout2d<V> mapping) void
setGraphModel
(IGraph<V, E> graph) void
setGraphModel
(IGraph<V, E> graph, PickingSupport picking) void
setVertexHighlighted
(V v, boolean nodeDisplayed)
-
Method Details
-
getGraphFormatter
IGraphFormatter<V,E> getGraphFormatter() -
getGraphLayout
IGraphLayout2d<V> getGraphLayout() -
getGraphModel
-
setGraphModel
-
setGraphModel
-
setGraphLayout
-
setGraphFormatter
-
isVertexHighlighted
-
isEdgeHighlighted
-
setVertexHighlighted
-
clearHighlighted
void clearHighlighted()
-