Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector |
This package defines interfaces and classes responsible for collecting documentation and figures
from the UML model, or freely initialised through the API without any UML model.
|
org.tanjakostic.jcleancim.docgen.collector.impl | |
org.tanjakostic.jcleancim.docgen.writer.word |
Classes specific to writing MS documents.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FigureDoc> |
ClassDoc.getDiagramDocs()
Returns the documentation for all the diagrams of this class.
|
java.util.List<FigureDoc> |
PackageDoc.getFigureDocs()
Returns documentation for all the figures in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
FigureDocImpl
Data required for documentation of diagrams.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<FigureDoc> |
ClassDocImpl._diagramDocs |
private java.util.List<FigureDoc> |
PackageDocImpl._figureDocs |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<FigureDoc> |
ClassDocImpl.createFiguresDoc(DocgenConfig docgenCfg,
UmlClass c) |
java.util.List<FigureDoc> |
ClassDocImpl.getDiagramDocs() |
java.util.List<FigureDoc> |
PackageDocImpl.getFigureDocs() |
Modifier and Type | Method and Description |
---|---|
Cursor<O> |
WordWriter.writeDiagram(Cursor<O> cursor,
FigureDoc doc)
Writes all related to a diagram at the end of range in
cursor . |
Cursor<O> |
AbstractWordWriter.writeDiagram(Cursor<O> cursor,
FigureDoc doc) |
Copyright 2009-2015 Tatjana (Tanja) Kostic