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

All Superinterfaces:
ISVGElement
All Known Implementing Classes:
Rectangle, RectangleJSNI

public interface IRectangle
extends ISVGElement


Method Summary
 double getRoundedCornesRadius()
           
 void setRoundedCornersRadius(double radius)
           
 
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, setX, setY, toBack, toFront, translate
 

Method Detail

setRoundedCornersRadius

void setRoundedCornersRadius(double radius)

getRoundedCornesRadius

double getRoundedCornesRadius()


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