Class UGraphicCompressOnXorY
java.lang.Object
net.sourceforge.plantuml.graphic.UGraphicDelegator
net.sourceforge.plantuml.ugraphic.comp.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.graphic.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
-