| Package | Description |
|---|---|
| org.apache.batik.dom.svg |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSVGNormPathSegList
This class is the implementation of the normalized
SVGPathSegList. |
class |
AbstractSVGNumberList
This class is the implementation of
SVGNumberList. |
class |
AbstractSVGPathSegList
This class is the implementation of
SVGPathSegList. |
class |
AbstractSVGPointList
Abstract implementation of
SVGPointList. |
class |
AbstractSVGTransformList
This class is the implementation of
SVGTransformList. |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractSVGList |
AbstractSVGTransformList.SVGTransformItem.parent
List the item belongs to.
|
protected AbstractSVGList |
AbstractSVGItem.parent
List the item belongs to.
|
protected AbstractSVGList |
SVGNumberItem.parentList
The
SVGNumberList this item belongs to. |
| Modifier and Type | Method and Description |
|---|---|
AbstractSVGList |
AbstractSVGTransformList.SVGTransformItem.getParent()
Returns the parent list of this item.
|
AbstractSVGList |
SVGNumberItem.getParent()
Returns the list the item belongs to.
|
AbstractSVGList |
SVGItem.getParent()
Return the list the item belongs to.
|
AbstractSVGList |
AbstractSVGItem.getParent()
Returns the parent list of this item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSVGTransformList.SVGTransformItem.setParent(AbstractSVGList list)
Assigns a parent list to this item.
|
void |
SVGNumberItem.setParent(AbstractSVGList list)
Associates this item to the given
SVGNumberList. |
void |
SVGItem.setParent(AbstractSVGList list)
Associates an item to an SVGXXXList
|
void |
AbstractSVGItem.setParent(AbstractSVGList list)
Assigns a parent list to this item.
|
| Constructor and Description |
|---|
ListBuilder(AbstractSVGList abstractSVGList) |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.