| Package | Description |
|---|---|
| com.stimulsoft.report.components.shapeTypes |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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 © 2019 Stimulsoft. All Rights Reserved.