net.sourceforge.plantuml.eps
Class EpsGraphicsMacro
java.lang.Object
net.sourceforge.plantuml.eps.EpsGraphics
net.sourceforge.plantuml.eps.EpsGraphicsMacro
- Direct Known Subclasses:
- EpsGraphicsMacroAndText
public class EpsGraphicsMacro
- extends EpsGraphics
Method Summary |
protected void |
append(String s,
boolean checkConsistence)
|
void |
closepath()
|
void |
curveto(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
|
protected void |
epsHLine(double x,
double ymin,
double ymax)
|
protected void |
epsVLine(double y,
double xmin,
double xmax)
|
void |
fill(int windingRule)
|
protected String |
getBodyString()
|
void |
lineto(double x1,
double y1)
|
void |
moveto(double x1,
double y1)
|
void |
newpath()
|
void |
quadto(double x1,
double y1,
double x2,
double y2)
|
Methods inherited from class net.sourceforge.plantuml.eps.EpsGraphics |
appendColor, appendColorShort, close, closeLink, closepathDot, curvetoNoMacro, drawEps, drawImage, ensureVisible, epsEllipse, epsEllipseShadow, epsLine, epsPath, epsPolygon, epsPolygonShadow, epsRectangle, epsRectangle, epsRectangleShadow, epsUrlLink, format, getColor, getDashSpace, getDashVisible, getEPSCode, linetoNoMacro, movetoNoMacro, newpathDot, openLink, setFillColor, setStrokeColor, setStrokeWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EpsGraphicsMacro
public EpsGraphicsMacro()
append
protected void append(String s,
boolean checkConsistence)
- Overrides:
append
in class EpsGraphics
getBodyString
protected String getBodyString()
- Overrides:
getBodyString
in class EpsGraphics
newpath
public void newpath()
- Overrides:
newpath
in class EpsGraphics
closepath
public void closepath()
- Overrides:
closepath
in class EpsGraphics
fill
public void fill(int windingRule)
- Overrides:
fill
in class EpsGraphics
moveto
public void moveto(double x1,
double y1)
- Overrides:
moveto
in class EpsGraphics
lineto
public void lineto(double x1,
double y1)
- Overrides:
lineto
in class EpsGraphics
curveto
public void curveto(double x1,
double y1,
double x2,
double y2,
double x3,
double y3)
- Overrides:
curveto
in class EpsGraphics
quadto
public void quadto(double x1,
double y1,
double x2,
double y2)
- Overrides:
quadto
in class EpsGraphics
epsHLine
protected void epsHLine(double x,
double ymin,
double ymax)
- Overrides:
epsHLine
in class EpsGraphics
epsVLine
protected void epsVLine(double y,
double xmin,
double xmax)
- Overrides:
epsVLine
in class EpsGraphics
Copyright © 2013. All Rights Reserved.