Uses of Interface
org.problets.domain.viz.data.VizConstants

Packages that use VizConstants
org.problets.domain.viz.data   
org.problets.domain.viz.data.control.abstraction   
org.problets.domain.viz.data.implement   
org.problets.domain.viz.data.implement.channel   
org.problets.domain.viz.data.variable   
 

Uses of VizConstants in org.problets.domain.viz.data
 

Classes in org.problets.domain.viz.data that implement VizConstants
 class AggregateBaseViz
          Serves as the base class of top level viz classes
 class BaseViz
          Serves as the base class of all the visualization classes
 

Uses of VizConstants in org.problets.domain.viz.data.control.abstraction
 

Classes in org.problets.domain.viz.data.control.abstraction that implement VizConstants
 class BlockViz
          Draws the rectangle in which an ActivationRecord is displayed.
 class FunctionViz
          Draws a rectangle, in which ActivationRecord is displayed
 

Uses of VizConstants in org.problets.domain.viz.data.implement
 

Classes in org.problets.domain.viz.data.implement that implement VizConstants
 class ActivationRecordViz
          Displays the variables in an activation record
 class DataSpaceViz
          Visualizes the data space of a program
 class GlobalViz
          Displays the set of global variables in a program
 class HeapViz
          Displays the variables in HeapModel
 class StackViz
          Displays the stack of functions in the program
 

Uses of VizConstants in org.problets.domain.viz.data.implement.channel
 

Classes in org.problets.domain.viz.data.implement.channel that implement VizConstants
 class ChannelViz
          Visualizes a channel
 

Uses of VizConstants in org.problets.domain.viz.data.variable
 

Classes in org.problets.domain.viz.data.variable that implement VizConstants
 class AbstractVarViz
          Used as a base of the visualization of all the variables
 class PtrViz
          Visualizes a pointer
 class ValueViz
          Vizualizes the sequence of values taken by a variable
 class VarViz
          Visualizes a scalar variable