Uses of Class
algoanim.properties.GraphProperties

Packages that use GraphProperties
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.primitives   
algoanim.primitives.generators   
 

Uses of GraphProperties in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type GraphProperties
 Graph AnimalScript.newGraph(java.lang.String name, int[][] graphAdjacencyMatrix, Node[] graphNodes, java.lang.String[] labels, DisplayOptions display, GraphProperties graphProps)
           
 

Uses of GraphProperties in algoanim.primitives
 

Methods in algoanim.primitives that return GraphProperties
 GraphProperties Graph.getProperties()
          Returns the properties of this Graph element.
 

Constructors in algoanim.primitives with parameters of type GraphProperties
Graph(GraphGenerator graphGen, java.lang.String name, int[][] graphAdjacencyMatrix, Node[] graphNodes, java.lang.String[] labels, DisplayOptions display, GraphProperties props)
          Instantiates the Graph and calls the create() method of the associated GraphGenerator.
 

Uses of GraphProperties in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type GraphProperties
abstract  Graph Language.newGraph(java.lang.String name, int[][] graphAdjacencyMatrix, Node[] graphNodes, java.lang.String[] labels, DisplayOptions display, GraphProperties props)
          Creates a new Ellipse object.