|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A graphics node that represents text.
Inner Class Summary | |
static class |
TextNode.Anchor
Defines where the text of a TextNode can be anchored relative to its location. |
Fields inherited from interface org.apache.batik.gvt.GraphicsNode |
KEY_AREA_OF_INTEREST |
Method Summary | |
TextNode.Anchor |
getAnchor()
Returns the anchor of this text node. |
java.text.AttributedCharacterIterator |
getAttributedCharacterIterator()
Returns the attributed character iterator of this text node. |
java.awt.geom.Point2D |
getLocation()
Returns the location of this raster image node. |
void |
setAnchor(TextNode.Anchor newAnchor)
Sets the anchor of this text node. |
void |
setAttributedCharacterIterator(java.text.AttributedCharacterIterator newAci)
Sets the attributed character iterator of this text node. |
void |
setLocation(java.awt.geom.Point2D newLocation)
Sets the location of this raster image node. |
Method Detail |
public void setLocation(java.awt.geom.Point2D newLocation)
newLocation
- the new location of this raster image nodepublic java.awt.geom.Point2D getLocation()
public void setAttributedCharacterIterator(java.text.AttributedCharacterIterator newAci)
newAci
- the new attributed character iteratorpublic java.text.AttributedCharacterIterator getAttributedCharacterIterator()
public void setAnchor(TextNode.Anchor newAnchor)
newAnchor
- the new anchor of this text nodepublic TextNode.Anchor getAnchor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |