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

Packages that use StiCap
com.stimulsoft.base   
com.stimulsoft.report.components.simplecomponents   
 

Uses of StiCap in com.stimulsoft.base
 

Methods in com.stimulsoft.base that return StiCap
static StiCap StiJsonReportObjectHelper.Deserialize.JCap(java.lang.String text)
           
 

Methods in com.stimulsoft.base with parameters of type StiCap
static java.lang.String StiJsonReportObjectHelper.Serialize.jCap(StiCap cap)
           
 

Uses of StiCap in com.stimulsoft.report.components.simplecomponents
 

Methods in com.stimulsoft.report.components.simplecomponents that return StiCap
 StiCap StiVerticalLinePrimitive.getEndCap()
          Gets or sets the end cap settings.
 StiCap StiHorizontalLinePrimitive.getEndCap()
          Gets or sets the end cap settings.
 StiCap StiVerticalLinePrimitive.getStartCap()
          Gets or sets the end cap settings.
 StiCap StiHorizontalLinePrimitive.getStartCap()
          Gets or sets the start cap settings.
 

Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiCap
 void StiVerticalLinePrimitive.setEndCap(StiCap value)
           
 void StiHorizontalLinePrimitive.setEndCap(StiCap value)
           
 void StiVerticalLinePrimitive.setStartCap(StiCap value)
           
 void StiHorizontalLinePrimitive.setStartCap(StiCap value)