Uses of Class
com.stimulsoft.report.infographics.gauge.primitives.range.StiRangeBase

Packages that use StiRangeBase
com.stimulsoft.report.infographics.gauge.collections   
com.stimulsoft.report.infographics.gauge.primitives.range   
com.stimulsoft.report.infographics.gauge.range   
com.stimulsoft.report.options   
 

Uses of StiRangeBase in com.stimulsoft.report.infographics.gauge.collections
 

Methods in com.stimulsoft.report.infographics.gauge.collections that return StiRangeBase
 StiRangeBase StiRangeCollection.set(int index, StiRangeBase value)
           
 

Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiRangeBase
 void StiRangeCollection.add(int index, StiRangeBase element)
           
 boolean StiRangeCollection.add(StiRangeBase element)
           
 void StiRangeCollection.clearParent(StiRangeBase element)
           
 boolean StiRangeCollection.moveDown(StiRangeBase element)
           
 boolean StiRangeCollection.moveUp(StiRangeBase element)
           
 boolean StiRangeCollection.remove(StiRangeBase element)
           
 StiRangeBase StiRangeCollection.set(int index, StiRangeBase value)
           
 void StiRangeCollection.setParent(StiRangeBase element)
           
 

Method parameters in com.stimulsoft.report.infographics.gauge.collections with type arguments of type StiRangeBase
 boolean StiRangeCollection.addAll(java.util.Collection<? extends StiRangeBase> c)
           
 

Uses of StiRangeBase in com.stimulsoft.report.infographics.gauge.primitives.range
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.range that return StiRangeBase
 StiRangeBase StiRangeBase.createNew()
           
 

Uses of StiRangeBase in com.stimulsoft.report.infographics.gauge.range
 

Subclasses of StiRangeBase in com.stimulsoft.report.infographics.gauge.range
 class StiLinearRange
          Copyright Stimulsoft
 class StiRadialRange
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.range that return StiRangeBase
 StiRangeBase StiRadialRange.createNew()
           
 StiRangeBase StiLinearRange.createNew()
           
 

Uses of StiRangeBase in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options that return types with arguments of type StiRangeBase
static java.util.List<StiRangeBase> ServicesOptions.getRanges()