com.stimulsoft.report.painters.context.gauge.geoms
Class StiRadialRangeGaugeGeom

java.lang.Object
  extended by com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
      extended by com.stimulsoft.report.painters.context.gauge.geoms.StiRadialRangeGaugeGeom

public class StiRadialRangeGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush background
           
 StiBrush borderBrush
           
 double borderWidth
           
 StiPoint centerPoint
           
 double radius1
           
 double radius2
           
 double radius3
           
 double radius4
           
 StiRectangle rect
           
 double startAngle
           
 double sweepAngle
           
 
Constructor Summary
StiRadialRangeGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, StiPoint centerPoint, double startAngle, double sweepAngle, double radius1, double radius2, double radius3, double radius4)
           
 
Method Summary
 StiGaugeGeomType getType()
           
 
Methods inherited from class com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
getAnimation, setAnimation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rect

public StiRectangle rect

background

public StiBrush background

borderBrush

public StiBrush borderBrush

borderWidth

public double borderWidth

centerPoint

public StiPoint centerPoint

startAngle

public double startAngle

sweepAngle

public double sweepAngle

radius1

public double radius1

radius2

public double radius2

radius3

public double radius3

radius4

public double radius4
Constructor Detail

StiRadialRangeGaugeGeom

public StiRadialRangeGaugeGeom(StiRectangle rect,
                               StiBrush background,
                               StiBrush borderBrush,
                               double borderWidth,
                               StiPoint centerPoint,
                               double startAngle,
                               double sweepAngle,
                               double radius1,
                               double radius2,
                               double radius3,
                               double radius4)
Method Detail

getType

public StiGaugeGeomType getType()
Specified by:
getType in class StiGaugeGeom