| Method Summary | |
|---|---|
| String | getPath() Returns the path field. |
| jsx3.vector.Shape | pathArcTo(cx : int, cy : int, rx : int, ry : int, x1 : int, y1 : int, x2 : int, y2 : int, bCW : boolean) Adds an arc segment on this shape. |
| jsx3.vector.Shape | Appends a close segment to this shape. |
| jsx3.vector.Shape | Appends a line segment to {x, y}. |
| jsx3.vector.Shape | Appends a path segment that moves the shape to {x, y} without drawing a line segment. |
| void | Sets the path field. |
| Methods Inherited From jsx3.vector.BaseShape |
|---|
| getFill, getStroke, setFill, setStroke |
| Methods Inherited From jsx3.vector.Tag |
|---|
| getRotation, getToolTip, setRotation, setToolTip |
| Methods Inherited From jsx3.html.BlockTag |
|---|
| getBackgroundColor, getDimensions, getHeight, getLeft, getMargin, getMarginDimensions, getPadding, getPaddingDimensions, getPosition, getTop, getWidth, getZIndex, setBackgroundColor, setDimensions, setHeight, setLeft, setMargin, setPadding, setPosition, setTop, setWidth, setZIndex |
| Methods Inherited From jsx3.html.Tag |
|---|
| appendChild, getChildren, getClassName, getFirstChildOfType, getId, getParent, getProperty, getStyle, getTagNS, getTagName, onAppendChild, onRemoveChild, paint, paintDom, paintUpdate, release, removeChild, removeChildren, removeProperty, removeStyle, replaceChild, setClassName, setExtraStyles, setId, setProperty, setStyle, toString |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Method Detail |
|---|
{x, y}.true, x and y are the offsets from the current
position of the path. Otherwise they are the absolute coordinates.{x, y} without drawing a line segment.true, x and y are the offsets from the current
position of the path. Otherwise they are the absolute coordinates.pathMoveTo,
The methods pathLineTo, pathArcTo, and pathClose are
implementation-independent and should be used instead.