| Package | Description |
|---|---|
| net.sourceforge.plantuml.cucadiagram | |
| net.sourceforge.plantuml.cucadiagram.dot | |
| net.sourceforge.plantuml.sequencediagram |
| Modifier and Type | Method and Description |
|---|---|
static EntityPortion |
EntityPortion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityPortion[] |
EntityPortion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CucaDiagram.showPortion(EntityPortion portion,
IEntity entity) |
boolean |
PortionShower.showPortion(EntityPortion portion,
IEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
CucaDiagram.hideOrShow(EntityGender gender,
Set<EntityPortion> portions,
boolean show) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DotData.showPortion(EntityPortion portion,
IEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceDiagram.hideOrShow(Set<EntityPortion> portions,
boolean show) |
| Constructor and Description |
|---|
Participant(ParticipantType type,
String code,
Display display,
Set<EntityPortion> hiddenPortions) |
Copyright © 2017. All rights reserved.