com.stimulsoft.report.painters.context.gauge.geoms
Class StiGraphicsPathGaugeGeom
java.lang.Object
com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
com.stimulsoft.report.painters.context.gauge.geoms.StiGraphicsPathGaugeGeom
public class StiGraphicsPathGaugeGeom
- extends StiGaugeGeom
Copyright Stimulsoft
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Rect
public StiRectangle Rect
Background
public StiBrush Background
BorderBrush
public StiBrush BorderBrush
BorderWidth
public double BorderWidth
StartPoint
public StiPoint StartPoint
StiGraphicsPathGaugeGeom
public StiGraphicsPathGaugeGeom(StiRectangle rect,
StiPoint startPoint,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
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)