|
||||||||||
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.StiGraphicsPathArcGaugeGeom
public class StiGraphicsPathArcGaugeGeom
Copyright Stimulsoft
Field Summary | |
---|---|
double |
height
|
double |
startAngle
|
double |
sweepAngle
|
double |
width
|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
StiGraphicsPathArcGaugeGeom(double x,
double y,
double width,
double height,
double startAngle,
double sweepAngle)
|
Method Summary | |
---|---|
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 double x
public double y
public double width
public double height
public double startAngle
public double sweepAngle
Constructor Detail |
---|
public StiGraphicsPathArcGaugeGeom(double x, double y, double width, double height, double startAngle, double sweepAngle)
Method Detail |
---|
public StiGaugeGeomType getType()
getType
in class StiGaugeGeom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |