com.stimulsoft.report.painters.context.gauge.geoms
Class StiRadialRangeGaugeGeom
java.lang.Object
com.stimulsoft.report.painters.context.gauge.geoms.StiGaugeGeom
com.stimulsoft.report.painters.context.gauge.geoms.StiRadialRangeGaugeGeom
public class StiRadialRangeGaugeGeom
- extends StiGaugeGeom
Copyright Stimulsoft
Constructor Summary |
StiRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
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
centerPoint
public StiPoint centerPoint
startAngle
public double startAngle
sweepAngle
public double sweepAngle
radius1
public double radius1
radius2
public double radius2
radius3
public double radius3
radius4
public double radius4
StiRadialRangeGaugeGeom
public StiRadialRangeGaugeGeom(StiRectangle rect,
StiBrush background,
StiBrush borderBrush,
double borderWidth,
StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
getType
public StiGaugeGeomType getType()
- Specified by:
getType
in class StiGaugeGeom