net.sourceforge.plantuml.cucadiagram
Class Display2

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

public class Display2
extends Object
implements Iterable<CharSequence>


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

Method Detail

empty

public static Display2 empty()

create

public static Display2 create(CharSequence... s)

create

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

getWithNewlines

public static Display2 getWithNewlines(Code s)

getWithNewlines

public static Display2 getWithNewlines(String s)

underlined

public Display2 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 Display2 addAll(Display2 other)

addFirst

public Display2 addFirst(CharSequence s)

add

public Display2 add(CharSequence s)

removeEmptyColumns

public Display2 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 Display2 subList(int i,
                        int size)

as

public List<? extends CharSequence> as()

initUrl

public Url initUrl()

removeUrl

public Display2 removeUrl(Url url)

hasUrl

public boolean hasUrl()


Copyright © 2014. All Rights Reserved.