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.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Method and Description |
---|---|
TextDescription.TextKind[] |
PropertiesDoc.getFormats()
Returns array of applied formattings for the formattable cells in every row
i . |
TextDescription.TextKind |
FormatInfo.getKind()
Returns kind of this format.
|
Constructor and Description |
---|
FormatInfo(TextDescription.TextKind kind,
java.lang.Integer fmtIdx)
Constructor; if you don't need formatting, just use null.
|
Modifier and Type | Method and Description |
---|---|
TextDescription.TextKind[] |
AbstractPropertiesDoc.getFormats() |
Modifier and Type | Field and Description |
---|---|
static TextDescription.TextKind |
TextDescription.DEFAULT_KIND |
TextDescription.TextKind |
TextDescription.kind |
Modifier and Type | Method and Description |
---|---|
static TextDescription.TextKind |
TextDescription.TextKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextDescription.TextKind[] |
TextDescription.TextKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TextDescription(java.lang.String text,
TextDescription.TextKind kind)
Constructor.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic