Interface | Description |
---|---|
CardIF |
This class describes the common functionalities of all cards in
the MathletFactory Cardz Framework.
|
SubtaskCard |
Class | Description |
---|---|
BasicCard |
This class is the base for all cards in the MathletFactory Cardz Framework.
|
CardContainer |
This class can be used as a container for all cards in the MathletFactory
Cardz Framework.
|
CustomCard | |
ExerciseCard | |
PanelCard |
This class can be used to define a card with a
JPanel
as only content component. |
Single2DCanvasCard |
This class represents a card with a single 2D canvas and a control panel
for symbolic representations by using an instance of
ControlPanel . |
TextCard |
This class represents a text card for symbolic representations by using an
instance of
ControlPanel . |
Further documentation and examples can be found under www.mathletfactory.de.