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

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

public class StiGraphicsPathLineGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiPoint p1
           
 StiPoint p2
           
 
Constructor Summary
StiGraphicsPathLineGaugeGeom(StiPoint p1, StiPoint p2)
           
 
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

p1

public StiPoint p1

p2

public StiPoint p2
Constructor Detail

StiGraphicsPathLineGaugeGeom

public StiGraphicsPathLineGaugeGeom(StiPoint p1,
                                    StiPoint p2)
Method Detail

getType

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