|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@XmlElement(value="ExternalGraphic") public interface ExternalGraphic
Points to an external file that contains an image of some kind, such as a CGM, JPG, or SVG.
| Method Summary | |
|---|---|
String |
getFormat()
Returns the format that the image should be parsed as. |
byte[] |
getInlineContent()
Returns the array of bytes that comprise the image. |
String |
getOnlineResource()
Returns a URL to a file (perhaps a local file) that contains an image. |
void |
setFormat(String format)
Sets the format that the image should be parsed as. |
void |
setInlineContent(byte[] content)
Sets the array of bytes that comprise the image. |
void |
setOnlineResource(String url)
Sets the URL to a file (perhaps a local file) that contains an image. |
| Methods inherited from interface ExternalGraphicOrMark |
|---|
accept |
| Method Detail |
|---|
@XmlElement(value="OnlineResource") String getOnlineResource()
InlineContent property is set.
@XmlElement(value="OnlineResource") void setOnlineResource(String url)
getOnlineResource() for details.
byte[] getInlineContent()
OnlineResource property, if it is set.
void setInlineContent(byte[] content)
getInlineContent() for details.
String getFormat()
void setFormat(String format)
getFormat() for details.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||