|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ColorMode in net.sf.epsgraphics |
---|
Methods in net.sf.epsgraphics that return ColorMode | |
---|---|
static ColorMode |
ColorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ColorMode[] |
ColorMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.epsgraphics with parameters of type ColorMode | |
---|---|
static boolean |
EpsTools.createFromDrawable(Drawable d,
java.lang.String fileName,
int x,
int y,
ColorMode colorMode)
Method to export a drawable object to an EPS file. |
Constructors in net.sf.epsgraphics with parameters of type ColorMode | |
---|---|
EpsGraphics(java.lang.String title,
java.io.OutputStream outputStream,
int minX,
int minY,
int maxX,
int maxY,
ColorMode colorMode)
Constructs a new EPS document that is initially empty and can be drawn on like a Graphics2D object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |