Class Display
java.lang.Object
net.sourceforge.plantuml.klimt.creole.Display
- All Implemented Interfaces:
Iterable<CharSequence>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadd
(CharSequence s) appendFirstLine
(String appended) List<? extends CharSequence>
asList()
static Display
create
(CharSequence... s) static Display
create
(Collection<? extends CharSequence> other) create
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer) create0
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype) create0
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype, double marginX1, double marginX2) create7
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode creoleMode) create8
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode modeSimpleLine, LineBreakStrategy maxMessageSize) create9
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize) static Display
createFoo
(List<StringLocated> data) static Display
empty()
boolean
boolean
equalsLike
(Display other) get
(int i) static Display
static Display
getWithNewlines
(Pragma pragma, String s) static Display
getWithNewlines2
(Pragma pragma, String s) int
hashCode()
boolean
static boolean
boolean
hasUrl()
static boolean
boolean
isWhite()
iterator()
manageGuillemet
(boolean manageVisibilityModifier) boolean
int
size()
splitMultiline
(Pattern2 separator) subList
(int i, int size) toString()
withCreoleMode
(CreoleMode mode) withoutStereotypeIfNeeded
(Style usedStyle) withPage
(int page, int lastpage) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
NULL
-
patternStereotype
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
equalsLike
-
showStereotype
public boolean showStereotype() -
withoutStereotypeIfNeeded
-
getStereotypeIfAny
-
replaceBackslashT
-
replace
-
isWhite
public boolean isWhite() -
empty
-
create
-
createFoo
- Throws:
NoSuchColorException
-
create
-
getWithNewlines
-
getWithNewlines2
- Throws:
NoSuchColorException
-
getWithNewlines3
-
getWithNewlines
-
manageGuillemet
-
withPage
-
removeEndingStereotype
-
getEndingStereotype
-
underlined
-
underlinedName
-
withCreoleMode
-
toString
-
addAll
-
addFirst
-
appendFirstLine
-
add
-
addGeneric
-
size
public int size() -
get
-
iterator
- Specified by:
iterator
in interfaceIterable<CharSequence>
-
subList
-
asList
-
hasUrl
public boolean hasUrl() -
getNaturalHorizontalAlignment
-
splitMultiline
-
toTooltipText
-
isNull
-
create
public TextBlock create(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer) -
create7
public TextBlock create7(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode creoleMode) -
create8
public TextBlock create8(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, CreoleMode modeSimpleLine, LineBreakStrategy maxMessageSize) -
create9
public TextBlock create9(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize) -
create0
public TextBlock create0(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype) -
create0
public TextBlock create0(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, CreoleMode creoleMode, UFont fontForStereotype, HColor htmlColorForStereotype, double marginX1, double marginX2) -
hasSeveralGuideLines
public boolean hasSeveralGuideLines() -
hasSeveralGuideLines
-