Uses of Class
com.stimulsoft.base.drawing.StiCapStyle

Packages that use StiCapStyle
com.stimulsoft.base.drawing   
 

Uses of StiCapStyle in com.stimulsoft.base.drawing
 

Methods in com.stimulsoft.base.drawing that return StiCapStyle
static StiCapStyle StiCapStyle.forValue(int value)
           
 StiCapStyle StiCap.getStyle()
           
static StiCapStyle StiCapStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiCapStyle[] StiCapStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.base.drawing with parameters of type StiCapStyle
 void StiCap.setStyle(StiCapStyle value)
           
 

Constructors in com.stimulsoft.base.drawing with parameters of type StiCapStyle
StiCap(int width, StiCapStyle style, int height, boolean fill, StiColor color)