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
java.lang.String
toString()
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, writeToStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
apply
-
toString
public java.lang.String 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
-