jcckit.graphic
Interface GraphicalCompositeRenderer
- All Superinterfaces:
- Renderer
- All Known Implementing Classes:
- SVGRenderer, GraphicsRenderer, Graphics2DRenderer
- public interface GraphicalCompositeRenderer
- extends Renderer
Interface of all Renderers
who render a
GraphicalComposite
. Note, that a
GraphicalCompositeRenderer does not
render the element of a GraphicalComposite
- Author:
- Franz-Josef Elmer
startRendering
public void startRendering(GraphicalComposite composite)
- Starts rendering of the specified composite before its
elements are rendererd. Implementations of this method
usually obtain the
ClippingShape
from
composite.
finishRendering
public void finishRendering(GraphicalComposite composite)
- Finishes rendering of the specified composite.