| Modifier and Type | Class and Description |
|---|---|
class |
StiArrowShapeType
The class describes the shape type - Arrow.
|
class |
StiBentArrowShapeType
The class describes the shape type - BentArrow.
|
class |
StiChevronShapeType
The class describes the shape type - Chevron.
|
class |
StiComplexArrowShapeType
The class describes the shape type - ComplexArrow.
|
class |
StiDiagonalDownLineShapeType
The class describes the shape type - Diagonal Down Line.
|
class |
StiDiagonalUpLineShapeType
The class describes the shape type - Diagonal Up Line.
|
class |
StiDivisionShapeType
The class describes the shape type - Division.
|
class |
StiEqualShapeType
The class describes the shape type - Equal.
|
class |
StiFlowchartCardShapeType
The class describes the shape type - FlowchartCard.
|
class |
StiFlowchartCollateShapeType
The class describes the shape type - FlowchartCollate.
|
class |
StiFlowchartDecisionShapeType
The class describes the shape type - FlowchartDecision.
|
class |
StiFlowchartManualInputShapeType
The class describes the shape type - FlowchartManualInput.
|
class |
StiFlowchartOffPageConnectorShapeType
The class describes the shape type - FlowchartOffPageConnector.
|
class |
StiFlowchartPreparationShapeType
The class describes the shape type - FlowchartPreparation.
|
class |
StiFlowchartSortShapeType
The class describes the shape type - FlowchartSort.
|
class |
StiFrameShapeType
The class describes the shape type - Frame.
|
class |
StiHorizontalLineShapeType
The class describes the shape type - Horizontal Line.
|
class |
StiLeftAndRightLineShapeType
The class describes the shape type - Left And Right Line.
|
class |
StiMinusShapeType
The class describes the shape type - Minus.
|
class |
StiMultiplyShapeType
The class describes the shape type - Multiply.
|
class |
StiOvalShapeType
The class describes the shape type - Oval.
|
class |
StiParallelogramShapeType
The class describes the shape type - Parallelogram.
|
class |
StiPlusShapeType
The class describes the shape type - Plus.
|
class |
StiRectangleShapeType
The class describes the shape type - Rectangle.
|
class |
StiRegularPentagonShapeType
The class describes the shape type - RegularPentagon.
|
class |
StiRoundedRectangleShapeType
The class describes the shape type - Rounded Rectangle.
|
class |
StiSnipDiagonalSideCornerRectangleShapeType
The class describes the shape type - Snip Diagonal Side Corner Rectangle.
|
class |
StiSnipSameSideCornerRectangleShapeType
The class describes the shape type - Snip Same Side Corner Rectangle.
|
class |
StiTopAndBottomLineShapeType
The class describes the shape type - Top And Bottom Line.
|
class |
StiTrapezoidShapeType
The class describes the shape type - Trapezoid.
|
class |
StiTriangleShapeType
The class describes the shape type - Triangle.
|
class |
StiVerticalLineShapeType
The class describes the shape type - Vertical Line.
|
| Modifier and Type | Method and Description |
|---|---|
static StiShapeTypeService |
StiShapeTypeService.LoadFromJsonObjectInternal(JSONObject jObject) |
| Modifier and Type | Method and Description |
|---|---|
StiShapeTypeService |
StiShape.getShapeType()
Gets or sets type of the shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiShape.setShapeType(StiShapeTypeService value) |
| Modifier and Type | Method and Description |
|---|---|
static StiShapeTypePainter |
StiPainter.getShapePainter(StiShapeTypeService componentType)
Return Sti shape painter by
StiShapeTypePainter |
| Modifier and Type | Method and Description |
|---|---|
static StiShapeTypePainter |
StiShapeTypePainter.getPainter(StiShapeTypeService componentType)
Returns
StiShapeTypePainter accoding to StiShapeTypeService |
void |
StiVerticalLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiTriangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiTrapezoidShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiTopAndBottomLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiSnipSameSideCornerRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiSnipDiagonalSideCornerRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiRoundedRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiRegularPentagonShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiRectangleShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiPlusShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiPieShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiParallelogramShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiOvalShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiMultiplyShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiMinusShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiLeftAndRightLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiHorizontalLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFrameShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartSortShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartPreparationShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartOffPageConnectorShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartManualInputShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartDecisionShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartCollateShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiFlowchartCardShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiEqualShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiDivisionShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiDiagonalUpLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiDiagonalDownLineShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiComplexArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiChordShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiChevronShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiBentArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
void |
StiArrowShapeTypePainter.paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
Copyright © 2019 Stimulsoft. All Rights Reserved.