|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalMark
The alternative to a WellKnownName is an external mark format. The MarkIndex allows an individual mark in a mark archive to be selected. An example format for an external mark archive would be a TrueType font file, with MarkIndex being used to select an individual glyph from that file.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
calls the visit method of a StyleVisitor |
String |
getFormat()
Returns the mime type of the onlineResource/InlineContent |
Icon |
getInlineContent()
Returns on inline content. |
int |
getMarkIndex()
Returns an integer value that can used for accessing a particular Font character in a TTF file or a catalog for example. |
OnLineResource |
getOnlineResource()
Returns on online resource defined by an URI. |
Method Detail |
---|
@XmlElement(value="OnlineResource") OnLineResource getOnlineResource()
@XmlElement(value="InlineContent") Icon getInlineContent()
@XmlElement(value="Format") String getFormat()
@XmlElement(value="MarkIndex") int getMarkIndex()
@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 |