Class UGraphicDelegator
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
- All Implemented Interfaces:
UGraphic
- Direct Known Subclasses:
AbstractUGraphicHorizontalLine
,UGraphicCompressOnXorY
,UGraphicFilter
,UGraphicForSnake
,UGraphicHandwritten
,UGraphicInterceptorGoto
,UGraphicInterceptorOneSwimlane
,UGraphicInterceptorTile
,UGraphicInterceptorUDrawable
,UGraphicInterceptorUDrawable2
,UGraphicNewpages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
closeUrl()
void
void
flushUg()
getParam()
protected UGraphic
getUg()
final boolean
matchesProperty
(String propertyName) void
startGroup
(Map<UGroupType, String> typeIdents) void
toString()
void
writeToStream
(OutputStream os, String metadata, int dpi)
-
Constructor Details
-
UGraphicDelegator
-
-
Method Details
-
toString
-
matchesProperty
- Specified by:
matchesProperty
in interfaceUGraphic
-
getStringBounder
- Specified by:
getStringBounder
in interfaceUGraphic
-
getParam
-
draw
-
getColorMapper
- Specified by:
getColorMapper
in interfaceUGraphic
-
startUrl
-
closeUrl
public void closeUrl() -
startGroup
- Specified by:
startGroup
in interfaceUGraphic
-
closeGroup
public void closeGroup()- Specified by:
closeGroup
in interfaceUGraphic
-
getUg
-
flushUg
public void flushUg() -
getDefaultBackground
- Specified by:
getDefaultBackground
in interfaceUGraphic
-
writeToStream
- Specified by:
writeToStream
in interfaceUGraphic
- Throws:
IOException
-