|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.xmlmind.fo.graphic.ConvertedGraphic
public class ConvertedGraphic
Cached converted graphic returned by GraphicEnv.getConvertedGraphic(com.xmlmind.fo.graphic.Graphic, java.lang.String[], double, double, java.lang.Object).
Important:This class should not be useful to third-party developers.
| Field Summary | |
|---|---|
Object |
clientData
Client data stored in converted graphic convertedGraphic. |
Graphic |
convertedGraphic
The converted graphic. |
Object |
convertedGraphicInfo
Client data associated to this cache entry. |
String |
outputFormat
The target format of the conversion. |
String |
sourceLocation
The location of the graphic to be converted (the source graphic). |
double |
xScale
Scaling factor to apply to the width of the source graphic. |
double |
yScale
Scaling factor to apply to the height of the source graphic. |
| Constructor Summary | |
|---|---|
ConvertedGraphic(String sourceLocation,
double xScale,
double yScale,
Object clientData,
String outputFormat)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String sourceLocation
public final double xScale
public final double yScale
public final Object clientData
convertedGraphic.
public final String outputFormat
public Graphic convertedGraphic
public Object convertedGraphicInfo
Unless set by client code, this client data is null.
| Constructor Detail |
|---|
public ConvertedGraphic(String sourceLocation,
double xScale,
double yScale,
Object clientData,
String outputFormat)
| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||