Uses of Class
algoanim.properties.SourceCodeProperties

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

Uses of SourceCodeProperties in algoanim.animalscript
 

Methods in algoanim.animalscript with parameters of type SourceCodeProperties
 SourceCode AnimalScript.newSourceCode(Node upperLeft, java.lang.String name, DisplayOptions display, SourceCodeProperties sp)
           
 

Uses of SourceCodeProperties in algoanim.primitives
 

Fields in algoanim.primitives declared as SourceCodeProperties
protected  SourceCodeProperties SourceCode.properties
           
 

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

Constructors in algoanim.primitives with parameters of type SourceCodeProperties
SourceCode(SourceCodeGenerator generator, Node upperLeft, java.lang.String name, DisplayOptions display, SourceCodeProperties properties)
          Instantiates the SourceCode and calls the create() method of the associated SourceCodeGenerator.
 

Uses of SourceCodeProperties in algoanim.primitives.generators
 

Methods in algoanim.primitives.generators with parameters of type SourceCodeProperties
abstract  SourceCode Language.newSourceCode(Node upperLeft, java.lang.String name, DisplayOptions display, SourceCodeProperties sp)
          Creates a new SourceCode object.