standup.clouds
Class BubbleLabelSegmentString

java.lang.Object
  extended by standup.clouds.BubbleLabelSegmentString

 class BubbleLabelSegmentString
extends Object

Author:
hmanurun This class represents a string that can be used to label a Bubble. The need for this class arose because we can't concatenate two AttributedStrings together.

Field Summary
(package private)  List<Boolean> emphasize
           
(package private)  List<String> strings
           
 
Constructor Summary
BubbleLabelSegmentString()
           
 
Method Summary
(package private)  void addSegmentString(String string, boolean emphasis)
           
(package private)  String getPlainText()
           
(package private)  int getSize()
           
(package private)  String getString(int idx)
           
(package private)  boolean isEmphasized(int idx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strings

List<String> strings

emphasize

List<Boolean> emphasize
Constructor Detail

BubbleLabelSegmentString

BubbleLabelSegmentString()
Method Detail

getSize

int getSize()

getPlainText

String getPlainText()

getString

String getString(int idx)

isEmphasized

boolean isEmphasized(int idx)

addSegmentString

void addSegmentString(String string,
                      boolean emphasis)