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)java.lang.StringgetFillValue()java.lang.IntegergetHeight()java.lang.IntegergetWidth()-
Methods inherited from class org.activiti.image.impl.icon.CompensateIconType
getAnchorValue, getDValue, getStrokeValue, getStrokeWidth, getStyleValue
-
-
-
-
Method Detail
-
getWidth
public java.lang.Integer getWidth()
- Overrides:
getWidthin classCompensateIconType
-
getHeight
public java.lang.Integer getHeight()
- Overrides:
getHeightin classCompensateIconType
-
getFillValue
public java.lang.String getFillValue()
- Overrides:
getFillValuein classCompensateIconType
-
drawIcon
public void drawIcon(int imageX, int imageY, int iconPadding, ProcessDiagramSVGGraphics2D svgGenerator)- Overrides:
drawIconin classCompensateIconType
-
-