Package net.sourceforge.plantuml.graphic
Class UGraphicDelegator
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphicHorizontalLine,UGraphicAddAriaLabel,UGraphicCompressOnXorY,UGraphicFilter,UGraphicForSnake,UGraphicInterceptorGoto,UGraphicInterceptorOneSwimlane,UGraphicInterceptorTile,UGraphicInterceptorUDrawable,UGraphicInterceptorUDrawable2
public abstract class UGraphicDelegator extends java.lang.Object implements UGraphic
-
-
Constructor Summary
Constructors Constructor Description UGraphicDelegator(UGraphic ug)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseAction()voiddraw(UShape shape)voidflushUg()ColorMappergetColorMapper()UParamgetParam()StringBoundergetStringBounder()protected UGraphicgetUg()booleanmatchesProperty(java.lang.String propertyName)voidstartUrl(Url url)java.lang.StringtoString()
-
-
-
Constructor Detail
-
UGraphicDelegator
public UGraphicDelegator(UGraphic ug)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
matchesProperty
public final boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesPropertyin interfaceUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapperin interfaceUGraphic
-
closeAction
public void closeAction()
- Specified by:
closeActionin interfaceUGraphic
-
getUg
protected UGraphic getUg()
-
-