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

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

public class StiGraphicsPathArcGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 double height
           
 double startAngle
           
 double sweepAngle
           
 double width
           
 double x
           
 double y
           
 
Constructor Summary
StiGraphicsPathArcGaugeGeom(double x, double y, double width, double height, 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

x

public double x

y

public double y

width

public double width

height

public double height

startAngle

public double startAngle

sweepAngle

public double sweepAngle
Constructor Detail

StiGraphicsPathArcGaugeGeom

public StiGraphicsPathArcGaugeGeom(double x,
                                   double y,
                                   double width,
                                   double height,
                                   double startAngle,
                                   double sweepAngle)
Method Detail

getType

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