com.ge.research.acuity.ui.renderers
Interface Renderer
- All Known Subinterfaces:
- GraphRenderer
- All Known Implementing Classes:
- HTMLRenderer, JFreeRenderer
- public interface Renderer
This interface defines the set of methods that must be implemented
in order to successfully transform a PresentationObject
into a media displayable representation.
- Version:
- $Revision: 1.1 $ $Date: 2006/08/11 00:17:51 $
- Author:
- garbiras
|
Method Summary |
java.lang.Object |
render(PresentationObject po)
Converts a PresentationObject
into a media displayable representation |
render
public java.lang.Object render(PresentationObject po)
- Converts a PresentationObject
into a media displayable representation
- Parameters:
po - the presentation object to convert
- Returns:
- The converted representation of the presentation object