Uses of Package
algoanim.properties

Packages that use algoanim.properties
algoanim.animalscript This package contains the generator back-end for AnimalScript
algoanim.examples   
algoanim.primitives   
algoanim.primitives.generators   
algoanim.primitives.vhdl   
algoanim.properties   
algoanim.properties.items   
 

Classes in algoanim.properties used by algoanim.animalscript
AnimationProperties
          Description of the Properties system: Every type of all languages has its associated class in the primitives package and an own properties class which holds the relevant informations to display the object.
ArcProperties
           
ArrayMarkerProperties
           
ArrayProperties
           
CircleProperties
           
CircleSegProperties
           
EllipseProperties
           
EllipseSegProperties
           
GraphProperties
          This class encapsulates the properties that can be set for a graph.
ListElementProperties
           
MatrixProperties
           
PointProperties
           
PolygonProperties
           
PolylineProperties
           
QueueProperties
           
RectProperties
           
SourceCodeProperties
           
SquareProperties
           
StackProperties
           
TextProperties
           
TriangleProperties
           
VHDLElementProperties
           
VHDLWireProperties
           
 

Classes in algoanim.properties used by algoanim.examples
PointProperties
           
 

Classes in algoanim.properties used by algoanim.primitives
ArcProperties
           
ArrayMarkerProperties
           
ArrayProperties
           
CircleProperties
           
CircleSegProperties
           
EllipseProperties
           
EllipseSegProperties
           
GraphProperties
          This class encapsulates the properties that can be set for a graph.
ListElementProperties
           
MatrixProperties
           
PointProperties
           
PolygonProperties
           
PolylineProperties
           
QueueProperties
           
RectProperties
           
SourceCodeProperties
           
SquareProperties
           
StackProperties
           
TextProperties
           
TriangleProperties
           
 

Classes in algoanim.properties used by algoanim.primitives.generators
ArcProperties
           
ArrayMarkerProperties
           
ArrayProperties
           
CircleProperties
           
CircleSegProperties
           
EllipseProperties
           
EllipseSegProperties
           
GraphProperties
          This class encapsulates the properties that can be set for a graph.
ListElementProperties
           
MatrixProperties
           
PointProperties
           
PolygonProperties
           
PolylineProperties
           
QueueProperties
           
RectProperties
           
SourceCodeProperties
           
SquareProperties
           
StackProperties
           
TextProperties
           
TriangleProperties
           
VHDLElementProperties
           
VHDLWireProperties
           
 

Classes in algoanim.properties used by algoanim.primitives.vhdl
VHDLElementProperties
           
VHDLWireProperties
           
 

Classes in algoanim.properties used by algoanim.properties
AnimationProperties
          Description of the Properties system: Every type of all languages has its associated class in the primitives package and an own properties class which holds the relevant informations to display the object.
Visitor
          A class wishing to visit a AnimationProperties or AnimationPropertyItems has to implement this interface.
 

Classes in algoanim.properties used by algoanim.properties.items
Visitable
          This interface is implemented by all AnimationPropertyItems and AnimationProperties, so the user is able to perform further actions on these items without having to touch the code of this API.
Visitor
          A class wishing to visit a AnimationProperties or AnimationPropertyItems has to implement this interface.