| Modifier and Type | Method and Description |
|---|---|
Display |
EmbededDiagram.getLines() |
| Modifier and Type | Method and Description |
|---|---|
static int |
StringUtils.getHeight(Display stringsToDisplay) |
static int |
StringUtils.getWidth(Display stringsToDisplay) |
static String |
StringUtils.unicodeForHtml(Display display) |
| Constructor and Description |
|---|
EmbededDiagram(Display system) |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
ActivityDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
IEntity |
ActivityDiagram.createNote(Code code,
Display display) |
IEntity |
ActivityDiagram.getOrCreate(Code code,
Display display,
LeafType type) |
| Modifier and Type | Method and Description |
|---|---|
Display |
LinkRendering.getDisplay() |
Display |
PositionedNote.getDisplay() |
Display |
Branch.getInlabel() |
Display |
Branch.getLabelPositive() |
Display |
Branch.getLabelTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDiagram3.addActivity(Display activity,
BoxStyle style,
Url url,
Colors colors) |
CommandExecutionResult |
ActivityDiagram3.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors) |
boolean |
InstructionList.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
Branch.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionIf.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionFork.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionPartition.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionSplit.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionRepeat.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionGroup.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
Instruction.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
WithNote.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
boolean |
InstructionWhile.addNote(Display note,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
CommandExecutionResult |
ActivityDiagram3.backwardWhile(Display label) |
void |
ActivityDiagram3.doWhile(Display test,
Display yes,
HtmlColor color) |
CommandExecutionResult |
ActivityDiagram3.else2(Display whenElse) |
CommandExecutionResult |
ActivityDiagram3.elseIf(Display inlabel,
Display test,
Display whenThen,
HtmlColor color) |
boolean |
InstructionIf.elseIf(Display inlabel,
Display test,
Display whenThen,
LinkRendering nextLinkRenderer,
HtmlColor color) |
CommandExecutionResult |
ActivityDiagram3.endwhile(Display out) |
void |
InstructionWhile.endwhile(LinkRendering nextLinkRenderer,
Display out) |
void |
InstructionWhile.overwriteYes(Display yes) |
CommandExecutionResult |
ActivityDiagram3.repeatWhile(Display label,
Display yes,
Display out,
Display linkLabel,
Rainbow linkColor) |
void |
InstructionRepeat.setBackward(Display label) |
void |
ActivityDiagram3.setLabelNextArrow(Display label) |
void |
InstructionRepeat.setTest(Display test,
Display yes,
Display out,
LinkRendering endRepeatLinkRendering,
LinkRendering backRepeatLinkRendering) |
void |
ActivityDiagram3.startGroup(Display name,
HtmlColor backColor,
HtmlColor titleColor,
HtmlColor borderColor) |
void |
ActivityDiagram3.startIf(Display test,
Display whenThen,
HtmlColor color) |
void |
ActivityDiagram3.startRepeat(HtmlColor color,
Display label) |
CommandExecutionResult |
ActivityDiagram3.swimlane(String name,
HtmlColor color,
Display label) |
boolean |
InstructionIf.swithToElse2(Display whenElse,
LinkRendering nextLinkRenderer) |
LinkRendering |
LinkRendering.withDisplay(Display display) |
| Constructor and Description |
|---|
Branch(Swimlane swimlane,
Display labelPositive,
Display labelTest,
HtmlColor color,
Display inlabel) |
InstructionGroup(Instruction parent,
Display test,
HtmlColor backColor,
HtmlColor titleColor,
Swimlane swimlane,
HtmlColor borderColor,
LinkRendering linkRendering) |
InstructionIf(Swimlane swimlane,
Instruction parent,
Display labelTest,
Display whenThen,
LinkRendering inlinkRendering,
HtmlColor color,
ISkinParam skinParam) |
InstructionRepeat(Swimlane swimlane,
Instruction parent,
LinkRendering nextLinkRenderer,
HtmlColor color,
Display startLabel) |
InstructionSimple(Display label,
LinkRendering inlinkRendering,
Swimlane swimlane,
BoxStyle style,
Url url,
Colors colors) |
InstructionWhile(Swimlane swimlane,
Instruction parent,
Display test,
LinkRendering nextLinkRenderer,
Display yes,
HtmlColor color,
ISkinParam skinParam) |
PositionedNote(Display display,
NotePosition position,
NoteType type,
Colors colors,
Swimlane swimlaneNote) |
PositionedNote(Display note,
NotePosition position,
NoteType type,
Swimlane swimlaneNote) |
| Modifier and Type | Method and Description |
|---|---|
Display |
Swimlane.getDisplay() |
protected Display |
FtileFactoryDelegator.getInLinkRenderingDisplay(Ftile tile) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
FtileFactory.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
FtileFactoryDelegator.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
static TextBlock |
EntityImageLegend.create(Display note,
ISkinParam skinParam) |
Ftile |
FtileFactory.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactoryDelegator.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
FtileFactoryDelegator.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
protected TextBlock |
FtileFactoryDelegator.getTextBlock(Display display) |
Ftile |
FtileFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegator.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
void |
Swimlane.setDisplay(Display label) |
void |
Swimlanes.swimlane(String name,
HtmlColor color,
Display label) |
| Modifier and Type | Method and Description |
|---|---|
Ftile |
VCompactFactory.activity(Display label,
Swimlane swimlane,
BoxStyle style,
Colors colors) |
Ftile |
FtileFactoryDelegatorCreateGroup.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
VCompactFactory.createGroup(Ftile list,
Display name,
HtmlColor backColor,
HtmlColor titleColor,
PositionedNote note,
HtmlColor borderColor) |
Ftile |
FtileFactoryDelegatorWhile.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
Ftile |
VCompactFactory.createWhile(Swimlane swimlane,
Ftile whileBlock,
Display test,
Display yes,
Display out,
LinkRendering afterEndwhile,
HtmlColor color,
Instruction specialOut) |
protected TextBlock |
ParallelFtilesBuilder.getTextBlock(Display display) |
Ftile |
VCompactFactory.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
Ftile |
FtileFactoryDelegatorRepeat.repeat(Swimlane swimlane,
Swimlane swimlaneOut,
Display startLabel,
Ftile repeat,
Display test,
Display yes,
Display out,
HtmlColor color,
LinkRendering backRepeatLinkRendering,
Ftile backward) |
| Constructor and Description |
|---|
FloatingNote(Display note,
ISkinParam skinParam) |
FtileGroup(Ftile inner,
Display title,
Display displayNote,
HtmlColor arrowColor,
HtmlColor backColor,
HtmlColor titleColor,
ISkinParam skinParam,
HtmlColor borderColor) |
FtileNoteAlone(boolean shadow,
Display note,
ISkinParam skinParam,
boolean withOutPoint,
Swimlane swimlane) |
| Constructor and Description |
|---|
FtileBox(ISkinParam skinParam,
Display label,
UFont font,
Swimlane swimlane,
BoxStyle style) |
| Modifier and Type | Method and Description |
|---|---|
Component |
TextSkin.createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay) |
| Modifier and Type | Method and Description |
|---|---|
Display |
BpmElement.getDisplay() |
| Modifier and Type | Method and Description |
|---|---|
ILeaf |
ClassDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
IGroup |
ClassDiagram.getOrCreateNamespace(Code namespace,
Display display,
GroupType type,
IGroup parent) |
| Modifier and Type | Method and Description |
|---|---|
Display |
BlocLines.toDisplay() |
| Modifier and Type | Method and Description |
|---|---|
Display |
UmlSource.getTitle()
Retrieve the title, if defined in the diagram source.
|
| Modifier and Type | Method and Description |
|---|---|
Sheet |
CreoleParser.createSheet(Display display) |
| Modifier and Type | Field and Description |
|---|---|
static Display |
Display.NULL |
| Modifier and Type | Method and Description |
|---|---|
Display |
Display.add(CharSequence s) |
Display |
Display.addAll(Display other) |
Display |
Display.addFirst(CharSequence s) |
static Display |
Display.create(CharSequence... s) |
static Display |
Display.create(Collection<? extends CharSequence> other) |
static Display |
Display.empty() |
Display |
IEntity.getDisplay() |
Display |
GroupRoot.getDisplay() |
Display |
DisplayPositionned.getDisplay() |
Display |
Link.getLabel() |
Display |
Link.getNote() |
static Display |
Display.getWithNewlines(Code s) |
static Display |
Display.getWithNewlines(String s) |
Display |
Display.manageGuillemet() |
Display |
Display.subList(int i,
int size) |
Display |
Display.underlined() |
Display |
Display.withCreoleMode(CreoleMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Display> |
IEntity.getTips() |
Map<String,Display> |
GroupRoot.getTips() |
List<Display> |
Display.splitMultiline(Pattern2 separator) |
| Modifier and Type | Method and Description |
|---|---|
Display |
Display.addAll(Display other) |
void |
Link.addNote(Display note,
Position position,
Colors colors) |
ILeaf |
CucaDiagram.createLeaf(Code code,
Display display,
LeafType type,
USymbol symbol) |
protected ILeaf |
CucaDiagram.createLeafInternal(Code code,
Display display,
LeafType type,
IGroup group,
USymbol symbol) |
IGroup |
CucaDiagram.getOrCreateGroup(Code code,
Display display,
GroupType type,
IGroup parent) |
static boolean |
Display.isNull(Display display) |
void |
IEntity.putTip(String member,
Display display) |
void |
GroupRoot.putTip(String member,
Display display) |
void |
IEntity.setDisplay(Display display) |
void |
GroupRoot.setDisplay(Display display) |
| Constructor and Description |
|---|
BodyEnhanced(Display display,
FontParam fontParam,
ISkinParam skinParam,
HorizontalAlignment align,
Stereotype stereotype,
boolean manageHorizontalLine,
boolean manageModifier,
ILeaf entity) |
BodyEnhanced2(Display rawBody,
FontParam fontParam,
ISkinSimple spriteContainer,
HorizontalAlignment align,
FontConfiguration titleConfig) |
DisplayPositionned(Display display,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment) |
Link(IEntity cl1,
IEntity cl2,
LinkType type,
Display label,
int length) |
Link(IEntity cl1,
IEntity cl2,
LinkType type,
Display label,
int length,
String qualifier1,
String qualifier2,
String labeldistance,
String labelangle) |
Link(IEntity cl1,
IEntity cl2,
LinkType type,
Display label,
int length,
String qualifier1,
String qualifier2,
String labeldistance,
String labelangle,
HtmlColor specificColor) |
| Modifier and Type | Method and Description |
|---|---|
IGroup |
EntityFactory.createGroup(Code code,
Display display,
Code namespace2,
GroupType groupType,
IGroup parentContainer,
Set<VisibilityModifier> hides,
String namespaceSeparator) |
ILeaf |
EntityFactory.createLeaf(Code code,
Display display,
LeafType entityType,
IGroup parentContainer,
Set<VisibilityModifier> hides,
String namespaceSeparator) |
| Modifier and Type | Method and Description |
|---|---|
static TextBlock |
TextBlockUtils.title(FontConfiguration font,
Display stringsToDisplay,
ISkinParam skinParam) |
| Constructor and Description |
|---|
TextBlockSimple(Display texts,
FontConfiguration fontConfiguration,
HorizontalAlignment horizontalAlignment,
SpriteContainer spriteContainer,
double maxMessageSize) |
TextBlockSimple(Display texts,
FontConfiguration fontConfiguration,
HorizontalAlignment horizontalAlignment,
SpriteContainer spriteContainer,
double maxMessageSize,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
TextBlockSprited(TextBlock sprite,
Display texts,
FontConfiguration fontConfiguration,
HorizontalAlignment horizontalAlignment,
SpriteContainer spriteContainer) |
| Modifier and Type | Method and Description |
|---|---|
Display |
GNode.getDisplay() |
| Modifier and Type | Method and Description |
|---|---|
GNode |
GNode.addChild(Display display) |
static SheetBlock1 |
GTileNode.getTextBlock(Display display) |
| Constructor and Description |
|---|
GNode(Display display) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractClassOrObjectDiagram.associationClass(int mode,
Code clName1,
Code clName2,
IEntity associed,
LinkType linkType,
Display label) |
| Constructor and Description |
|---|
PngTitler(HtmlColor textColor,
Display text,
int fontSize,
String fontFamily,
HorizontalAlignment horizontalAlignment,
HtmlColor hyperlinkColor,
boolean useUnderlineForHyperlink) |
| Modifier and Type | Method and Description |
|---|---|
Display |
PostIt.getText() |
| Modifier and Type | Method and Description |
|---|---|
PostIt |
PostItDiagram.createPostIt(String id,
Display text) |
| Constructor and Description |
|---|
PostIt(String id,
Display text) |
| Modifier and Type | Method and Description |
|---|---|
Display |
TaskCode.getSimpleDisplay() |
| Modifier and Type | Method and Description |
|---|---|
Display |
NoteOnMessage.getDisplay() |
Display |
Participant.getDisplay(boolean underlined) |
Display |
AbstractMessage.getLabel() |
Display |
AbstractMessage.getLabelNumbered() |
Display |
Reference.getStrings() |
Display |
Note.getStrings() |
Display |
Divider.getText() |
Display |
Delay.getText() |
Display |
ParticipantEnglober.getTitle() |
Display |
Newpage.getTitle() |
| Modifier and Type | Method and Description |
|---|---|
void |
SequenceDiagram.boxStart(Display comment,
HtmlColor color) |
Participant |
SequenceDiagram.createNewParticipant(ParticipantType type,
String code,
Display display) |
void |
SequenceDiagram.delay(Display strings) |
void |
SequenceDiagram.divider(Display strings) |
Participant |
SequenceDiagram.getOrCreateParticipant(String code,
Display display) |
void |
SequenceDiagram.newpage(Display strings) |
void |
GroupingLeaf.setNote(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
void |
AbstractMessage.setNote(Display strings,
NotePosition notePosition,
NoteStyle noteStyle,
String backcolor,
Url url) |
| Modifier and Type | Method and Description |
|---|---|
Display |
Page.getTitle() |
| Constructor and Description |
|---|
Page(double headerHeight,
double newpage1,
double newpage2,
double tailHeight,
double signatureHeight,
Display title) |
| Modifier and Type | Method and Description |
|---|---|
protected Display |
AbstractTextualComponent.getLabels() |
| Modifier and Type | Method and Description |
|---|---|
Component |
Skin.createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay) |
Component |
ProtectedSkin.createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay) |
| Constructor and Description |
|---|
AbstractTextualComponent(LineBreakStrategy maxMessageSize,
Display strings,
FontConfiguration font,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
boolean enhanced,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
| Modifier and Type | Method and Description |
|---|---|
Component |
BlueModern.createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay) |
| Constructor and Description |
|---|
AbstractComponentBlueModernArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer) |
ComponentBlueModernActor(HtmlColor backgroundColor,
HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer) |
ComponentBlueModernArrow(HtmlColor foregroundColor,
boolean useUnderlineForHyperlink,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer) |
ComponentBlueModernDelayText(FontConfiguration font,
Display stringsToDisplay,
ISkinSimple spriteContainer) |
ComponentBlueModernDivider(FontConfiguration font,
HtmlColor background1,
HtmlColor background2,
HtmlColor borderColor,
Display stringsToDisplay,
ISkinSimple spriteContainer) |
ComponentBlueModernEnglober(HtmlColor borderColor,
HtmlColor backColor,
Display strings,
FontConfiguration font,
ISkinSimple spriteContainer) |
ComponentBlueModernGroupingHeader(HtmlColor headerBackgroundColor,
HtmlColor generalBackgroundColor,
HtmlColor borderColor,
HtmlColor fontColor2,
FontConfiguration bigFont,
UFont smallFont,
Display strings,
ISkinSimple spriteContainer) |
ComponentBlueModernNote(HtmlColor back,
HtmlColor foregroundColor,
FontConfiguration font,
Display strings,
ISkinSimple spriteContainer) |
ComponentBlueModernParticipant(HtmlColor blue1,
HtmlColor blue2,
FontConfiguration font,
Display stringsToDisplay,
ISkinSimple spriteContainer) |
ComponentBlueModernSelfArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer) |
| Modifier and Type | Method and Description |
|---|---|
Component |
Rose.createComponent(ComponentType type,
ArrowConfiguration config,
ISkinParam param,
Display stringsToDisplay) |
| Constructor and Description |
|---|
AbstractComponentRoseArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer,
HorizontalAlignment textHorizontalAlignment,
LineBreakStrategy maxMessageSize) |
ComponentRoseActor(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
HorizontalAlignment messagePosition,
ISkinSimple spriteContainer,
HorizontalAlignment textHorizontalAlignment,
LineBreakStrategy maxMessageSize,
boolean niceArrow) |
ComponentRoseBoundary(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseControl(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseDatabase(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseDelayText(FontConfiguration font,
Display stringsToDisplay,
ISkinSimple spriteContainer) |
ComponentRoseDivider(FontConfiguration font,
HtmlColor background,
Display stringsToDisplay,
ISkinSimple spriteContainer,
boolean withShadow,
UStroke stroke,
HtmlColor borderColor) |
ComponentRoseEnglober(SymbolContext symbolContext,
Display strings,
FontConfiguration font,
ISkinSimple spriteContainer) |
ComponentRoseEntity(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseGroupingHeader(HtmlColor background,
SymbolContext symbolContext,
FontConfiguration bigFont,
FontConfiguration smallFont2,
Display strings,
ISkinSimple spriteContainer) |
ComponentRoseNote(SymbolContext symbolContext,
FontConfiguration font,
Display strings,
double paddingX,
double paddingY,
ISkinSimple spriteContainer) |
ComponentRoseNoteBox(SymbolContext symbolContext,
FontConfiguration font,
Display strings,
ISkinSimple spriteContainer) |
ComponentRoseNoteHexagonal(SymbolContext symbolContext,
FontConfiguration font,
Display strings,
ISkinSimple spriteContainer) |
ComponentRoseParticipant(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
ISkinSimple spriteContainer,
double roundCorner,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype,
double minWidth,
boolean collections,
double padding) |
ComponentRoseQueue(SymbolContext biColor,
FontConfiguration font,
Display stringsToDisplay,
boolean head,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HtmlColor htmlColorForStereotype) |
ComponentRoseReference(FontConfiguration font,
SymbolContext symbolContext,
FontConfiguration header,
Display stringsToDisplay,
HorizontalAlignment position,
ISkinSimple spriteContainer,
HtmlColor background) |
ComponentRoseSelfArrow(HtmlColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
ISkinSimple spriteContainer,
LineBreakStrategy maxMessageSize,
boolean niceArrow) |
| Constructor and Description |
|---|
EntityImageNoteLink(Display note,
Colors colors,
ISkinParam skinParam) |
| Modifier and Type | Method and Description |
|---|---|
Display |
TimeMessage.getLabel() |
Display |
TimeConstraint.getLabel() |
| Modifier and Type | Method and Description |
|---|---|
static TimeArrow |
TimeArrow.create(IntricatedPoint pt1,
IntricatedPoint pt2,
Display label,
ISkinSimple spriteContainer) |
| Modifier and Type | Method and Description |
|---|---|
static String |
XmiStateDiagram.forXMI(Display s) |
static String |
XmiDescriptionDiagram.forXMI(Display s) |
Copyright © 2017. All rights reserved.