Package jcckit.graphic
Interface GraphicalCompositeRenderer
- All Superinterfaces:
Renderer
- All Known Implementing Classes:
Graphics2DRenderer
Interface of all
Renderers
who render a
GraphicalComposite
. Note, that a
GraphicalCompositeRenderer does not
render the element of a GraphicalComposite-
Method Summary
Modifier and TypeMethodDescriptionvoid
finishRendering
(GraphicalComposite composite) Finishes rendering of the specified composite.void
startRendering
(GraphicalComposite composite) Starts rendering of the specified composite before its elements are rendererd.
-
Method Details
-
startRendering
Starts rendering of the specified composite before its elements are rendererd. Implementations of this method usually obtain theClippingShape
from composite. -
finishRendering
Finishes rendering of the specified composite.
-