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 void
closeAction()
void
draw(UShape shape)
void
flushUg()
ColorMapper
getColorMapper()
UParam
getParam()
StringBounder
getStringBounder()
protected UGraphic
getUg()
boolean
matchesProperty(java.lang.String propertyName)
void
startUrl(Url url)
java.lang.String
toString()
-
-
-
Constructor Detail
-
UGraphicDelegator
public UGraphicDelegator(UGraphic ug)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
matchesProperty
public final boolean matchesProperty(java.lang.String propertyName)
- Specified by:
matchesProperty
in interfaceUGraphic
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounder
in interfaceUGraphic
-
getColorMapper
public ColorMapper getColorMapper()
- Specified by:
getColorMapper
in interfaceUGraphic
-
closeAction
public void closeAction()
- Specified by:
closeAction
in interfaceUGraphic
-
getUg
protected UGraphic getUg()
-
-