Uses of Class
standup.clouds.SVGSpec

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

Uses of SVGSpec in standup.clouds
 

Subclasses of SVGSpec in standup.clouds
 class SVGSpecIcon
          An SVGSpec for a GUI graphics file.
 class SVGSpecSymbol
           
 

Fields in standup.clouds declared as SVGSpec
private  SVGSpec[] CloudLabelSegment.imageSpecs
           
 

Methods in standup.clouds that return SVGSpec
 SVGSpec[] CloudLabelSegment.getImageSpecs()
           
 

Constructors in standup.clouds with parameters of type SVGSpec
CloudLabelSegment(BubbleLabelSegmentString _t, SVGSpec[] _i, SymbolSupport minSym, Color _c)
           
CloudLabelSegment(String _t, SVGSpec _i)
          Constructor for a CloudLabelSegment with a single SVGSpec and, optionally, a different color.
CloudLabelSegment(String _t, SVGSpec[] _i, SymbolSupport minSym, Color _c)
           
CloudLabelSegment(String _t, SVGSpec[] _i, SymbolSupport minSym, Color _c, boolean addSpace)