Uses of Class
org.problets.domain.viz.control.ControlViz

Packages that use ControlViz
org.problets.domain.viz.control   
 

Uses of ControlViz in org.problets.domain.viz.control
 

Subclasses of ControlViz in org.problets.domain.viz.control
 class AbstractionViz
          Provides a common base class and functionailty for displaying functions and programs in data flow form
 class AlignedCodeBlockViz
          Provides the functionality to display consecutive lines of code
 class AlignedControlViz
          To provide a common base class and functionality for ControlVizs that are aligned around an axis 'alignmentAxis'
 class BreakViz
          Provides the functionality for displaying a break statement in data flow form
 class CaseViz
          Provides the functionality for displaying cases of a switch statement in data flow form
 class ComparisonViz
          Provides the functionality for drawing comparison statements in data flow form
 class ContinueViz
          Provides the functionality for displaying a continue statement in data flow form
 class DoWhileViz
          Provides the functionality for displaying a while loop in data flow form
 class ExitViz
          Provides the functionality for displaying an exit statement in data flow form
 class ForViz
          Provides the functionality for displaying a for loop in data flow form
 class FunctionCallViz
          Provides the functionality for displaying a C++ instruction that contains a function calls in data flow form
 class FunctionViz
          Provides the functionality for displaying a C++ function int data flow form
 class IfElseViz
          Provides the fucntionality for displaying an if/else statement in data flow form
 class IfViz
          Provides the functionality for displaying an If statement in data flow form
 class InstructionViz
          Provides functionality for drawing a general instruction in C++ in data flow form
 class IterationViz
          Provides a common bas class and basic functionality for displaying for, while, and do/while loops in data flow form
 class ProgramViz
          Provides the functionality for displaying a C++ program in data flow form
 class ReturnViz
          Provides the functionality for displaying a return statement in data flow form
 class SelectionViz
          Provides the functionality for displaying if, if/else and switch statements in data flow form
 class SequenceViz
          Provides the base class for ControlVizs that are the representations of instructions in C++
 class SwitchBodyViz
          Assists the SwitchViz.
 class SwitchViz
          Class: SwitchViz Purpose: Provides the functionality for displaying a switch statement in data flow form
 class WhileViz
          Provides the functionality for displaying a while loop in data flow form
 

Methods in org.problets.domain.viz.control that return ControlViz
static ControlViz ControlVizFactory.getAppropriateControlViz(java.lang.String text, java.awt.FontMetrics fontMetrics)
           
 ControlViz ForViz.getAssignment()
           
 ControlViz FunctionViz.getBody()
           
 ControlViz ForViz.getBody()
           
 ControlViz CaseViz.getCaseElement()
           
 ControlViz WhileViz.getElement()
           
 ControlViz SwitchViz.getElement()
           
 ControlViz DoWhileViz.getElement()
           
 ControlViz AlignedCodeBlockViz.getElementAt(int index)
           
 ControlViz IfElseViz.getElseElement()
           
 ControlViz ForViz.getIncrementer()
           
 ControlViz CaseViz.getLastElement()
           
 ControlViz AlignedCodeBlockViz.getLastElement()
           
 ControlViz IfViz.getTrueElement()