com.aspose.cells

Class DrawObjectEventHandler

  • java.lang.Object
    • com.aspose.cells.DrawObjectEventHandler
public abstract class DrawObjectEventHandler 
extends java.lang.Object

Interface to get DrawObject and Bound when rendering.

Method Summary
voiddraw(DrawObject drawObject, float x, float y, float width, float height)
Implements this interface to get DrawObject and Bound when rendering.
 

    • Method Detail

      • draw

        public void draw(DrawObject drawObject, float x, float y, float width, float height)
        Implements this interface to get DrawObject and Bound when rendering.
        Parameters:
        drawObject - DrawObject will be initalized and returned when rendering
        x - Left of DrawObject
        y - Top of DrawObject
        width - Width of DrawObject
        height - Height of DrawObject