Class UGraphicCompressOnXorY
java.lang.Object
net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
net.sourceforge.plantuml.klimt.compress.UGraphicCompressOnXorY
- All Implemented Interfaces:
UGraphic
-
Method Summary
Modifier and TypeMethodDescriptionstatic UGraphicCompressOnXorY
create
(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform) void
toString()
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, writeToStream
-
Method Details
-
apply
-
toString
- Overrides:
toString
in classUGraphicDelegator
-
create
public static UGraphicCompressOnXorY create(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform) -
draw
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-