|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.infographics.gauge.helpers.StiDrawingHelper
public class StiDrawingHelper
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiDrawingHelper()
|
|
| Method Summary | |
|---|---|
static java.util.List<StiPathCommand> |
getArcGeometry(StiRectangle rect,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
|
static java.util.List<StiPathCommand> |
getRadialRangeGeometry(StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
static java.util.List<StiPathCommand> |
getRoundedPath(StiRectangle rect,
int offset,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiDrawingHelper()
| Method Detail |
|---|
public static java.util.List<StiPathCommand> getRoundedPath(StiRectangle rect,
int offset,
int leftTop,
int rightTop,
int rightBottom,
int leftBottom)
public static java.util.List<StiPathCommand> getArcGeometry(StiRectangle rect,
double startAngle,
double sweepAngle,
double startWidth,
double endWidth)
public static java.util.List<StiPathCommand> getRadialRangeGeometry(StiPoint centerPoint,
double startAngle,
double sweepAngle,
double radius1,
double radius2,
double radius3,
double radius4)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||