Class UGraphicCompressOnXorY
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.UGraphicDelegator
-
- net.sourceforge.plantuml.ugraphic.comp.UGraphicCompressOnXorY
-
- All Implemented Interfaces:
UGraphic
public class UGraphicCompressOnXorY extends UGraphicDelegator
-
-
Constructor Summary
Constructors Constructor Description UGraphicCompressOnXorY(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
void
draw(UShape shape)
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
-
-
-
-
Constructor Detail
-
UGraphicCompressOnXorY
public UGraphicCompressOnXorY(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classUGraphicDelegator
-
draw
public void draw(UShape shape)
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-
-