Package net.sourceforge.plantuml.graphic
Class UGraphicDelegator
java.lang.Object
net.sourceforge.plantuml.graphic.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
(java.lang.String propertyName) void
startGroup
(java.util.Map<UGroupType, java.lang.String> typeIdents) void
java.lang.String
toString()
void
writeToStream
(java.io.OutputStream os, java.lang.String metadata, int dpi) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UGraphicDelegator
-
-
Method Details
-
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
- 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
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException - Specified by:
writeToStream
in interfaceUGraphic
- Throws:
java.io.IOException
-