Uses of Class
com.stimulsoft.base.context.chart.geoms.StiPenGeom

Packages that use StiPenGeom
com.stimulsoft.base.context.chart   
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.context.chart.geoms.animaton   
com.stimulsoft.report.chart.core.marker   
com.stimulsoft.report.chart.geoms   
 

Uses of StiPenGeom in com.stimulsoft.base.context.chart
 

Methods in com.stimulsoft.base.context.chart with parameters of type StiPenGeom
 void StiContext.DrawAnimationBar(java.lang.Object brush, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawAnimationColumn(java.lang.Object brush, StiPenGeom borderPen, java.lang.Object rect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 void StiContext.DrawAnimationCurve(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
 void StiContext.DrawAnimationLabel(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object labelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode mode, float angle, java.lang.Boolean drawBorder, StiAnimation animation)
           
 void StiContext.DrawAnimationLines(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
 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.DrawAnimationRectangle(java.lang.Object brush, StiPenGeom pen, StiRectangle rect, StiAnimation animation, StiInteractionDataGeom interaction, java.lang.String tooltip)
           
 void StiContext.DrawCurve(StiPenGeom pen, StiPoint[] points, float tension, boolean useZoom)
           
 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, 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.DrawRectangle(StiPenGeom pen, double x, double y, double width, double height)
           
 void StiContext.DrawRectangle(StiPenGeom pen, StiRectangle rect)
           
 void StiContext.FillDrawAnimationEllipse(java.lang.Object brush, StiPenGeom pen, double x, double y, double width, double height, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
 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)
           
 

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(java.lang.Object background, StiPenGeom borderPen, java.lang.Object rect, StiInteractionDataGeom interaction, int elementIndex)
           
StiCurveGeom(StiPenGeom pen, StiPoint[] points, float tension, boolean useZoom)
           
StiEllipseGeom(java.lang.Object background, StiPenGeom borderPen, StiRectangle rect, StiInteractionDataGeom interaction)
           
StiLineGeom(StiPenGeom pen, double x1, double y1, double x2, double y2)
           
StiLinesGeom(StiPenGeom pen, StiPoint[] points, boolean useZoom)
           
StiPathGeom(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.Object rect, StiInteractionDataGeom interaction, int elementIndex)
           
 

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)
           
 

Constructors in com.stimulsoft.base.context.chart.geoms.animaton with parameters of type StiPenGeom
StiBorderAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object rect, StiAnimation animation, StiInteractionDataGeom interaction, java.lang.String toolTip)
           
StiClusteredBarSeriesAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiClusteredColumnSeriesAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object columnRect, java.lang.Double value, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiCurveAnimationGeom(StiPenGeom pen, StiPoint[] points, float tension, StiAnimation animation)
           
StiEllipseAnimationGeom(java.lang.Object background, StiPenGeom borderPen, java.lang.Object rect, java.lang.String toolTip, java.lang.Object tag, StiAnimation animation, StiInteractionDataGeom interaction)
           
StiLabelAnimationGeom(java.lang.String text, StiFontGeom font, java.lang.Object textBrush, java.lang.Object LabelBrush, StiPenGeom penBorder, StiRectangle rect, StiStringFormatGeom sf, StiRotationMode rotationMode, float angle, boolean drawBorder, StiAnimation animation)
           
StiLinesAnimationGeom(StiPenGeom pen, StiPoint[] points, StiAnimation animation)
           
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)
           
 

Uses of StiPenGeom in com.stimulsoft.report.chart.core.marker
 

Methods in com.stimulsoft.report.chart.core.marker with parameters of type StiPenGeom
 void StiMarkerCoreXF.DrawLine(StiContext context, float x1, float y1, float x2, float y2, float scale, StiBrush brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawLines(StiContext context, StiPoint[] points, float scale, java.lang.Object brushMarker, StiPenGeom penMarker, StiMarkerType markerType, float markerStep, float markerSize, float angle)
           
 void StiMarkerCoreXF.DrawPoint(StiContext context, double x, double y, double scale, java.lang.Object brush, StiPenGeom pen, StiMarkerType markerType, double markerSize, double angle, boolean isMouseOver, boolean isAnimation, java.lang.String toolTip, java.lang.Object tag, StiInteractionDataGeom interaction)
           
 

Uses of StiPenGeom in com.stimulsoft.report.chart.geoms
 

Methods in com.stimulsoft.report.chart.geoms with parameters of type StiPenGeom
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] points, float tension)
           
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] points, float tension, boolean isAnimation)
           
static void StiNullableDrawing.DrawCurve(StiContext context, StiPenGeom penGeom, StiPoint[] pointsStart, StiPoint[] points, float tension, boolean isAnimation)
           
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] points)
           
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] points, boolean isAnimation)
           
static void StiNullableDrawing.DrawLines(StiContext context, StiPenGeom penGeom, StiPoint[] pointsStart, StiPoint[] points, boolean isAnimation)