public abstract class AbstractStrongComponentRenderer extends java.lang.Object implements StrongComponentRenderer
StrongComponentRenderer.| Constructor and Description | 
|---|
| AbstractStrongComponentRenderer() | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | createName(StrongComponent component)Creates an appropriated name for the specified  StrongComponent. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderpublic static java.lang.String createName(StrongComponent component)
StrongComponent.
 Usually, the name is the fully-qualified class name of the first vertex in
 component extended by "et al." if component contains
 more than one vertex. If component contains
 only a class and its inner classes the name is the fully-qualified
 class name of the outer class extended by "and inner classes".