![JAR search and dependency download from the Maven repository](/logo.png)
org.ikasan.designer.event.CanvasItemDoubleClickEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ikasan-designer Show documentation
Show all versions of ikasan-designer Show documentation
Integration of vis.js library for Ikasan platform
package org.ikasan.designer.event;
import org.ikasan.designer.model.Figure;
import org.ikasan.designer.pallet.DesignerPalletImageItem;
public class CanvasItemDoubleClickEvent extends CanvasItemClickEvent {
/**
* Constructor
*
* @param designerPalletImageItem
* @param clickLocationX
* @param clickLocationY
* @param figure
*/
public CanvasItemDoubleClickEvent(DesignerPalletImageItem designerPalletImageItem, int clickLocationX,
int clickLocationY, Figure figure) {
super(designerPalletImageItem, clickLocationX, clickLocationY, figure);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy