|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGLength
org.apache.batik.dom.svg.AbstractSVGLengthList.SVGLengthItem
protected class AbstractSVGLengthList.SVGLengthItem
An SVGLength
in the list.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGLength |
---|
AbstractSVGLength.DefaultContext |
Field Summary | |
---|---|
protected AbstractSVGList |
parentList
List the item belongs to. |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGLength |
---|
context, direction, HORIZONTAL_LENGTH, OTHER_LENGTH, UNITS, unitType, value, VERTICAL_LENGTH |
Fields inherited from interface org.w3c.dom.svg.SVGLength |
---|
SVG_LENGTHTYPE_CM, SVG_LENGTHTYPE_EMS, SVG_LENGTHTYPE_EXS, SVG_LENGTHTYPE_IN, SVG_LENGTHTYPE_MM, SVG_LENGTHTYPE_NUMBER, SVG_LENGTHTYPE_PC, SVG_LENGTHTYPE_PERCENTAGE, SVG_LENGTHTYPE_PT, SVG_LENGTHTYPE_PX, SVG_LENGTHTYPE_UNKNOWN |
Constructor Summary | |
---|---|
AbstractSVGLengthList.SVGLengthItem(short type,
float value,
short direction)
Creates a new SVGLengthItem. |
Method Summary | |
---|---|
protected SVGOMElement |
getAssociatedElement()
Returns the element this length is associated with. |
AbstractSVGList |
getParent()
Returns the parent list of this item. |
protected void |
reset()
Notifies the parent list that this item has changed. |
void |
setParent(AbstractSVGList list)
Assigns a parent list to this item. |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGLength |
---|
convertToSpecifiedUnits, getUnitType, getValue, getValueAsString, getValueInSpecifiedUnits, newValueSpecifiedUnits, parse, revalidate, setValue, setValueAsString, setValueInSpecifiedUnits |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.batik.dom.svg.SVGItem |
---|
getValueAsString |
Field Detail |
---|
protected AbstractSVGList parentList
Constructor Detail |
---|
public AbstractSVGLengthList.SVGLengthItem(short type, float value, short direction)
Method Detail |
---|
protected SVGOMElement getAssociatedElement()
getAssociatedElement
in class AbstractSVGLength
public void setParent(AbstractSVGList list)
setParent
in interface SVGItem
list
- The list the item belongs.public AbstractSVGList getParent()
getParent
in interface SVGItem
protected void reset()
reset
in class AbstractSVGLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |