public class StiGraphicsPathGaugeGeom extends StiGaugeGeom
| Modifier and Type | Field and Description |
|---|---|
StiBrush |
Background |
StiBrush |
BorderBrush |
double |
BorderWidth |
StiRectangle |
Rect |
StiPoint |
StartPoint |
| Constructor and Description |
|---|
StiGraphicsPathGaugeGeom(StiRectangle rect,
StiPoint startPoint,
StiBrush background,
StiBrush borderBrush,
double borderWidth) |
| Modifier and Type | Method and Description |
|---|---|
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() |
getAnimation, setAnimationpublic StiRectangle Rect
public StiBrush Background
public StiBrush BorderBrush
public double BorderWidth
public StiPoint StartPoint
public StiGraphicsPathGaugeGeom(StiRectangle rect, StiPoint startPoint, StiBrush background, StiBrush borderBrush, double borderWidth)
public StiGaugeGeomType getType()
getType in class StiGaugeGeompublic java.util.List<StiGaugeGeom> getGeoms()
public void addGraphicsPathArcGaugeGeom(double x,
double y,
double width,
double height,
double startAngle,
double sweepAngle)
public void addGraphicsPathCloseFigureGaugeGeom()
public void addGraphicsPathLinesGaugeGeom(StiPoint[] points)
Copyright © 2019 Stimulsoft. All Rights Reserved.