| Package | Description |
|---|---|
| com.stimulsoft.base.drawing | |
| com.stimulsoft.base.drawing.path |
| Modifier and Type | Method and Description |
|---|---|
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.Boolean transformCoord,
double zoom,
double pageZoom)
Draw path sotred in List
StiPathCommand |
StiRectangle |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
java.lang.Boolean transformCoord,
double zoom,
double pageZoom,
boolean draw)
Draw path sotred in List
StiPathCommand |
void |
StiGraphics.drawPath(java.util.List<StiPathCommand> path,
StiPen pen,
StiBrush brush,
double zoom,
double pageZoom)
Draw path sotred in List
StiPathCommand |
| Modifier and Type | Class and Description |
|---|---|
class |
StiPathArc
Copyright Stimulsoft
|
class |
StiPathClose
Copyright Stimulsoft
|
class |
StiPathCubicBezier
Copyright Stimulsoft
|
class |
StiPathCurve
Copyright Stimulsoft
|
class |
StiPathCurveTo
Sti path command - CurveTo
Copyright Stimulsoft
|
class |
StiPathEllipticalAcr
Copyright Stimulsoft
|
class |
StiPathLine
Copyright Stimulsoft
|
class |
StiPathLineTo
Sti path commant - LineTo
Copyright Stimulsoft
|
class |
StiPathMoveTo
Sti path command - MoveTo
Copyright Stimulsoft
|
class |
StiPathPie
Copyright Stimulsoft
|
class |
StiPathRectangle
Copyright Stimulsoft
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<StiPathCommand> |
StiPathCommand.createCircle(StiRectangle rect,
java.util.List<StiPathCommand> path)
Return List of curve commands that represent circle
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<StiPathCommand> |
StiPathCommand.createCircle(StiRectangle rect,
java.util.List<StiPathCommand> path)
Return List of curve commands that represent circle
|
Copyright © 2020 Stimulsoft. All Rights Reserved.