All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.DrawObjectEventHandler.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





DrawObjectEventHandler




com.aspose.cells
Class DrawObjectEventHandler

java.lang.Object
    extended by 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 initialized and returned when rendering
x - Left of DrawObject
y - Top of DrawObject
width - Width of DrawObject
height - Height of DrawObject

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy