Uses of Class
com.stimulsoft.report.components.shapeTypes.StiShapeDirection

Packages that use StiShapeDirection
com.stimulsoft.report.components.shapeTypes   
 

Uses of StiShapeDirection in com.stimulsoft.report.components.shapeTypes
 

Methods in com.stimulsoft.report.components.shapeTypes that return StiShapeDirection
static StiShapeDirection StiShapeDirection.forValue(int value)
           
 StiShapeDirection StiTriangleShapeType.getDirection()
          Gets or sets a triangle direction.
 StiShapeDirection StiFlowchartPreparationShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiFlowchartOffPageConnectorShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiFlowchartCollateShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiComplexArrowShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiChevronShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiBentArrowShapeType.getDirection()
          Gets or sets the arrow direction.
 StiShapeDirection StiArrowShapeType.getDirection()
          Gets or sets the arrow direction.
static StiShapeDirection StiShapeDirection.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiShapeDirection[] StiShapeDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.stimulsoft.report.components.shapeTypes with parameters of type StiShapeDirection
 void StiTriangleShapeType.setDirection(StiShapeDirection value)
           
 void StiFlowchartPreparationShapeType.setDirection(StiShapeDirection value)
           
 void StiFlowchartOffPageConnectorShapeType.setDirection(StiShapeDirection value)
           
 void StiFlowchartCollateShapeType.setDirection(StiShapeDirection value)
           
 void StiComplexArrowShapeType.setDirection(StiShapeDirection value)
           
 void StiChevronShapeType.setDirection(StiShapeDirection value)
           
 void StiBentArrowShapeType.setDirection(StiShapeDirection value)
           
 void StiArrowShapeType.setDirection(StiShapeDirection value)
           
 

Constructors in com.stimulsoft.report.components.shapeTypes with parameters of type StiShapeDirection
StiArrowShapeType(StiShapeDirection direction, float arrowWidth, float arrowHeight)
          Creates a new arrow with specified arguments.
StiBentArrowShapeType(StiShapeDirection direction)
          Creates a new BentArrow with specified arguments.
StiChevronShapeType(StiShapeDirection direction)
          Creates a new Chevron with specified arguments.
StiComplexArrowShapeType(StiShapeDirection direction)
          Creates a new ComplexArrow with specified arguments.
StiFlowchartCollateShapeType(StiShapeDirection direction)
          Creates a new FlowchartCollate with specified arguments.
StiFlowchartOffPageConnectorShapeType(StiShapeDirection direction)
          Creates a new FlowchartOffPageConnector with specified arguments.
StiFlowchartPreparationShapeType(StiShapeDirection direction)
          Creates a new StiFlowchartPreparationShapeType with specified arguments.
StiTriangleShapeType(StiShapeDirection direction)
          Creates a new triangle with the specified direction.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.