Uses of Enum Class
com.stimulsoft.base.drawing.enums.StiPenStyle
Packages that use StiPenStyle
Package
Description
-
Uses of StiPenStyle in com.stimulsoft.base.drawing
Methods in com.stimulsoft.base.drawing that return StiPenStyleModifier and TypeMethodDescriptionStiPen.getDashStyle()StiAdvancedBorder.getStyle()Gets or sets a border style.StiBorder.getStyle()Gets or sets a border style.StiBorderSide.getStyle()Gets or sets a border style.Methods in com.stimulsoft.base.drawing with parameters of type StiPenStyleModifier and TypeMethodDescriptionvoidStiGraphics.drawHTMLText(String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, float lineSpacing, Double zoom) Draw HTML textvoidStiGraphics.drawText(String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, Boolean wordWrap, float lineSpacing, Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions) Draw textstatic booleanStiBorder.isDefault(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, boolean topmost) voidStiPen.setDashStyle(StiPenStyle dashStyle) voidStiAdvancedBorder.setStyle(StiPenStyle value) voidStiBorder.setStyle(StiPenStyle value) voidStiBorderSide.setStyle(StiPenStyle value) Constructors in com.stimulsoft.base.drawing with parameters of type StiPenStyleModifierConstructorDescriptionStiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiAdvancedBorder class.StiAdvancedBorder(StiColor topSideColor, double topSideSize, StiPenStyle topSideStyle, StiColor bottomSideColor, double bottomSideSize, StiPenStyle bottomSideStyle, StiColor leftSideColor, double leftSideSize, StiPenStyle leftSideStyle, StiColor rightSideColor, double rightSideSize, StiPenStyle rightSideStyle, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiAdvancedBorder class.StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style) Creates a new instance of the StiBorder class.StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, Boolean topmost) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style) StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush, boolean topmost) Creates a new instance of the StiBorder class.StiBorder(StiEnumSet<StiBorderSides> side, StiColor color, int size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush) StiBorderSide(StiColor color, double size, StiPenStyle style) Creates a new instance of the StiBorderSide class.StiPen(double width, StiColor color, StiPenStyle dashStyle) Constructor -
Uses of StiPenStyle in com.stimulsoft.base.drawing.enums
Methods in com.stimulsoft.base.drawing.enums that return StiPenStyleModifier and TypeMethodDescriptionstatic StiPenStyleStiPenStyle.forValue(int value) static StiPenStyleReturns the enum constant of this class with the specified name.static StiPenStyle[]StiPenStyle.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.axis
Methods in com.stimulsoft.report.chart.interfaces.axis that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.axis with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.constantLines
Methods in com.stimulsoft.report.chart.interfaces.constantLines that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.constantLines with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.gridLines.axis
Methods in com.stimulsoft.report.chart.interfaces.gridLines.axis that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.gridLines.axis with parameters of type StiPenStyleModifier and TypeMethodDescriptionvoidIStiGridLines.setMinorStyle(StiPenStyle value) voidIStiGridLines.setStyle(StiPenStyle value) -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.gridLines.radar
Methods in com.stimulsoft.report.chart.interfaces.gridLines.radar that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.gridLines.radar with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.radarAxis
Methods in com.stimulsoft.report.chart.interfaces.radarAxis that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.radarAxis with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.clusteredColumn
Methods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.series.clusteredColumn with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.radar
Methods in com.stimulsoft.report.chart.interfaces.series.radar that return StiPenStyleModifier and TypeMethodDescriptionIStiRadarAreaSeries.getLineStyle()IStiRadarLineSeries.getLineStyle()Methods in com.stimulsoft.report.chart.interfaces.series.radar with parameters of type StiPenStyleModifier and TypeMethodDescriptionvoidIStiRadarAreaSeries.setLineStyle(StiPenStyle value) voidIStiRadarLineSeries.setLineStyle(StiPenStyle value) -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.stackedColumn
Methods in com.stimulsoft.report.chart.interfaces.series.stackedColumn that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.series.stackedColumn with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.series.stock
Methods in com.stimulsoft.report.chart.interfaces.series.stock that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.series.stock with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.interfaces.trendLines
Methods in com.stimulsoft.report.chart.interfaces.trendLines that return StiPenStyleMethods in com.stimulsoft.report.chart.interfaces.trendLines with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.axis
Methods in com.stimulsoft.report.chart.view.axis that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiAxis.getLineStyle()Gets or sets line style of axis.Methods in com.stimulsoft.report.chart.view.axis with parameters of type StiPenStyleConstructors in com.stimulsoft.report.chart.view.axis with parameters of type StiPenStyleModifierConstructorDescriptionStiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep) StiXAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean allowApplyStyle) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep) StiXBottomAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowXAxis showXAxis, boolean showEdgeValues, boolean allowApplyStyle, IStiAxisDateTimeStep dateTimeStep, boolean logarithmicScale) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle) StiXTopAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean showEdgeValues, boolean allowApplyStyle, boolean logarithmicScale) StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle) StiYLeftAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, StiShowYAxis showYAxis, boolean allowApplyStyle, boolean logarithmicScale) StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle) StiYRightAxis(IStiAxisLabels labels, IStiAxisRange range, IStiAxisTitle title, IStiAxisTicks ticks, IStiAxisInteraction interaction, StiArrowStyle arrowStyle, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean startFromZero, boolean allowApplyStyle, boolean logarithmicScale) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.constantLines
Methods in com.stimulsoft.report.chart.view.constantLines that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiConstantLines.getLineStyle()Gets or sets constant line style.Methods in com.stimulsoft.report.chart.view.constantLines with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.gridLines.axis
Methods in com.stimulsoft.report.chart.view.gridLines.axis that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiGridLines.getMinorStyle()Gets or sets style which will be used for drawing minor grid lines.final StiPenStyleStiGridLines.getStyle()Gets or sets style which will be used for drawing major grid lines.Methods in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiPenStyleModifier and TypeMethodDescriptionfinal voidStiGridLines.setMinorStyle(StiPenStyle value) final voidStiGridLines.setStyle(StiPenStyle value) Constructors in com.stimulsoft.report.chart.view.gridLines.axis with parameters of type StiPenStyleModifierConstructorDescriptionStiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle) StiGridLinesHor(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle) StiGridLinesVert(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.gridLines.radar
Methods in com.stimulsoft.report.chart.view.gridLines.radar that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiRadarGridLines.getStyle()Gets or sets style which will be used for drawing major grid lines.Methods in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiPenStyleConstructors in com.stimulsoft.report.chart.view.gridLines.radar with parameters of type StiPenStyleModifierConstructorDescriptionStiRadarGridLines(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle) StiRadarGridLinesHor(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle) StiRadarGridLinesVert(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.radarAxis
Methods in com.stimulsoft.report.chart.view.radarAxis that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiYRadarAxis.getLineStyle()Gets or sets line style of axis.Methods in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiPenStyleConstructors in com.stimulsoft.report.chart.view.radarAxis with parameters of type StiPenStyleModifierConstructorDescriptionStiYRadarAxis(IStiAxisLabels labels, IStiAxisTicks ticks, StiPenStyle lineStyle, StiColor lineColor, float lineWidth, boolean visible, boolean allowApplyStyle) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.clusteredColumn
Methods in com.stimulsoft.report.chart.view.series.clusteredColumn that return StiPenStyleModifier and TypeMethodDescriptionStiBaseLineSeries.getLineStyle()Gets or sets a line style of series.Methods in com.stimulsoft.report.chart.view.series.clusteredColumn with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.radar
Methods in com.stimulsoft.report.chart.view.series.radar that return StiPenStyleModifier and TypeMethodDescriptionStiRadarAreaSeries.getLineStyle()Gets or sets a line style of series.StiRadarLineSeries.getLineStyle()Gets or sets a line style of series.Methods in com.stimulsoft.report.chart.view.series.radar with parameters of type StiPenStyleModifier and TypeMethodDescriptionvoidStiRadarAreaSeries.setLineStyle(StiPenStyle value) voidStiRadarLineSeries.setLineStyle(StiPenStyle value) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.stackedColumn
Methods in com.stimulsoft.report.chart.view.series.stackedColumn that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiStackedBaseLineSeries.getLineStyle()Gets or sets a border style.Methods in com.stimulsoft.report.chart.view.series.stackedColumn with parameters of type StiPenStyleModifier and TypeMethodDescriptionfinal voidStiStackedBaseLineSeries.setLineStyle(StiPenStyle value) -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.series.stock
Methods in com.stimulsoft.report.chart.view.series.stock that return StiPenStyleModifier and TypeMethodDescriptionStiStockSeries.getLineStyle()Gets or sets a line style of series.Methods in com.stimulsoft.report.chart.view.series.stock with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.chart.view.trendLines
Methods in com.stimulsoft.report.chart.view.trendLines that return StiPenStyleModifier and TypeMethodDescriptionfinal StiPenStyleStiTrendLine.getLineStyle()Gets or sets trend line style.Methods in com.stimulsoft.report.chart.view.trendLines with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.components.interfaces
Methods in com.stimulsoft.report.components.interfaces that return StiPenStyleModifier and TypeMethodDescriptionIStiText.getLinesOfUnderline()Gets or sets value indicates that it is necessary to lines of underline.Methods in com.stimulsoft.report.components.interfaces with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents that return StiPenStyleModifier and TypeMethodDescriptionStiContourText.getLinesOfUnderline()StiRichText.getLinesOfUnderline()StiSimpleText.getLinesOfUnderline()Gets or sets value indicates that it is necessary to lines of underline.StiTextInCells.getLinesOfUnderline()final StiPenStyleStiLinePrimitive.getStyle()Gets or sets a line style.final StiPenStyleStiShape.getStyle()Gets or sets a pen style.Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiPenStyleModifier and TypeMethodDescriptionvoidStiContourText.setLinesOfUnderline(StiPenStyle value) voidStiRichText.setLinesOfUnderline(StiPenStyle value) voidStiSimpleText.setLinesOfUnderline(StiPenStyle value) voidStiTextInCells.setLinesOfUnderline(StiPenStyle value) final voidStiLinePrimitive.setStyle(StiPenStyle value) final voidStiShape.setStyle(StiPenStyle value) -
Uses of StiPenStyle in com.stimulsoft.report.crossTab
Methods in com.stimulsoft.report.crossTab that return StiPenStyleMethods in com.stimulsoft.report.crossTab with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiPenStyleModifier and TypeMethodDescriptionstatic StringStiSvgHelper.getLineStyleDash(StiPenStyle penStyle, double width) Get line style dash -
Uses of StiPenStyle in com.stimulsoft.report.painters.context.chart.geoms
Methods in com.stimulsoft.report.painters.context.chart.geoms that return StiPenStyleMethods in com.stimulsoft.report.painters.context.chart.geoms with parameters of type StiPenStyle -
Uses of StiPenStyle in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiPenStyle