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

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

public class StiGraphicsPathGaugeGeom
extends StiGaugeGeom

Copyright Stimulsoft


Field Summary
 StiBrush Background
           
 StiBrush BorderBrush
           
 double BorderWidth
           
 StiRectangle Rect
           
 StiPoint StartPoint
           
 
Constructor Summary
StiGraphicsPathGaugeGeom(StiRectangle rect, StiPoint startPoint, StiBrush background, StiBrush borderBrush, double borderWidth)
           
 
Method Summary
 void addGraphicsPathArcGaugeGeom(double x, double y, double width, double height, double startAngle, double sweepAngle)
           
 void addGraphicsPathCloseFigureGaugeGeom()
           
 void addGraphicsPathLineGaugeGeom(StiPoint p1, StiPoint p2)
           
 void addGraphicsPathLinesGaugeGeom(StiPoint[] points)
           
 java.util.List<StiGaugeGeom> getGeoms()
           
 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

StartPoint

public StiPoint StartPoint
Constructor Detail

StiGraphicsPathGaugeGeom

public StiGraphicsPathGaugeGeom(StiRectangle rect,
                                StiPoint startPoint,
                                StiBrush background,
                                StiBrush borderBrush,
                                double borderWidth)
Method Detail

getType

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

getGeoms

public java.util.List<StiGaugeGeom> getGeoms()
Returns:
the geoms

addGraphicsPathArcGaugeGeom

public void addGraphicsPathArcGaugeGeom(double x,
                                        double y,
                                        double width,
                                        double height,
                                        double startAngle,
                                        double sweepAngle)

addGraphicsPathCloseFigureGaugeGeom

public void addGraphicsPathCloseFigureGaugeGeom()

addGraphicsPathLinesGaugeGeom

public void addGraphicsPathLinesGaugeGeom(StiPoint[] points)

addGraphicsPathLineGaugeGeom

public void addGraphicsPathLineGaugeGeom(StiPoint p1,
                                         StiPoint p2)