CAPTION_TEXT_FORMAT, INTRO_TEXT_FORMAT
DEFAULT_PREFIX_FMT
Constructor and Description |
---|
FigureDocImpl(DocgenConfig docgenCfg,
UmlDiagram d,
BookmarkRegistry bmRegistry)
Constructor.
|
FigureDocImpl(DocgenConfig docgenCfg,
UmlDiagram d,
TextDescription description,
TextDescription htmlDescription,
java.io.File pic,
java.lang.String showsWhat,
java.lang.String caption,
BookmarkRegistry bmRegistry)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaptionText()
Returns text that describes the caption.
|
java.io.File |
getFigureFile()
Returns file with the figure.
|
java.lang.String |
getIntroText()
Returns text that will introduce the table.
|
copyCell, copyNonEmptyCell, createDocId, deduceBookmark, deduceQualifiersPrefix, deduceQualifiersPrefix, deduceQualifiersPrefix, deduceQualifiersPrefix, filterClasses, getBmRegistry, getBookmarkID, getCell, getCells, getDescription, getDocgenCfg, getHeadingText, hasKey, log, prepareForHyperlink, prepareForHyperlinkAdjustedName, putCell, putCellNonEmpty, toSkip, toString, useHtml
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBmRegistry, getBookmarkID, getDescription, getDocgenCfg, getHeadingText
copyCell, copyNonEmptyCell, getCell, getCells, hasKey, putCell, putCellNonEmpty
public FigureDocImpl(DocgenConfig docgenCfg, UmlDiagram d, BookmarkRegistry bmRegistry)
docgenCfg
- d
- bmRegistry
- public FigureDocImpl(DocgenConfig docgenCfg, UmlDiagram d, TextDescription description, TextDescription htmlDescription, java.io.File pic, java.lang.String showsWhat, java.lang.String caption, BookmarkRegistry bmRegistry)
docgenCfg
- non-null docgen configuration.d
- (potentially null) UML diagram.description
- htmlDescription
- pic
- file containing picture.showsWhat
- non-null text to enclose in
" shows %s.".caption
- non-null caption text.bmRegistry
- public java.lang.String getIntroText()
FigureDoc
getIntroText
in interface FigureDoc
public java.lang.String getCaptionText()
FigureDoc
getCaptionText
in interface FigureDoc
public java.io.File getFigureFile()
FigureDoc
getFigureFile
in interface FigureDoc
Copyright 2009-2016 Tatjana (Tanja) Kostic