Class UGraphicCompressOnXorY
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
-
- net.sourceforge.plantuml.klimt.compress.UGraphicCompressOnXorY
-
- All Implemented Interfaces:
UGraphic
public class UGraphicCompressOnXorY extends UGraphicDelegator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphicapply(UChange change)static UGraphicCompressOnXorYcreate(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)voiddraw(UShape shape)java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.UGraphicDelegator
closeGroup, closeUrl, flushUg, getColorMapper, getDefaultBackground, getParam, getStringBounder, getUg, matchesProperty, startGroup, startUrl, writeToStream
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUGraphicDelegator
-
create
public static UGraphicCompressOnXorY create(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
-
draw
public void draw(UShape shape)
- Specified by:
drawin interfaceUGraphic- Overrides:
drawin classUGraphicDelegator
-
-