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

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

public class StiPieGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush background
           
 StiBrush borderBrush
           
 double borderWidth
           
 StiRectangle rect
           
 double startAngle
           
 double sweepAngle
           
 
Constructor Summary
StiPieGaugeGeom(StiRectangle rect, StiBrush background, StiBrush borderBrush, double borderWidth, double startAngle, double sweepAngle)
           
 
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

startAngle

public double startAngle

sweepAngle

public double sweepAngle
Constructor Detail

StiPieGaugeGeom

public StiPieGaugeGeom(StiRectangle rect,
                       StiBrush background,
                       StiBrush borderBrush,
                       double borderWidth,
                       double startAngle,
                       double sweepAngle)
Method Detail

getType

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