org.tm4j.tmnav.renderer.section .SectionRenderer

Description

Renders Models that have a CenterNode of either gestalt TOPIC or gestalt ASSOCIATION. While the SectionRenderer is in theory capable to render any given model (with the mentioned constraints regarding the center node), all sections are in fact highly adapted to the ExtendedAbstractor-Model. Therefore, the result of rendering models from other abstractors may not be useful at all.

Inheritance Hierarchy

Method Summary
java.awt.Component getContentComponent()
void renderModel(org.tm4j.panckoucke.model.AModel model)
Asks all sectionPanels to contribute a Panel.
void setRendererView(org.tm4j.tmnav.app.ui.RendererView rv)