LsE1
E Series lessons deal with games. E1 is a super simple single player turn game.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CmdBarGuitrait CanvasPanelledtrait CanvasUserclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
frame refers to the screen output. In the same way that a movie is constructed from a number of still frames. So we create the "action" in a graphical application through a series of frames. Unlike in the movies our display may not change for significant periods of time. Where we can it is simpler to create the whole screen out, to create each from a blank slate so to speak rather than just painting the parts of the dsplay that have been modified.
frame refers to the screen output. In the same way that a movie is constructed from a number of still frames. So we create the "action" in a graphical application through a series of frames. Unlike in the movies our display may not change for significant periods of time. Where we can it is simpler to create the whole screen out, to create each from a blank slate so to speak rather than just painting the parts of the dsplay that have been modified.
Attributes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- CanvasPanelled
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.
This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.
Attributes
- Inherited from:
- CanvasUser
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
repaints the top command bar
Attributes
- Inherited from:
- CanvasPanelled
This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.
This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.
Attributes
- Inherited from:
- CanvasPanelled
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CmdBarGui
Inherited fields
Attributes
- Inherited from:
- CmdBarGui
Attributes
- Inherited from:
- CanvasPanelled
Selected takes the type Any, but the value None means nothing selected.
Selected takes the type Any, but the value None means nothing selected.
Attributes
- Inherited from:
- CmdBarGui
The text for the status field of the command bar.