public class UGraphicEps extends AbstractUGraphic<EpsGraphics> implements ClipContainer, UGraphic2
| Modifier | Constructor and Description |
|---|---|
|
UGraphicEps(ColorMapper colorMapper,
EpsStrategy strategy) |
protected |
UGraphicEps(UGraphicEps other) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeAction() |
protected AbstractCommonUGraphic |
copyUGraphic() |
void |
drawEps(java.lang.String eps,
double x,
double y) |
java.lang.String |
getEPSCode() |
EpsGraphics |
getEpsGraphics() |
static java.lang.String |
getEpsString(ColorMapper colorMapper,
EpsStrategy epsStrategy,
UDrawable udrawable) |
StringBounder |
getStringBounder() |
void |
startUrl(Url url) |
void |
writeImageTOBEMOVED(java.io.OutputStream os,
java.lang.String metadata,
int dpi) |
afterDraw, beforeDraw, draw, getGraphicObject, manageHiddenAutomatically, registerDriverapply, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, isSpecialTxtclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClipapply, draw, flushUg, getColorMapper, getParam, isSpecialTxtprotected UGraphicEps(UGraphicEps other)
public UGraphicEps(ColorMapper colorMapper, EpsStrategy strategy)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic in class AbstractCommonUGraphicpublic void close()
public java.lang.String getEPSCode()
public EpsGraphics getEpsGraphics()
public StringBounder getStringBounder()
getStringBounder in interface UGraphicpublic void drawEps(java.lang.String eps,
double x,
double y)
public static java.lang.String getEpsString(ColorMapper colorMapper, EpsStrategy epsStrategy, UDrawable udrawable) throws java.io.IOException
java.io.IOExceptionpublic void closeAction()
closeAction in interface UGraphicpublic void writeImageTOBEMOVED(java.io.OutputStream os,
java.lang.String metadata,
int dpi)
throws java.io.IOException
writeImageTOBEMOVED in interface UGraphic2java.io.IOException