| Package | Description |
|---|---|
| com.stimulsoft.base.context.chart | |
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.context.chart.geoms.animaton |
| Modifier and Type | Method and Description |
|---|---|
void |
StiContext.DrawAnimationPathElement(java.lang.Object brush,
StiPenGeom borderPen,
java.util.List<StiSegmentGeom> path,
java.lang.Object rect,
java.lang.String toolTip,
java.lang.Object tag,
StiAnimation animation,
StiInteractionDataGeom interaction) |
void |
StiContext.DrawPath(StiPenGeom pen,
java.util.List<StiSegmentGeom> path,
java.lang.Object rect) |
void |
StiContext.DrawPath(StiPenGeom pen,
java.util.List<StiSegmentGeom> path,
java.lang.Object rect,
boolean useZoom) |
void |
StiContext.FillDrawAnimationPath(java.lang.Object brush,
StiPenGeom pen,
java.util.List<StiSegmentGeom> path,
java.lang.Object rect,
java.lang.Object tag,
StiAnimation animation,
StiInteractionDataGeom interaction) |
void |
StiContext.FillPath(java.lang.Object brush,
java.util.List<StiSegmentGeom> path,
java.lang.Object rect,
StiInteractionDataGeom interaction) |
StiRectangle |
IStiContextPainter.getPathBounds(java.util.List<StiSegmentGeom> geoms) |
StiRectangle |
StiContext.GetPathBounds(java.util.List<StiSegmentGeom> geoms) |
| Modifier and Type | Class and Description |
|---|---|
class |
StiArcSegmentGeom |
class |
StiCloseFigureSegmentGeom |
class |
StiCurveSegmentGeom |
class |
StiLineSegmentGeom |
class |
StiLinesSegmentGeom |
class |
StiPieSegmentGeom |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StiSegmentGeom> |
StiPathGeom.getGeoms() |
| Modifier and Type | Method and Description |
|---|---|
protected JSONObject[] |
StiGeom.SaveGeomListToJsonObject(java.util.List<StiSegmentGeom> geoms,
StiJsonSaveMode mode) |
void |
StiPathGeom.setGeoms(java.util.List<StiSegmentGeom> geoms) |
| Constructor and Description |
|---|
StiPathGeom(java.lang.Object background,
StiPenGeom pen,
java.util.List<StiSegmentGeom> geoms,
java.lang.Object rect,
StiInteractionDataGeom interaction) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StiSegmentGeom> |
StiPathAnimationGeom.getGeoms() |
java.util.List<StiSegmentGeom> |
StiPathElementAnimationGeom.getPathGeoms() |
| Modifier and Type | Method and Description |
|---|---|
void |
StiPathAnimationGeom.setGeoms(java.util.List<StiSegmentGeom> geoms) |
void |
StiPathElementAnimationGeom.setPathGeoms(java.util.List<StiSegmentGeom> pathGeoms) |
| Constructor and Description |
|---|
StiPathAnimationGeom(java.lang.Object background,
StiPenGeom pen,
java.util.List<StiSegmentGeom> geoms,
java.lang.Object rect,
java.lang.Object tag,
StiAnimation animation,
StiInteractionDataGeom interaction) |
StiPathElementAnimationGeom(java.lang.Object background,
StiPenGeom borderPen,
java.util.List<StiSegmentGeom> pathGeoms,
java.lang.Object rect,
java.lang.String toolTip,
java.lang.Object tag,
StiAnimation animation,
StiInteractionDataGeom interaction) |
Copyright © 2020 Stimulsoft. All Rights Reserved.