Class Display
- java.lang.Object
-
- net.sourceforge.plantuml.cucadiagram.Display
-
- All Implemented Interfaces:
Iterable<CharSequence>
public class Display extends Object implements Iterable<CharSequence>
-
-
Field Summary
Fields Modifier and Type Field Description static Display
NULL
static Pattern2
patternStereotype
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
showStereotype
public boolean showStereotype()
-
getStereotypeIfAny
public Stereotype getStereotypeIfAny()
-
replaceBackslashT
public Display replaceBackslashT()
-
isWhite
public boolean isWhite()
-
empty
public static Display empty()
-
create
public static Display create(CharSequence... s)
-
createFoo
public static Display createFoo(List<StringLocated> data) throws NoSuchColorException
- Throws:
NoSuchColorException
-
create
public static Display create(Collection<? extends CharSequence> other)
-
getWithNewlines2
public static Display getWithNewlines2(String s) throws NoSuchColorException
- Throws:
NoSuchColorException
-
manageGuillemet
public Display manageGuillemet()
-
withPage
public Display withPage(int page, int lastpage)
-
removeEndingStereotype
public Display removeEndingStereotype()
-
getEndingStereotype
public String getEndingStereotype()
-
underlined
public Display underlined()
-
underlinedName
public Display underlinedName()
-
withCreoleMode
public Display withCreoleMode(CreoleMode mode)
-
addFirst
public Display addFirst(CharSequence s)
-
add
public Display add(CharSequence s)
-
addGeneric
public Display addGeneric(CharSequence s)
-
size
public int size()
-
get
public CharSequence get(int i)
-
iterator
public ListIterator<CharSequence> iterator()
- Specified by:
iterator
in interfaceIterable<CharSequence>
-
subList
public Display subList(int i, int size)
-
asList
public List<? extends CharSequence> asList()
-
as2
public List<StringLocated> as2()
-
hasUrl
public boolean hasUrl()
-
getNaturalHorizontalAlignment
public HorizontalAlignment getNaturalHorizontalAlignment()
-
isNull
public static boolean isNull(Display display)
-
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(String s)
-
-