public class UGraphicEps extends AbstractUGraphic<EpsGraphics> implements ClipContainer
| Modifier | Constructor and Description |
|---|---|
|
UGraphicEps(HColor defaultBackground,
ColorMapper colorMapper,
StringBounder stringBounder,
EpsStrategy strategy) |
protected |
UGraphicEps(UGraphicEps other) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeUrl() |
protected AbstractCommonUGraphic |
copyUGraphic() |
void |
drawEps(java.lang.String eps,
double x,
double y) |
java.lang.String |
getEPSCode() |
EpsGraphics |
getEpsGraphics() |
static java.lang.String |
getEpsString(HColor defaultBackground,
ColorMapper colorMapper,
EpsStrategy epsStrategy,
UDrawable udrawable) |
void |
startUrl(Url url) |
void |
writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi) |
afterDraw, beforeDraw, copy, copy, draw, drawComment, getGraphicObject, getMaxX, getMaxY, ignoreShape, manageHiddenAutomatically, registerDriver, resetMaxapply, basicCopy, basicCopy, closeGroup, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslate, getTranslateX, getTranslateY, matchesProperty, startGroupclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClipprotected UGraphicEps(UGraphicEps other)
public UGraphicEps(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic in class AbstractCommonUGraphicpublic void close()
public java.lang.String getEPSCode()
public EpsGraphics getEpsGraphics()
public void drawEps(java.lang.String eps,
double x,
double y)
public static java.lang.String getEpsString(HColor defaultBackground, ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) throws java.io.IOException
java.io.IOExceptionpublic void startUrl(Url url)
startUrl in interface UGraphicstartUrl in class AbstractCommonUGraphicpublic void closeUrl()
closeUrl in interface UGraphiccloseUrl in class AbstractCommonUGraphicpublic void writeToStream(java.io.OutputStream os,
java.lang.String metadata,
int dpi)
throws java.io.IOException
writeToStream in interface UGraphicjava.io.IOException