|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.epsgraphics.EpsTools
public class EpsTools
Contains utility method to create an EPS figure from an object that
implements the Drawable
interface.
Method Summary | |
---|---|
static boolean |
createFromDrawable(Drawable d,
java.lang.String fileName,
int x,
int y,
ColorMode colorMode)
Method to export a drawable object to an EPS file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean createFromDrawable(Drawable d, java.lang.String fileName, int x, int y, ColorMode colorMode)
d
- the drawable objectfileName
- the file name of the EPS filex
- the width of the exported graphicy
- the height of the exported graphiccolorMode
- the colormode to be used
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |