new KonvaEllipse()
Methods
- 
    delete()
- 
    
    Delete current Markup object 
- 
    enableMouseEditing(value)
- 
    
    Set Mouse editing feature Parameters:Name Type Description valuetrue / false 
- 
    getColor()
- 
    
    Get color of the Markup instance 
- 
    getLineWidth()
- 
    
    Get line width of the Ellipse. Defailt is 4 
- 
    getPosition()
- 
    
    Get position of the Ellipse 
- 
    getRadiusX()
- 
    
    Get X radius of the Ellipse 
- 
    getRadiusY()
- 
    
    Get Y radius of the Ellipse 
- 
    getRotation()
- 
    
    Get rotation of the Markup object 
- 
    getZIndex()
- 
    
    Get Z-Index of the Markup object 
- 
    id()
- 
    
    Get an internal identificator of the object. Not unique 
- 
    ref()
- 
    
    Link to Library object 
- 
    setColor(hex)
- 
    
    Set color of the Markup instance Parameters:Name Type Description hexcolor in #hex format. Default: #ff0000
- 
    setLineWidth(size)
- 
    
    Set line width of the Ellipse. Default is 4 Parameters:Name Type Description sizevalue of width 
- 
    setPosition(x, y)
- 
    
    Set position of the Ellipse Parameters:Name Type Description xvalue of X coordinate yvalue of Y coordinate 
- 
    setRadiusX(r)
- 
    
    Set X radius of the Ellipse Parameters:Name Type Description rvalue of X radius of the Ellipse 
- 
    setRadiusY(r)
- 
    
    Set Y radius of the Ellipse Parameters:Name Type Description rvalue of Y radius of the Ellipse 
- 
    setRotation(degrees)
- 
    
    Set rotation of the Markup object Parameters:Name Type Description degreesnumber of degress to rotate 
- 
    setZIndex(zIndex)
- 
    
    Set Z-Index of the Markup object Parameters:Name Type Description zIndexinteger value of Z-Index 
- 
    type()
- 
    
    Get type of the Markup object 
 Client.js
Client.js