|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphicEnv
Services provided by XMLmind XSL-FO Converter to a GraphicFactory.
| Method Summary | |
|---|---|
File |
createTempFile(String suffix)
Creates a temporary file having specified suffix. |
ConvertedGraphic |
getConvertedGraphic(Graphic graphic,
String[] formats,
double xScale,
double yScale,
Object clientData)
If the converted graphic is found in the cache, returns this cached converted graphic; otherwise invokes GraphicFactories.convertGraphic(Graphic, String[],
double, double, Object, GraphicEnv), caches and returns
the converted graphic. |
void |
reportWarning(String message)
Reports specified warning message. |
| Method Detail |
|---|
File createTempFile(String suffix)
throws Exception
suffix - suffix of the temporary file. Example: ".tmp".
Exception - if, for any reason, this method failsvoid reportWarning(String message)
ConvertedGraphic getConvertedGraphic(Graphic graphic,
String[] formats,
double xScale,
double yScale,
Object clientData)
throws Exception
GraphicFactories.convertGraphic(Graphic, String[],
double, double, Object, GraphicEnv), caches and returns
the converted graphic.
Important:This method should not be useful to third-party developers.
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||