com.sun.xml.bind.taglets
Class SequenceDiagramTag
java.lang.Object
com.sun.xml.bind.taglets.SequenceDiagramTag
public class SequenceDiagramTag
- extends java.lang.Object
Implements a @SequenceDiagram tag.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SequenceDiagramTag
public SequenceDiagramTag()
getName
public java.lang.String getName()
getTagletOutput
public TagletOutput getTagletOutput(Tag tag,
TagletWriter writer)
getContents
protected java.lang.String getContents(Tag tag)
- Gets the text that generates image.
inField
public boolean inField()
inConstructor
public boolean inConstructor()
inMethod
public boolean inMethod()
inOverview
public boolean inOverview()
inPackage
public boolean inPackage()
inType
public boolean inType()
isInlineTag
public boolean isInlineTag()
getOutputFile
protected final java.io.File getOutputFile(TagletWriter writer,
PackageDoc pkg,
java.lang.String imageFileName)
- Returns the full file name for the additional generated file.
- Parameters:
imageFileName
- just the base name of the file name.
getPackage
protected final PackageDoc getPackage(Doc doc)
getImageIndex
protected final int getImageIndex(Doc doc)