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 UGraphicapply(UChange change)voiddraw(UShape shape)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.graphic.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl
-
-
-
-
Constructor Detail
-
UGraphicCompressOnXorY
public UGraphicCompressOnXorY(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUGraphicDelegator
-
draw
public void draw(UShape shape)
- Specified by:
drawin interfaceUGraphic- Overrides:
drawin classUGraphicDelegator
-
-