Class StiGraphicsPathGaugeGeom
java.lang.Object
com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
com.stimulsoft.report.painters.context.gauge.geoms.StiGraphicsPathGaugeGeom
Copyright Stimulsoft
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble -
Constructor Summary
ConstructorsConstructorDescriptionStiGraphicsPathGaugeGeom(StiRectangle rect, StiPoint startPoint, StiBrush background, StiBrush borderBrush, double borderWidth) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGraphicsPathArcGaugeGeom(double x, double y, double width, double height, double startAngle, double sweepAngle) voidvoidvoidaddGraphicsPathLinesGaugeGeom(StiPoint[] points) getGeoms()getType()Methods inherited from class com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
getAnimation, setAnimation
-
Field Details
-
Rect
-
Background
-
BorderBrush
-
BorderWidth
public double BorderWidth -
StartPoint
-
-
Constructor Details
-
StiGraphicsPathGaugeGeom
public StiGraphicsPathGaugeGeom(StiRectangle rect, StiPoint startPoint, StiBrush background, StiBrush borderBrush, double borderWidth)
-
-
Method Details
-
getType
- Specified by:
getTypein classStiGaugeGeom
-
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
-
addGraphicsPathLineGaugeGeom
-