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   
 

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)
           
 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, 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)
           
StiCurveGeom(StiPenGeom pen, StiPoint[] points, float tension)
           
StiEllipseGeom(java.lang.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(java.lang.Object background, StiPenGeom pen, java.util.List<StiSegmentGeom> geoms, java.lang.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)
           
 

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)
           
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)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.