com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael
Class MarkerJSNI
java.lang.Object
com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael.SVGElementJSNI
com.ebmwebsourcing.geasytools.geasysvg.core.impl.raphael.MarkerJSNI
- All Implemented Interfaces:
- IContainer, IMarker, ISVGElement
public class MarkerJSNI
- extends SVGElementJSNI
- implements IMarker
| 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, setId, setStokeColour, setStrokeDashArray, setSvgElementJsObject, setVisible, setX, setY, 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, getId, getStrokeColour, getStrokeDashArray, getX, getY, isVisible, remove, rotate, rotate, scale, scale, setCanvas, setContainer, setFillColour, setFillOpacity, setId, setStokeColour, setStrokeDashArray, setVisible, setX, setY, toBack, toFront, translate |
MarkerJSNI
public MarkerJSNI()
createMarkerJS
protected com.google.gwt.user.client.Element createMarkerJS(com.google.gwt.core.client.JavaScriptObject raphaelPaper,
java.lang.String id)
getRefX
public double getRefX()
- Getters
- Specified by:
getRefX in interface IMarker
getRefY
public double getRefY()
- Specified by:
getRefY in interface IMarker
getChildren
public java.util.HashSet<ISVGElement> getChildren()
- Specified by:
getChildren in interface IContainer
getElementById
public ISVGElement getElementById(java.lang.String id)
- Specified by:
getElementById in interface IContainer
removeChild
public void removeChild(ISVGElement svgElement)
- Setters
- Specified by:
removeChild in interface IContainer
setRefX
public void setRefX(double x)
- Specified by:
setRefX in interface IMarker
setRefY
public void setRefY(double y)
- Specified by:
setRefY in interface IMarker
appendChild
public void appendChild(ISVGElement svgElement)
- Specified by:
appendChild in interface IContainer
setHeight
public void setHeight(float height)
- Specified by:
setHeight in interface IMarker- Specified by:
setHeight in interface ISVGElement- Overrides:
setHeight in class SVGElementJSNI
setWidth
public void setWidth(float width)
- Specified by:
setWidth in interface IMarker- Specified by:
setWidth in interface ISVGElement- Overrides:
setWidth in class SVGElementJSNI
setOrient
public void setOrient(java.lang.String orient)
- Specified by:
setOrient in interface IMarker
removeChildJS
public void removeChildJS(com.google.gwt.core.client.JavaScriptObject svgElementJS,
com.google.gwt.core.client.JavaScriptObject child)
setRefXJS
public void setRefXJS(com.google.gwt.core.client.JavaScriptObject svgElement,
double x)
setRefYJS
public void setRefYJS(com.google.gwt.core.client.JavaScriptObject svgElement,
double y)
appendChildJS
public void appendChildJS(com.google.gwt.core.client.JavaScriptObject jsObj,
com.google.gwt.core.client.JavaScriptObject child)
setHeightJS
public void setHeightJS(com.google.gwt.core.client.JavaScriptObject svgElement,
float height)
setWidthJS
public void setWidthJS(com.google.gwt.core.client.JavaScriptObject svgElement,
float width)
getAbsoluteLeft
public int getAbsoluteLeft()
- Specified by:
getAbsoluteLeft in interface IContainer
getAbsoluteTop
public int getAbsoluteTop()
- Specified by:
getAbsoluteTop in interface IContainer
Copyright © 2010-2011 Petals Link. All Rights Reserved.