com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael
Class PathJSNI
java.lang.Object
com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael.SVGElementJSNI
com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael.PathJSNI
- All Implemented Interfaces:
- IPath, ISVGElement
public class PathJSNI
- extends SVGElementJSNI
- implements IPath
| Methods inherited from class com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael.SVGElementJSNI |
getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getStrokeColour, getStrokeDashArray, getSvgElementJsObject, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setStokeColour, setStrokeDashArray, setSvgElementJsObject, setVisible, setWidth, toBack, toFront, translate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.ISVGElement |
getCanvas, getContainer, getFillColour, getFillOpacity, getHeight, getId, getStrokeColour, getStrokeDashArray, getWidth, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setHeight, setId, setStokeColour, setStrokeDashArray, setVisible, setWidth, toBack, toFront, translate |
PathJSNI
public PathJSNI()
createPath
protected com.google.gwt.user.client.Element createPath(com.google.gwt.core.client.JavaScriptObject raphaelPaper,
java.lang.String path)
getMarkerEnd
public IMarker getMarkerEnd()
- Getters
- Specified by:
getMarkerEnd in interface IPath
getMarkerMid
public IMarker getMarkerMid()
- Specified by:
getMarkerMid in interface IPath
getMarkerStart
public IMarker getMarkerStart()
- Specified by:
getMarkerStart in interface IPath
getPath
public java.lang.String getPath()
- Specified by:
getPath in interface IPath
setMarkerEnd
public void setMarkerEnd(IMarker marker)
- Setters
- Specified by:
setMarkerEnd in interface IPath
setMarkerMid
public void setMarkerMid(IMarker marker)
- Specified by:
setMarkerMid in interface IPath
setMarkerStart
public void setMarkerStart(IMarker marker)
- Specified by:
setMarkerStart in interface IPath
setPath
public void setPath(java.lang.String path)
- Specified by:
setPath in interface IPath
setX
public void setX(float dx)
- Specified by:
setX in interface ISVGElement- Overrides:
setX in class SVGElementJSNI
setY
public void setY(float dy)
- Specified by:
setY in interface ISVGElement- Overrides:
setY in class SVGElementJSNI
setMarkerEndJS
public void setMarkerEndJS(com.google.gwt.core.client.JavaScriptObject svgElement,
java.lang.String markerId)
- JSNI IMPL
setMarkerMidJS
public void setMarkerMidJS(com.google.gwt.core.client.JavaScriptObject svgElement,
java.lang.String markerId)
setMarkerStartJS
public void setMarkerStartJS(com.google.gwt.core.client.JavaScriptObject svgElement,
java.lang.String markerId)
setPathJS
public void setPathJS(com.google.gwt.core.client.JavaScriptObject svgElement,
java.lang.String path)
Copyright © 2010-2011 Petals Link. All Rights Reserved.