Class Display
java.lang.Object
net.sourceforge.plantuml.cucadiagram.Display
- All Implemented Interfaces:
java.lang.Iterable<java.lang.CharSequence>
public class Display
extends java.lang.Object
implements java.lang.Iterable<java.lang.CharSequence>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadd
(java.lang.CharSequence s) addFirst
(java.lang.CharSequence s) addGeneric
(java.lang.CharSequence s) java.util.List<StringLocated>
as2()
java.util.List<? extends java.lang.CharSequence>
asList()
static Display
create
(java.lang.CharSequence... s) static Display
create
(java.util.Collection<? extends java.lang.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
(java.util.List<StringLocated> data) createWithNiceCreoleMode
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer) static Display
empty()
boolean
equals
(java.lang.Object other) java.lang.CharSequence
get
(int i) java.lang.String
static Display
getWithNewlines
(java.lang.String s) static Display
static Display
getWithNewlines2
(java.lang.String s) int
hashCode()
boolean
static boolean
hasSeveralGuideLines
(java.lang.String s) boolean
hasUrl()
static boolean
boolean
isWhite()
java.util.ListIterator<java.lang.CharSequence>
iterator()
replace
(java.lang.String src, java.lang.String dest) int
size()
java.util.List<Display>
splitMultiline
(Pattern2 separator) subList
(int i, int size) java.lang.String
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
-
withoutStereotypeIfNeeded
-
getStereotypeIfAny
-
replaceBackslashT
-
replace
-
isWhite
public boolean isWhite() -
empty
-
create
-
createFoo
- Throws:
NoSuchColorException
-
create
-
getWithNewlines
-
getWithNewlines2
- Throws:
NoSuchColorException
-
getWithNewlines
-
manageGuillemet
-
withPage
-
removeEndingStereotype
-
getEndingStereotype
public java.lang.String getEndingStereotype() -
underlined
-
underlinedName
-
withCreoleMode
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other) - Overrides:
equals
in classjava.lang.Object
-
addAll
-
addFirst
-
add
-
addGeneric
-
size
public int size() -
get
public java.lang.CharSequence get(int i) -
iterator
public java.util.ListIterator<java.lang.CharSequence> iterator()- Specified by:
iterator
in interfacejava.lang.Iterable<java.lang.CharSequence>
-
subList
-
asList
public java.util.List<? extends java.lang.CharSequence> asList() -
as2
-
hasUrl
public boolean hasUrl() -
getNaturalHorizontalAlignment
-
splitMultiline
-
isNull
-
create
public TextBlock create(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple spriteContainer) -
createWithNiceCreoleMode
public TextBlock createWithNiceCreoleMode(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
public static boolean hasSeveralGuideLines(java.lang.String s)
-