|
||||||||||
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 | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
Collection<ColorReplacement> |
getColorReplacements()
The ColorReplacement element, which may occur multiple times, allows to replace a color in the ExternalGraphic, the color specified in the OriginalColor sub-element, by another color as a result of a recode function as defined in Interpolate . |
String |
getFormat()
Returns the mime type of the onlineResource/InlineContent |
Icon |
getInlineContent()
Returns the InlineContent that comprise the image. |
OnLineResource |
getOnlineResource()
Returns a OnlineResource to a file (perhaps a local file) that contains an image. |
Method Detail |
---|
@XmlElement(value="OnlineResource") OnLineResource getOnlineResource()
InlineContent
property is set.
@XmlElement(value="InlineContent") Icon getInlineContent()
OnlineResource
property, if it is set.
@XmlElement(value="Format") String getFormat()
@XmlElement(value="ColorReplacement") Collection<ColorReplacement> getColorReplacements()
Interpolate
.
@Extension Object accept(StyleVisitor visitor, Object extraData)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |