org.jbpm.api.model
Interface ActivityCoordinates


public interface ActivityCoordinates

activity coordinates indicating the graphical position in the diagram.

Author:
Tom Baeyens

Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 

Method Detail

getX

int getX()

getY

int getY()

getWidth

int getWidth()

getHeight

int getHeight()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.