|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
com.stimulsoft.report.painters.context.gauge.geoms.StiGraphicsPathGaugeGeom
public class StiGraphicsPathGaugeGeom
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 |
|---|
public StiRectangle Rect
public StiBrush Background
public StiBrush BorderBrush
public double BorderWidth
public StiPoint StartPoint
| Constructor Detail |
|---|
public StiGraphicsPathGaugeGeom(StiRectangle rect,
StiPoint startPoint,
StiBrush background,
StiBrush borderBrush,
double borderWidth)
| Method Detail |
|---|
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)
public void addGraphicsPathLineGaugeGeom(StiPoint p1,
StiPoint p2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||