|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVGTextBase
ISVGTextBase interface defines accessors for attributes which are
common to Scalable Vector Graphics (SVG) "text" elements. Also provides for
generating the implementation element.
$Revision: 1.1 $
| Method Summary | |
|---|---|
org.w3c.dom.Element |
doImplementation(org.w3c.dom.Document svgDocument)
Generates and returns the implementation of the SVG element. |
java.lang.String |
getFontFamily()
Returns the fontFamily. |
java.lang.String |
getFontSize()
Returns the fontSize. |
java.lang.String |
getFontStyle()
Returns the fontStyle. |
java.lang.String |
getFontWeight()
Returns the fontWeight. |
java.lang.String |
getLetterSpacing()
Returns the letterSpacing. |
java.lang.String |
getText()
Returns the text. |
java.lang.String |
getTextAnchor()
Returns the textAnchor. |
java.lang.String |
getTextDecoration()
Returns the textDecoration. |
java.lang.String |
getWordSpacing()
Returns the wordSpacing. |
void |
setFontFamily(java.lang.String fontFamily)
Sets the fontFamily. |
void |
setFontSize(java.lang.String fontSize)
Sets the fontSize. |
void |
setFontStyle(java.lang.String fontStyle)
Sets the fontStyle. |
void |
setFontWeight(java.lang.String fontWeight)
Sets the fontWeight. |
void |
setLetterSpacing(java.lang.String letterSpacing)
Sets the letterSpacing. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setTextAnchor(java.lang.String textAnchor)
Sets the textAnchor. |
void |
setTextDecoration(java.lang.String textDecoration)
Sets the textDecoration. |
void |
setWordSpacing(java.lang.String wordSpacing)
Sets the wordSpacing. |
| Method Detail |
|---|
org.w3c.dom.Element doImplementation(org.w3c.dom.Document svgDocument)
throws org.w3c.dom.DOMException,
java.lang.NullPointerException
Document - the target SVG document.
org.w3c.dom.DOMException - if the tag name contains an illegal character.
java.lang.NullPointerExceptionjava.lang.String getText()
java.lang.String getFontFamily()
java.lang.String getFontSize()
java.lang.String getFontWeight()
java.lang.String getFontStyle()
java.lang.String getTextDecoration()
java.lang.String getWordSpacing()
java.lang.String getLetterSpacing()
java.lang.String getTextAnchor()
void setFontFamily(java.lang.String fontFamily)
fontFamily - The fontFamily to setvoid setFontSize(java.lang.String fontSize)
fontSize - The fontSize to setvoid setFontStyle(java.lang.String fontStyle)
fontStyle - The fontStyle to setvoid setFontWeight(java.lang.String fontWeight)
fontWeight - The fontWeight to setvoid setLetterSpacing(java.lang.String letterSpacing)
letterSpacing - The letterSpacing to setvoid setText(java.lang.String text)
text - The text to setvoid setTextAnchor(java.lang.String textAnchor)
textAnchor - The textAnchor to setvoid setTextDecoration(java.lang.String textDecoration)
textDecoration - The textDecoration to setvoid setWordSpacing(java.lang.String wordSpacing)
wordSpacing - The wordSpacing to set
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||