public class StiShapeTypePainter extends StiPainter
StiShape Painter
Copyright Stimulsoft| Constructor and Description |
|---|
StiShapeTypePainter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
drawShape(StiGraphics g,
StiShape shape,
java.util.List<StiPathCommand> path,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw shape
|
static StiShapeTypePainter |
getPainter(StiShapeTypeService componentType)
Returns
StiShapeTypePainter accoding to StiShapeTypeService |
void |
paint(StiGraphics g,
StiShape shape,
StiShapeTypeService shapeType,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint
StiShape |
getImage, getIndicatorPainter, getPainter, getShapePainter, paintpublic static StiShapeTypePainter getPainter(StiShapeTypeService componentType)
StiShapeTypePainter accoding to StiShapeTypeServicecomponentType - public void paint(StiGraphics g, StiShape shape, StiShapeTypeService shapeType, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
StiShapeg - StiGraphicsshape - StiShapeshapeType - StiShapeTypeServicerect - StiRectanglezoom - pageZoom - public static void drawShape(StiGraphics g, StiShape shape, java.util.List<StiPathCommand> path, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
g - StiGraphicsshape - StiShapepath - List of StiPathCommandrect - StiRectanglezoom - pageZoom - Copyright © 2019 Stimulsoft. All Rights Reserved.