public class

ClassNameRenderable

extends Object

implements org.rendersnake.Renderable

 java.lang.Object

↳com.parrot.docdown.generator.html.ClassNameRenderable

Summary

Fields
public static final intBOUNDS

write generics bounds

private final intflags

public static final intFQN

write class name qualified name

private final DefaultGeneratorgenerator

public static final intLINK

write link for the main class name

private final com.sun.javadoc.Typetype

Constructors
publicClassNameRenderable(DefaultGenerator generator, com.sun.javadoc.Type type, int flags)

Methods
public voidrenderOn(org.rendersnake.HtmlCanvas html)

public voidrenderReferenceable(DocReferenceable referenceable, org.rendersnake.HtmlCanvas html)

from Object, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

Fields

public static final int LINK

write link for the main class name

public static final int FQN

write class name qualified name

public static final int BOUNDS

write generics bounds

private final DefaultGenerator generator

private final com.sun.javadoc.Type type

private final int flags

Constructors

public ClassNameRenderable(DefaultGenerator generator, com.sun.javadoc.Type type, int flags)

Methods

public void renderOn(org.rendersnake.HtmlCanvas html)

public void renderReferenceable(DocReferenceable referenceable, org.rendersnake.HtmlCanvas html)