Class ZadBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.UGraphicNo
-
- net.sourceforge.plantuml.activitydiagram3.ftile.ZadBuilder
-
- All Implemented Interfaces:
UGraphic
public class ZadBuilder extends UGraphicNo implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description ZadBuilder(StringBounder stringBounder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)doubledpiFactor()voiddraw(UShape shape)voidflushUg()ColorMappergetColorMapper()UParamgetParam()StringBoundergetStringBounder()ZadgetZad()booleanmatchesProperty(java.lang.String propertyName)-
Methods inherited from class net.sourceforge.plantuml.ugraphic.UGraphicNo
closeGroup, closeUrl, startGroup, startUrl
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
closeGroup, closeUrl, startGroup, startUrl
-
-
-
-
Constructor Detail
-
ZadBuilder
public ZadBuilder(StringBounder stringBounder)
-
-
Method Detail
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapperin interfaceUGraphic
-
matchesProperty
public boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesPropertyin interfaceUGraphic
-
dpiFactor
public double dpiFactor()
-
getZad
public Zad getZad()
-
-