javamorph
Interface IDecorator

All Known Implementing Classes:
CMeshDecorator, CPictureDecorator, CPolygonDecorator, CPopupMenuDecorator

public interface IDecorator

Version:
1.1
Author:
claus.erhard.wimmer@googlemail.com
Program: JavaMorph V 1.1.
Class: IDecorator.
License: GPLv2.
Description: Interface to draw some layers to a JComponent.
Hint: Consider the order of the several drawing steps!

Method Summary
 void paint(Graphics g)
          Draw the content.
 

Method Detail

paint

void paint(Graphics g)
Draw the content.

Parameters:
g - Graphics context of the JComponent.