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, registerDriver
apply, flushUg, getClip, getColorMapper, getParam, getTranslateX, getTranslateY, isSpecialTxt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClip
apply, draw, flushUg, getColorMapper, getParam, isSpecialTxt
protected UGraphicEps(UGraphicEps other)
public UGraphicEps(ColorMapper colorMapper, EpsStrategy strategy)
protected AbstractCommonUGraphic copyUGraphic()
copyUGraphic
in class AbstractCommonUGraphic
public void close()
public java.lang.String getEPSCode()
public EpsGraphics getEpsGraphics()
public StringBounder getStringBounder()
getStringBounder
in interface UGraphic
public 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.IOException
public void closeAction()
closeAction
in interface UGraphic
public void writeImageTOBEMOVED(java.io.OutputStream os, java.lang.String metadata, int dpi) throws java.io.IOException
writeImageTOBEMOVED
in interface UGraphic2
java.io.IOException