See: Description
Class | Description |
---|---|
AbstractFigure |
Abstract Figure: Base implementation of some Figure behaviour.
|
AbstractTool |
AbstractTool.
|
CompositeFigure |
A base class for a Figure that is composed of several figures.
|
GroupFigure |
A Group figure is a fully operational figure containing other figures.
|
ImageFigure |
ImageFigure is a figure showing a graphical
image.
|
ImageManager |
ImageManager is a singleton class that acts as a centralized database of all
images to be used in a MiniDraw application.
|
MiniDrawApplication |
MiniDraw Application is a standard implementation of the DrawingEditor role.
|
NullTool |
Null tool.
|
SelectionTool |
Selection tool: Uses a internal state pattern to define what type of tool to
use in the current situation.
|
StandardDrawing |
Standard implementation of the drawing role.
|
StandardDrawingView |
Standard implementation of the DrawingView role in MiniDraw, just giving an
empty view of the specificed size.
|
StdViewWithBackground |
A drawing view that paints the background with a fixed image
|
This package contains standard implementation as well as abstract base class implementations of a number of MiniDraw roles.
For further details, please consult "Flexible, Reliable Software - Using Patterns and Agile Development", by Henrik B�rbak Christensen, CRC Press 2010.
Copyright 2010 Henrik Baerbak Christensen Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
From the book: Flexible, Reliable Software, © CRC Press 2010. Author: Henrik B. Christensen, Aarhus University, Denmark