All Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addLink(Link link) |
void |
applySingleStrategy() |
ILeaf |
createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
protected ILeaf |
createLeafInternal(Code code,
Display display,
LeafType type,
IGroup group,
USymbol symbol) |
void |
endGroup() |
protected ImageData |
exportDiagramInternal(OutputStream os,
int index,
FileFormatOption fileFormatOption) |
Collection<IGroup> |
getChildrenGroups(IGroup parent) |
ColorMapper |
getColorMapper() |
IGroup |
getCurrentGroup() |
protected abstract List<String> |
getDotStrings() |
String[] |
getDotStringSkek() |
EntityFactory |
getEntityFactory() |
IGroup |
getGroup(Code code) |
Collection<IGroup> |
getGroups(boolean withRootGroup) |
Set<VisibilityModifier> |
getHides() |
int |
getHorizontalPages() |
String |
getLabelangle() |
String |
getLabeldistance() |
ILeaf |
getLastEntity() |
Link |
getLastLink() |
protected Map<Code,ILeaf> |
getLeafs() |
ILeaf |
getLeafsget(Code code) |
int |
getLeafssize() |
Collection<ILeaf> |
getLeafsvalues() |
List<Link> |
getLinks() |
String |
getNamespaceSeparator() |
int |
getNbImages()
Number of images in this diagram (usually, 1)
|
IGroup |
getOrCreateGroup(Code code,
Display display,
GroupType type,
IGroup parent) |
abstract IEntity |
getOrCreateLeaf(Code code,
LeafType type,
USymbol symbol) |
protected ILeaf |
getOrCreateLeafDefault(Code code,
LeafType type,
USymbol symbol) |
IGroup |
getRootGroup() |
int |
getVerticalPages() |
String |
getWarningOrError() |
boolean |
hasUrl()
Check if the Diagram have some links.
|
void |
hideOrShow(EntityGender gender,
Set<EntityPortion> portions,
boolean show) |
void |
hideOrShow(IEntity leaf,
boolean show) |
void |
hideOrShow(LeafType leafType,
boolean show) |
void |
hideOrShow(Set<VisibilityModifier> visibilities,
boolean show) |
void |
hideOrShow(Stereotype stereotype,
boolean show) |
protected void |
incRawLayout() |
boolean |
isAutarkic(IGroup g) |
boolean |
isEmpty(IGroup gToTest) |
boolean |
isGroup(Code code) |
boolean |
isHideEmptyDescriptionForState() |
boolean |
isStandalone(IEntity ent) |
boolean |
isVisibilityModifierPresent() |
boolean |
leafExist(Code code) |
protected void |
removeLink(Link link) |
void |
resetPragmaLabel() |
void |
setHorizontalPages(int horizontalPages) |
void |
setVerticalPages(int verticalPages) |
void |
setVisibilityModifierPresent(boolean visibilityModifierPresent) |
boolean |
showPortion(EntityPortion portion,
IEntity entity) |