-
Juxaposition Composition.
-
Homogeneous Juxtaposition.
-
Creates a new control that can fulfill its whole task using any of its
subcontrols.
-
Represent this juxtaposition using
: TempEditor= Setter
Scanner.
-
We define a temperature editor that is made up of two
controls. one is a setter control that allow users to input a
temparature directly. the other is scanner control that allows
users to set a new temperature by scanning a temperature
scale.
-
Heterogeneous Juxtaposition.
-
Creates a new control that can use its subcontrols to achieve
different tasks.
-
Represent this juxtaposition using
: 3DManipulator=Locator
Scaler Rotator.
-
A 3D manipulator may contain three controls that allow users to manipulate
the object's position,size,and orientation.
|