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

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

public class StiPushMatrixGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 double Angle
           
 StiPoint CenterPoint
           
 
Constructor Summary
StiPushMatrixGaugeGeom(double angle, StiPoint centerPoint)
           
 
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

Angle

public double Angle

CenterPoint

public StiPoint CenterPoint
Constructor Detail

StiPushMatrixGaugeGeom

public StiPushMatrixGaugeGeom(double angle,
                              StiPoint centerPoint)
Method Detail

getType

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