Uses of Class
com.stimulsoft.base.drawing.enums.StiPenStyle

Packages that use StiPenStyle
com.stimulsoft.base.context.chart.geoms   
com.stimulsoft.base.drawing   
com.stimulsoft.base.drawing.enums   
 

Uses of StiPenStyle in com.stimulsoft.base.context.chart.geoms
 

Methods in com.stimulsoft.base.context.chart.geoms that return StiPenStyle
 StiPenStyle StiPenGeom.getPenStyle()
           
 

Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiPenStyle
 void StiPenGeom.setPenStyle(StiPenStyle penStyle)
           
 

Uses of StiPenStyle in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiPenStyle
 StiPenStyle StiPen.getDashStyle()
           
 StiPenStyle StiBorderSide.getStyle()
          Gets or sets a border style.
 StiPenStyle StiBorder.getStyle()
          Gets or sets a border style.
 StiPenStyle StiAdvancedBorder.getStyle()
          Gets or sets a border style.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiPenStyle
 void StiGraphics.drawHTMLText(java.lang.String text, StiRectangle rect, StiFont font, StiColor color, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions, java.lang.Double zoom)
          Draw HTML text
 void StiGraphics.drawText(java.lang.String text, StiRectangle rect, StiFont font, StiBrush brush, StiTextHorAlignment horAlignment, StiVertAlignment vertAlignment, java.lang.Boolean wordWrap, java.lang.Double zoom, StiPenStyle linesOfUnderline, StiBorder border, StiTextOptions textOptions)
          Draw text
static boolean StiBorder.isDefault(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, boolean topmost)
           
 void StiPen.setDashStyle(StiPenStyle dashStyle)
           
 void StiBorderSide.setStyle(StiPenStyle value)
           
 void StiBorder.setStyle(StiPenStyle value)
           
 void StiAdvancedBorder.setStyle(StiPenStyle value)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiPenStyle
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)
          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, java.lang.Boolean topmost)
          Creates a new instance of the StiBorder class.
StiBorder(StiBorderSides side, StiColor color, double size, StiPenStyle style, boolean dropShadow, double shadowSize, StiBrush shadowBrush)
           
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 StiPenStyle
static StiPenStyle StiPenStyle.forValue(int value)
           
static StiPenStyle StiPenStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiPenStyle[] StiPenStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.