Uses of Class
com.stimulsoft.report.infographics.gauge.primitives.scales.StiScaleBase

Packages that use StiScaleBase
com.stimulsoft.report.infographics.gauge.collections   
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.infographics.gauge.primitives.base   
com.stimulsoft.report.infographics.gauge.primitives.scales   
com.stimulsoft.report.infographics.gauge.range   
com.stimulsoft.report.infographics.gauge.scales   
com.stimulsoft.report.options   
 

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

Methods in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiScaleBase
 void StiScaleCollection.add(int index, StiScaleBase element)
           
 boolean StiScaleCollection.add(StiScaleBase element)
           
 boolean StiScaleCollection.moveDown(StiScaleBase element)
           
 boolean StiScaleCollection.moveUp(StiScaleBase element)
           
 boolean StiScaleCollection.remove(StiScaleBase element)
           
 

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

Constructors in com.stimulsoft.report.infographics.gauge.collections with parameters of type StiScaleBase
StiGaugeElementCollection(StiScaleBase scale)
           
 

Uses of StiScaleBase in com.stimulsoft.report.infographics.gauge.helpers
 

Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiScaleBase
static double StiGaugeHelper.getFloatValueFromObject(java.lang.Object valueObj, StiScaleBase scale)
           
 

Uses of StiScaleBase in com.stimulsoft.report.infographics.gauge.primitives.base
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base that return StiScaleBase
 StiScaleBase StiGaugeElement.getScale()
           
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.base with parameters of type StiScaleBase
 void StiGaugeElement.setScale(StiScaleBase scale)
           
 

Uses of StiScaleBase in com.stimulsoft.report.infographics.gauge.primitives.scales
 

Methods in com.stimulsoft.report.infographics.gauge.primitives.scales that return StiScaleBase
 StiScaleBase StiScaleBase.createNew()
           
 

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

Methods in com.stimulsoft.report.infographics.gauge.range with parameters of type StiScaleBase
 void StiRadialRange.drawRange(StiGaugeContextPainter context, StiScaleBase scale)
           
 

Uses of StiScaleBase in com.stimulsoft.report.infographics.gauge.scales
 

Subclasses of StiScaleBase in com.stimulsoft.report.infographics.gauge.scales
 class StiLinearScale
          Copyright Stimulsoft
 class StiRadialScale
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.infographics.gauge.scales that return StiScaleBase
 StiScaleBase StiRadialScale.createNew()
           
 StiScaleBase StiLinearScale.createNew()
           
 

Uses of StiScaleBase in com.stimulsoft.report.options
 

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