be.ac.ulg.montefiore.run.totem.visualtopo.graph
Class MyPluggableRenderer

java.lang.Object
  extended by edu.uci.ics.jung.visualization.AbstractRenderer
      extended by edu.uci.ics.jung.visualization.PluggableRenderer
          extended by be.ac.ulg.montefiore.run.totem.visualtopo.graph.ModifiedPluggableRenderer
              extended by be.ac.ulg.montefiore.run.totem.visualtopo.graph.MyPluggableRenderer
All Implemented Interfaces:
edu.uci.ics.jung.visualization.HasShapeFunctions, edu.uci.ics.jung.visualization.PickedInfo, edu.uci.ics.jung.visualization.Renderer

public class MyPluggableRenderer
extends ModifiedPluggableRenderer

A very simple modification of Pluggable renderer to allow arrows to be painted in different colors

Creation date: 30 mars 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

Field Summary
 
Fields inherited from class edu.uci.ics.jung.visualization.PluggableRenderer
arrow_placement_tolerance, centerVertexLabel, DASHED, dashing, DOTTED, dotting, edgeArrowFunction, edgeArrowPredicate, edgeFontFunction, edgeIncludePredicate, edgeLabelClosenessFunction, edgePaintFunction, edgeShapeFunction, edgeStringer, edgeStrokeFunction, graphLabelRenderer, LABEL_OFFSET, MAX_ITERATIONS, parallelEdgeIndexFunction, rendererPane, screenDevice, self_loop, vertexFontFunction, vertexIconFunction, vertexIncludePredicate, vertexPaintFunction, vertexShapeFunction, vertexStringer, vertexStrokeFunction, viewTransformer
 
Constructor Summary
MyPluggableRenderer(Domain domain)
           
 
Method Summary
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.graph.ModifiedPluggableRenderer
drawSimpleEdge
 
Methods inherited from class edu.uci.ics.jung.visualization.PluggableRenderer
getArrowTransform, getArrowTransform, getEdgeArrowFunction, getEdgeArrowPredicate, getEdgeFontFunction, getEdgeIncludePredicate, getEdgeLabelClosenessFunction, getEdgePaintFunction, getEdgeShapeFunction, getEdgeStringer, getEdgeStrokeFunction, getFirstOutsideSegment, getGraphLabelRenderer, getLastOutsideSegment, getParallelEdgeIndexFunction, getRendererPane, getReverseArrowTransform, getReverseArrowTransform, getReverseArrowTransform, getScreenDevice, getVertexFontFunction, getVertexIconFunction, getVertexIncludePredicate, getVertexLabelCentering, getVertexPaintFunction, getVertexShapeFunction, getVertexStringer, getVertexStrokeFunction, isPicked, isPicked, labelEdge, labelVertex, paintEdge, paintIconForVertex, paintShapeForVertex, paintVertex, prepareRenderer, prepareRenderer, setArrowPlacementTolerance, setEdgeArrowFunction, setEdgeArrowPredicate, setEdgeColorFunction, setEdgeFontFunction, setEdgeIncludePredicate, setEdgeLabelClosenessFunction, setEdgePaintFunction, setEdgeShapeFunction, setEdgeStringer, setEdgeStrokeFunction, setGraphLabelRenderer, setParallelEdgeIndexFunction, setRendererPane, setScreenDevice, setVertexColorFunction, setVertexFontFunction, setVertexIconFunction, setVertexIncludePredicate, setVertexLabelCentering, setVertexPaintFunction, setVertexShapeFunction, setVertexStringer, setVertexStrokeFunction, setViewTransformer, subdivide
 
Methods inherited from class edu.uci.ics.jung.visualization.AbstractRenderer
getPickedKey, setPickedKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPluggableRenderer

public MyPluggableRenderer(Domain domain)


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.