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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UGraphic
apply(UChange change)
static UGraphicCompressOnXorY
create(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
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
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classUGraphicDelegator
-
create
public static UGraphicCompressOnXorY create(CompressionMode mode, UGraphic ug, PiecewiseAffineTransform compressionTransform)
-
draw
public void draw(UShape shape)
- Specified by:
draw
in interfaceUGraphic
- Overrides:
draw
in classUGraphicDelegator
-
-