|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrvl.swv.FigFile
public class FigFile
This class contains the essential information for a graphics that is created by a statistical engine.
Field Summary | |
---|---|
static int |
BMP
BMP graph format |
static int |
EPS
EPS graph format |
static int |
GIF
GIF graph format |
static int |
JPG
JPG graph format |
static int |
NULL
no graph format |
static int |
PDF
PDF graph format |
static int |
PNG
PNG graph format |
static int |
PS
PostScript graph format |
static int |
TIF
TIF graph format |
Constructor Summary | |
---|---|
FigFile(java.lang.String fileName,
int format,
double width,
double height,
int pages)
Constructor |
Method Summary | |
---|---|
static java.lang.String |
extFor(int id)
Return usual filename extension associated with the built-in constant. |
static int |
fmtID(java.lang.String name)
Return internal constant for given name |
int |
getConvert()
|
java.lang.String |
getFileName()
|
int |
getFormat()
|
double |
getHeight()
|
int |
getPages()
|
double |
getWidth()
|
void |
setConvert(int c)
|
void |
setFileName(java.lang.String name)
|
void |
setFormat(int fmt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NULL
public static final int PDF
public static final int JPG
public static final int PNG
public static final int PS
public static final int TIF
public static final int GIF
public static final int BMP
public static final int EPS
Constructor Detail |
---|
public FigFile(java.lang.String fileName, int format, double width, double height, int pages)
Method Detail |
---|
public static int fmtID(java.lang.String name)
public static java.lang.String extFor(int id)
extFor(FigFile.JPG)
returns "jpg"
public void setFormat(int fmt)
public int getFormat()
public void setFileName(java.lang.String name)
public java.lang.String getFileName()
public int getPages()
public double getWidth()
public double getHeight()
public void setConvert(int c)
public int getConvert()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |