|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.svg.AbstractSVGLength | +--org.apache.batik.dom.svg.AbstractSVGLengthList.SVGLengthItem
Representation of the item SVGLength.
Nested Class Summary |
Nested classes inherited from class org.apache.batik.dom.svg.AbstractSVGLength |
AbstractSVGLength.DefaultContext |
Field Summary | |
protected AbstractSVGList |
parentList
SVGLengthList this 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)
Default Constructor. |
Method Summary | |
protected SVGOMElement |
getAssociatedElement()
Return the SVGElement associated to this length. |
AbstractSVGList |
getParent()
Return the list the item belongs to. |
protected void |
reset()
When the SVGLength changes, notify its parent. |
void |
setParent(AbstractSVGList list)
Associates an item to an SVGXXXList |
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()
AbstractSVGLength
getAssociatedElement
in class AbstractSVGLength
public void setParent(AbstractSVGList list)
setParent
in interface SVGItem
list
- list the item belongs to.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 |