Package de.frame4j.graf

Support for graphical applications
Images, image information and handling, dialogs and patterns.

See:
          Description

Interface Summary
AskDialog.Listener Listener for AskDialog.
GrafVal Common graphical constants.
Paintable Paintable anywhere within given bounds.
 

Class Summary
AskDialog A dialog window for common use.
DisplayPattern Plain patterns for a matrix display.
GrafHelper Graphical helper methods for applications and Applets.
GrafHelper.MBarFactory The menu bar factory.
ImageInfo An image with additional information and abilities.
MatrixDisplay A matrix display.
MatrixDisplayDim The dimension of a matrix display.
MatrixTextDisplay A matrix text display.
MEVALogo MEVA-Lab's Logo.
 

Package de.frame4j.graf Description

Support for graphical applications
Images, image information and handling, dialogs and patterns.
Copyright © 1997 - 2003, Albrecht Weinert

Description

In this package  de.frame4j.graf  the framework's graphical support classes are pooled.

ImageInfo wraps and simplifies getting of informations and some operations on a picture.

AskDialog gives graphical and non graphical applications often needed user interactions. Non reactive users may get a time out. This allows for default reactions in unobserved (batch) modes. The application AskAlert exploits this for scripts like Windows' .bat or .cmd.

GrafHelper encompasses some static values and helper methods.

MatrixDisplay, DisplayMuster and MatrixTextDisplay are dot matrix displays (like the well known LCD or LED devices) that can be used in applets and graphical applications. (Operations on those displays may sometimes be cheaper than graphical text output operations, bat that's not the reason d'être.)

MEVALogo brings two depictions of the MEVA-Lab's logo (Laboratory for media and versatile applications.

The Interface Paintable promises what it's name says.


Terms of use, copyright

Copyright 1997 - 2003, 2005   Albrecht Weinert.

Please find here the terms of use for the framework Frame4J.

Version:
Revision 1 (23.01.2010)
Author:
Albrecht Weinert
See Also:
Package description, Terms of use
, de.frame4j