| Changed Methods |
void
addChild(
ISvgTextNodeRenderer)
|
Documentation changed from old to new. |
Adds a child to the current TextSvgBranchRenderer renderer. |
List
getChildren()
|
Documentation changed from old to new. |
Retrieves a list of all children of the current TextSvgBranchRenderer renderer. |
void
markWhiteSpaceProcessed()
|
Documentation changed from old to new. |
Marks white-space property as processed. |
boolean
containsAbsolutePositionChange(
SvgDrawContext)
|
Documentation changed from old to new. |
Checks whether current or element contains absolute position attributes. |
boolean
containsRelativeMove(
SvgDrawContext)
|
Documentation changed from old to new. |
Checks whether current or element contains relative position change. |
float[][]
getAbsolutePositionChanges(
SvgDrawContext)
|
Documentation changed from old to new. |
Gets absolute position of the current or element. |
float[]
getRelativeTranslation(
SvgDrawContext)
|
Documentation changed from old to new. |
Gets relative translation of the current or element. |