Uses of Class
standup.clouds.BubbleLabelSegmentString

Packages that use BubbleLabelSegmentString
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of BubbleLabelSegmentString in standup.clouds
 

Fields in standup.clouds declared as BubbleLabelSegmentString
private  BubbleLabelSegmentString CloudLabelSegment.text
           
 

Methods in standup.clouds that return BubbleLabelSegmentString
 BubbleLabelSegmentString CloudLabelSegment.getSegmentStrings()
           
 

Methods in standup.clouds with parameters of type BubbleLabelSegmentString
private  TextLayout[] CloudLabel.getLayoutsForSegment(BubbleLabelSegmentString seg, Font font, Font fontEmph, FontRenderContext fontRenderContext)
           
 

Constructors in standup.clouds with parameters of type BubbleLabelSegmentString
CloudLabelSegment(BubbleLabelSegmentString _t, SVGSpec[] _i, SymbolSupport minSym, Color _c)