Class UGraphicEps
- java.lang.Object
-
- net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
-
- net.sourceforge.plantuml.ugraphic.AbstractUGraphic<EpsGraphics>
-
- net.sourceforge.plantuml.ugraphic.eps.UGraphicEps
-
- All Implemented Interfaces:
ClipContainer,UGraphic,UGraphic2
public class UGraphicEps extends AbstractUGraphic<EpsGraphics> implements ClipContainer, UGraphic2
-
-
Constructor Summary
Constructors Modifier Constructor Description UGraphicEps(ColorMapper colorMapper, EpsStrategy strategy)protectedUGraphicEps(UGraphicEps other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcloseAction()protected AbstractCommonUGraphiccopyUGraphic()voiddrawEps(java.lang.String eps, double x, double y)java.lang.StringgetEPSCode()EpsGraphicsgetEpsGraphics()static java.lang.StringgetEpsString(ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable)StringBoundergetStringBounder()voidstartUrl(Url url)voidwriteImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi)-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractUGraphic
afterDraw, beforeDraw, draw, drawComment, getGraphicObject, manageHiddenAutomatically, registerDriver
-
Methods inherited from class net.sourceforge.plantuml.ugraphic.AbstractCommonUGraphic
apply, dpiFactor, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, matchesProperty
-
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.ugraphic.ClipContainer
getClip
-
Methods inherited from interface net.sourceforge.plantuml.ugraphic.UGraphic
apply, draw, flushUg, getColorMapper, getParam, matchesProperty
-
-
-
-
Constructor Detail
-
UGraphicEps
protected UGraphicEps(UGraphicEps other)
-
UGraphicEps
public UGraphicEps(ColorMapper colorMapper, 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()
-
getStringBounder
public StringBounder getStringBounder()
- Specified by:
getStringBounderin interfaceUGraphic
-
drawEps
public void drawEps(java.lang.String eps, double x, double y)
-
getEpsString
public static java.lang.String getEpsString(ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) throws java.io.IOException
- Throws:
java.io.IOException
-
closeAction
public void closeAction()
- Specified by:
closeActionin interfaceUGraphic
-
writeImageTOBEMOVED
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException- Specified by:
writeImageTOBEMOVEDin interfaceUGraphic2- Throws:
java.io.IOException
-
-