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, draw, drawComment, getGraphicObject, ignoreShape, manageHiddenAutomatically, registerDriver
apply, closeGroup, dpiFactor, enlargeClip, flushUg, getClip, getColorMapper, getDefaultBackground, getParam, getStringBounder, getTranslateX, getTranslateY, matchesProperty, startGroup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClip
protected UGraphicEps(UGraphicEps other)
public UGraphicEps(HColor defaultBackground, ColorMapper colorMapper, StringBounder stringBounder, EpsStrategy strategy)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic
in class AbstractCommonUGraphic
public 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.IOException
public void startUrl(Url url)
startUrl
in interface UGraphic
startUrl
in class AbstractCommonUGraphic
public void closeUrl()
closeUrl
in interface UGraphic
closeUrl
in class AbstractCommonUGraphic
public void writeToStream(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException
writeToStream
in interface UGraphic
java.io.IOException