|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiPenGeom | |
|---|---|
| com.stimulsoft.base.context.chart | |
| com.stimulsoft.base.context.chart.geoms | |
| com.stimulsoft.base.context.chart.geoms.animaton | |
| Uses of StiPenGeom in com.stimulsoft.base.context.chart |
|---|
| Methods in com.stimulsoft.base.context.chart with parameters of type StiPenGeom | |
|---|---|
void |
StiContext.DrawAnimationBar(Object brush,
StiPenGeom borderPen,
Object columnRect,
Double value,
String toolTip,
Object tag,
StiAnimation animation)
|
void |
StiContext.DrawAnimationColumn(Object brush,
StiPenGeom borderPen,
Object rect,
Double value,
String toolTip,
Object tag,
StiAnimation animation)
|
void |
StiContext.DrawAnimationCurve(StiPenGeom pen,
StiPoint[] points,
float tension,
StiAnimation animation)
|
void |
StiContext.DrawAnimationLabel(String text,
StiFontGeom font,
Object textBrush,
Object labelBrush,
StiPenGeom penBorder,
StiRectangle rect,
StiStringFormatGeom sf,
StiRotationMode mode,
float angle,
Boolean drawBorder,
StiAnimation animation)
|
void |
StiContext.DrawAnimationLines(StiPenGeom pen,
StiPoint[] points,
StiAnimation animation)
|
void |
StiContext.DrawAnimationPathElement(Object brush,
StiPenGeom borderPen,
List<StiSegmentGeom> path,
Object rect,
String toolTip,
Object tag,
StiAnimation animation)
|
void |
StiContext.DrawAnimationRectangle(Object brush,
StiPenGeom pen,
StiRectangle rect,
StiAnimation animation)
|
void |
StiContext.DrawCurve(StiPenGeom pen,
StiPoint[] points,
float tension)
|
void |
StiContext.DrawEllipse(StiPenGeom pen,
double x,
double y,
double width,
double height)
|
void |
StiContext.DrawEllipse(StiPenGeom pen,
StiRectangle rect)
|
void |
StiContext.DrawLine(StiPenGeom pen,
double x1,
double y1,
double x2,
double y2)
|
void |
StiContext.DrawLines(StiPenGeom pen,
StiPoint[] points)
|
void |
StiContext.DrawLines(StiPenGeom pen,
StiPoint[] points,
boolean useZoom)
|
void |
StiContext.DrawPath(StiPenGeom pen,
List<StiSegmentGeom> path,
Object rect)
|
void |
StiContext.DrawPath(StiPenGeom pen,
List<StiSegmentGeom> path,
Object rect,
boolean useZoom)
|
void |
StiContext.DrawRectangle(StiPenGeom pen,
double x,
double y,
double width,
double height)
|
void |
StiContext.DrawRectangle(StiPenGeom pen,
StiRectangle rect)
|
void |
StiContext.FillDrawAnimationEllipse(Object brush,
StiPenGeom pen,
double x,
double y,
double width,
double height,
String toolTip,
Object tag,
StiAnimation animation)
|
void |
StiContext.FillDrawAnimationPath(Object brush,
StiPenGeom pen,
List<StiSegmentGeom> path,
Object rect,
Object tag,
StiAnimation animation)
|
| Uses of StiPenGeom in com.stimulsoft.base.context.chart.geoms |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms that return StiPenGeom | |
|---|---|
StiPenGeom |
StiEllipseGeom.getBorderPen()
|
StiPenGeom |
StiBorderGeom.getBorderPen()
|
StiPenGeom |
StiPathGeom.getPen()
|
StiPenGeom |
StiLinesGeom.getPen()
|
StiPenGeom |
StiLineGeom.getPen()
|
StiPenGeom |
StiCurveGeom.getPen()
|
| Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiPenGeom | |
|---|---|
void |
StiEllipseGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiBorderGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiPathGeom.setPen(StiPenGeom pen)
|
void |
StiLinesGeom.setPen(StiPenGeom pen)
|
void |
StiLineGeom.setPen(StiPenGeom pen)
|
void |
StiCurveGeom.setPen(StiPenGeom pen)
|
| Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiPenGeom | |
|---|---|
StiBorderGeom(Object background,
StiPenGeom borderPen,
Object rect)
|
|
StiCurveGeom(StiPenGeom pen,
StiPoint[] points,
float tension)
|
|
StiEllipseGeom(Object background,
StiPenGeom borderPen,
StiRectangle rect)
|
|
StiLineGeom(StiPenGeom pen,
double x1,
double y1,
double x2,
double y2)
|
|
StiLinesGeom(StiPenGeom pen,
StiPoint[] points,
boolean useZoom)
|
|
StiPathGeom(Object background,
StiPenGeom pen,
List<StiSegmentGeom> geoms,
Object rect)
|
|
| Uses of StiPenGeom in com.stimulsoft.base.context.chart.geoms.animaton |
|---|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton that return StiPenGeom | |
|---|---|
StiPenGeom |
StiPathElementAnimationGeom.getBorderPen()
|
StiPenGeom |
StiEllipseAnimationGeom.getBorderPen()
|
StiPenGeom |
StiClusteredColumnSeriesAnimationGeom.getBorderPen()
|
StiPenGeom |
StiClusteredBarSeriesAnimationGeom.getBorderPen()
|
StiPenGeom |
StiBorderAnimationGeom.getBorderPen()
|
StiPenGeom |
StiPathAnimationGeom.getPen()
|
StiPenGeom |
StiLinesAnimationGeom.getPen()
|
StiPenGeom |
StiCurveAnimationGeom.getPen()
|
StiPenGeom |
StiLabelAnimationGeom.getPenBorder()
|
| Methods in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiPenGeom | |
|---|---|
void |
StiPathElementAnimationGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiEllipseAnimationGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiClusteredColumnSeriesAnimationGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiClusteredBarSeriesAnimationGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiBorderAnimationGeom.setBorderPen(StiPenGeom borderPen)
|
void |
StiPathAnimationGeom.setPen(StiPenGeom pen)
|
void |
StiLinesAnimationGeom.setPen(StiPenGeom pen)
|
void |
StiCurveAnimationGeom.setPen(StiPenGeom pen)
|
void |
StiLabelAnimationGeom.setPenBorder(StiPenGeom penBorder)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||