Class DungTheoryPlotter

java.lang.Object
org.tweetyproject.graphs.util.GraphPlotter<Argument,Edge<Argument>>
org.tweetyproject.arg.dung.util.DungTheoryPlotter

public class DungTheoryPlotter extends GraphPlotter<Argument,Edge<Argument>>
This class represents a specialization of graph plotters used to visualize argumentation frameworks, also called @see org.tweetyproject.arg.dung.syntax.DungTheory.
The class defines the layout specifications of the visualization:
  • label of a node
  • label of an edge
  • size of a node
  • style and font-size of a node
  • spacing between nodes

This work was inspired by @see org.tweetyproject.logics.bpm.plotting.BpmnModelPlotter.
Version:
TweetyProject 1.23
Author:
Julian Sander