com.ebmwebsourcing.geasytools.geasysvg.core.api
Interface IMarker

All Superinterfaces:
IContainer, ISVGElement
All Known Implementing Classes:
Marker, MarkerJSNI

public interface IMarker
extends ISVGElement, IContainer


Method Summary
 float getHeight()
          Returns elements with based on BBox.height
 double getRefX()
           
 double getRefY()
           
 float getWidth()
          Returns elements with based on BBox.width
 void setHeight(float height)
           
 void setOrient(java.lang.String orient)
           
 void setRefX(double x)
           
 void setRefY(double y)
           
 void setWidth(float width)
           
 
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
 
Methods inherited from interface com.ebmwebsourcing.geasytools.geasysvg.core.api.IContainer
appendChild, getAbsoluteLeft, getAbsoluteTop, getChildren, getElementById, removeChild
 

Method Detail

setRefX

void setRefX(double x)

setRefY

void setRefY(double y)

getRefX

double getRefX()

getRefY

double getRefY()

setHeight

void setHeight(float height)
Specified by:
setHeight in interface ISVGElement

setWidth

void setWidth(float width)
Specified by:
setWidth in interface ISVGElement

setOrient

void setOrient(java.lang.String orient)

getWidth

float getWidth()
Description copied from interface: ISVGElement
Returns elements with based on BBox.width

Specified by:
getWidth in interface ISVGElement
Returns:
float Element Width

getHeight

float getHeight()
Description copied from interface: ISVGElement
Returns elements with based on BBox.height

Specified by:
getHeight in interface ISVGElement
Returns:
float Element Height


Copyright © 2010-2011 Petals Link. All Rights Reserved.