Package org.activiti.image.impl.icon
Class CompensateThrowIconType
- java.lang.Object
-
- org.activiti.image.impl.icon.IconType
-
- org.activiti.image.impl.icon.CompensateIconType
-
- org.activiti.image.impl.icon.CompensateThrowIconType
-
public class CompensateThrowIconType extends CompensateIconType
-
-
Constructor Summary
Constructors Constructor Description CompensateThrowIconType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawIcon(int imageX, int imageY, int iconPadding, ProcessDiagramSVGGraphics2D svgGenerator)StringgetFillValue()IntegergetHeight()IntegergetWidth()-
Methods inherited from class org.activiti.image.impl.icon.CompensateIconType
getAnchorValue, getDValue, getStrokeValue, getStrokeWidth, getStyleValue
-
-
-
-
Method Detail
-
getWidth
public Integer getWidth()
- Overrides:
getWidthin classCompensateIconType
-
getHeight
public Integer getHeight()
- Overrides:
getHeightin classCompensateIconType
-
getFillValue
public String getFillValue()
- Overrides:
getFillValuein classCompensateIconType
-
drawIcon
public void drawIcon(int imageX, int imageY, int iconPadding, ProcessDiagramSVGGraphics2D svgGenerator)- Overrides:
drawIconin classCompensateIconType
-
-