Class UGraphicEps
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic<EpsGraphics>
-
- net.sourceforge.plantuml.klimt.drawing.eps.UGraphicEps
-
- All Implemented Interfaces:
ClipContainer,UGraphic
public class UGraphicEps extends AbstractUGraphic<EpsGraphics> implements ClipContainer
-
-
Constructor Summary
Constructors Modifier Constructor Description UGraphicEps(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy)protectedUGraphicEps(UGraphicEps other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcloseUrl()protected AbstractCommonUGraphiccopyUGraphic()voiddrawEps(java.lang.String eps, double x, double y)java.lang.StringgetEPSCode()EpsGraphicsgetEpsGraphics()static java.lang.StringgetEpsString(HColor defaultBackground, ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable)voidstartUrl(Url url)voidwriteToStream(java.io.OutputStream os, java.lang.String metadata, int dpi)-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractUGraphic
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMax
-
Methods inherited from class net.sourceforge.plantuml.klimt.drawing.AbstractCommonUGraphic
apply, basicCopy, basicCopy, closeGroup, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, matchesProperty, startGroup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.ClipContainer
getClip
-
-
-
-
Constructor Detail
-
UGraphicEps
protected UGraphicEps(UGraphicEps other)
-
UGraphicEps
public UGraphicEps(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy)
-
-
Method Detail
-
copyUGraphic
protected AbstractCommonUGraphic copyUGraphic()
- Specified by:
copyUGraphicin classAbstractCommonUGraphic
-
close
public void close()
-
getEPSCode
public java.lang.String getEPSCode()
-
getEpsGraphics
public EpsGraphics getEpsGraphics()
-
drawEps
public void drawEps(java.lang.String eps, double x, double y)
-
getEpsString
public static java.lang.String getEpsString(HColor defaultBackground, ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) throws java.io.IOException
- Throws:
java.io.IOException
-
startUrl
public void startUrl(Url url)
- Specified by:
startUrlin interfaceUGraphic- Overrides:
startUrlin classAbstractCommonUGraphic
-
closeUrl
public void closeUrl()
- Specified by:
closeUrlin interfaceUGraphic- Overrides:
closeUrlin classAbstractCommonUGraphic
-
writeToStream
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException- Specified by:
writeToStreamin interfaceUGraphic- Throws:
java.io.IOException
-
-