| Package | Description | 
|---|---|
| org.vectomatic.dom.svg | Wrapper classes representing the bulk of libgwtsvg public API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OMSVGPathSegArcAbsThe  OMSVGPathSegArcAbsinterface corresponds
 to an "absolute arcto" (A) path data command. | 
| class  | OMSVGPathSegArcRelThe  OMSVGPathSegArcRelinterface corresponds
 to a "relative arcto" (a) path data command. | 
| class  | OMSVGPathSegClosePathThe  OMSVGPathSegClosePathinterface corresponds
 to a "closepath" (z) path data command. | 
| class  | OMSVGPathSegCurvetoCubicAbsThe  OMSVGPathSegCurvetoCubicAbsinterface
 corresponds to an "absolute cubic Bézier curveto" (C) path data command. | 
| class  | OMSVGPathSegCurvetoCubicRelThe  OMSVGPathSegCurvetoCubicRelinterface
 corresponds to a "relative cubic Bézier curveto" (c) path data command. | 
| class  | OMSVGPathSegCurvetoCubicSmoothAbsThe  OMSVGPathSegCurvetoCubicSmoothAbsinterface
 corresponds to an "absolute smooth cubic curveto" (S) path data command. | 
| class  | OMSVGPathSegCurvetoCubicSmoothRelThe  OMSVGPathSegCurvetoCubicSmoothRelinterface
 corresponds to a "relative smooth cubic curveto" (s) path data command. | 
| class  | OMSVGPathSegCurvetoQuadraticAbsThe  OMSVGPathSegCurvetoQuadraticAbsinterface
 corresponds to an "absolute quadratic Bézier curveto" (Q) path data command. | 
| class  | OMSVGPathSegCurvetoQuadraticRelThe  OMSVGPathSegCurvetoQuadraticRelinterface
 corresponds to a "relative quadratic Bézier curveto" (q) path data command. | 
| class  | OMSVGPathSegCurvetoQuadraticSmoothAbsThe  OMSVGPathSegCurvetoQuadraticSmoothAbsinterface corresponds to an "absolute smooth cubic curveto" (T) path data
 command. | 
| class  | OMSVGPathSegCurvetoQuadraticSmoothRelThe  OMSVGPathSegCurvetoQuadraticSmoothRelinterface corresponds to a "relative smooth cubic curveto" (t) path data
 command. | 
| class  | OMSVGPathSegLinetoAbsThe  OMSVGPathSegLinetoAbsinterface corresponds
 to an "absolute lineto" (L) path data command. | 
| class  | OMSVGPathSegLinetoHorizontalAbsThe  OMSVGPathSegLinetoHorizontalAbsinterface
 corresponds to an "absolute horizontal lineto" (H) path data command. | 
| class  | OMSVGPathSegLinetoHorizontalRelThe  OMSVGPathSegLinetoHorizontalRelinterface
 corresponds to a "relative horizontal lineto" (h) path data command. | 
| class  | OMSVGPathSegLinetoRelThe  OMSVGPathSegLinetoRelinterface corresponds
 to a "relative lineto" (l) path data command. | 
| class  | OMSVGPathSegLinetoVerticalAbsThe  OMSVGPathSegLinetoVerticalAbsinterface
 corresponds to an "absolute vertical lineto" (V) path data command. | 
| class  | OMSVGPathSegLinetoVerticalRelThe  OMSVGPathSegLinetoVerticalRelinterface
 corresponds to a "relative vertical lineto" (v) path data command. | 
| class  | OMSVGPathSegMovetoAbsThe  OMSVGPathSegMovetoAbsinterface corresponds
 to an "absolute moveto" (M) path data command. | 
| class  | OMSVGPathSegMovetoRelThe  OMSVGPathSegMovetoRelinterface corresponds
 to a "relative moveto" (m) path data command. | 
| Modifier and Type | Method and Description | 
|---|---|
| OMSVGPathSeg | OMSVGPathSegList. appendItem(OMSVGPathSeg newItem)Inserts a new item at the end of the list. | 
| OMSVGPathSeg | OMSVGPathSegList. getItem(int index)Returns the specified item from the list. | 
| OMSVGPathSeg | OMSVGPathSegList. initialize(OMSVGPathSeg newItem)Clears all existing current items from the list and re-initializes the
 list to hold the single item specified by the parameter. | 
| OMSVGPathSeg | OMSVGPathSegList. insertItemBefore(OMSVGPathSeg newItem,
                int index)Inserts a new item into the list at the specified position. | 
| OMSVGPathSeg | OMSVGPathSegList. removeItem(int index)Removes an existing item from the list. | 
| OMSVGPathSeg | OMSVGPathSegList. replaceItem(OMSVGPathSeg newItem,
           int index)Replaces an existing item in the list with a new item. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<OMSVGPathSeg> | OMSVGPathSegList. iterator()Returns an iterator over the  OMSVGPathSegelements in this list in proper sequence. | 
| Modifier and Type | Method and Description | 
|---|---|
| OMSVGPathSeg | OMSVGPathSegList. appendItem(OMSVGPathSeg newItem)Inserts a new item at the end of the list. | 
| OMSVGPathSeg | OMSVGPathSegList. initialize(OMSVGPathSeg newItem)Clears all existing current items from the list and re-initializes the
 list to hold the single item specified by the parameter. | 
| OMSVGPathSeg | OMSVGPathSegList. insertItemBefore(OMSVGPathSeg newItem,
                int index)Inserts a new item into the list at the specified position. | 
| OMSVGPathSeg | OMSVGPathSegList. replaceItem(OMSVGPathSeg newItem,
           int index)Replaces an existing item in the list with a new item. | 
Copyright © 2018. All Rights Reserved.