net.sourceforge.plantuml.cucadiagram
Class Display

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.Display
All Implemented Interfaces:
Iterable<CharSequence>

public class Display
extends Object
implements Iterable<CharSequence>


Method Summary
 Display add(CharSequence s)
           
 Display addAll(Display other)
           
 Display addFirst(CharSequence s)
           
 List<? extends CharSequence> as()
           
static Display create(CharSequence... s)
           
static Display create(List<? extends CharSequence> other)
           
static Display empty()
           
 boolean equals(Object other)
           
 CharSequence get(int i)
           
static Display getWithNewlines(Code s)
           
static Display getWithNewlines(String s)
           
 int hashCode()
           
 boolean hasUrl()
           
 Url initUrl()
           
 Iterator<CharSequence> iterator()
           
 Display removeEmptyColumns()
           
 Display removeUrl(Url url)
           
 int size()
           
 Display subList(int i, int size)
           
 String toString()
           
 Display underlined()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

empty

public static Display empty()

create

public static Display create(CharSequence... s)

create

public static Display create(List<? extends CharSequence> other)

getWithNewlines

public static Display getWithNewlines(Code s)

getWithNewlines

public static Display getWithNewlines(String s)

underlined

public Display underlined()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

addAll

public Display addAll(Display other)

addFirst

public Display addFirst(CharSequence s)

add

public Display add(CharSequence s)

removeEmptyColumns

public Display removeEmptyColumns()

size

public int size()

get

public CharSequence get(int i)

iterator

public Iterator<CharSequence> iterator()
Specified by:
iterator in interface Iterable<CharSequence>

subList

public Display subList(int i,
                       int size)

as

public List<? extends CharSequence> as()

initUrl

public Url initUrl()

removeUrl

public Display removeUrl(Url url)

hasUrl

public boolean hasUrl()


Copyright © 2014. All Rights Reserved.