new KonvaCloud()
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 
- 
    getHeigth()
- 
    
    Get height of the Cloud. Default value is 200 
- 
    getLineWidth()
- 
    
    Get line width of the Cloud. Defailt value is 4 
- 
    getPosition()
- 
    
    Get position of the Cloud 
- 
    getRotation()
- 
    
    Get rotation of the Markup object 
- 
    getWidth()
- 
    
    Get width of the Cloud. Default value is 200 
- 
    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
- 
    setHeight(h)
- 
    
    Set height of the Cloud Parameters:Name Type Description hvalue of height. Default value is 200 
- 
    setLineWidth(size)
- 
    
    Set line width of the Cloud Parameters:Name Type Description sizevalue of width. Defailt value is 4 
- 
    setPosition(x, y)
- 
    
    Set position of the Cloud Parameters:Name Type Description xvalue of X coordinate yvalue of Y coordinate 
- 
    setRotation(degrees)
- 
    
    Set rotation of the Markup object Parameters:Name Type Description degreesnumber of degress to rotate 
- 
    setWidth(w)
- 
    
    Set width of the Cloud Parameters:Name Type Description wvalue of width. Default value is 200 
- 
    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