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>


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

Constructor Detail

Display

public Display()

Display

public Display(List<? extends CharSequence> other)
Method Detail

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)

asList

public static Display asList(CharSequence... s)

emptyList

public static Display emptyList()

as

public List<? extends CharSequence> as()

getWithNewlines

public static Display getWithNewlines(Code s)

getWithNewlines

public static Display getWithNewlines(String s)

initUrl

public Url initUrl()

removeUrl

public Display removeUrl(Url url)


Copyright © 2013. All Rights Reserved.