org.activiti.engine.impl.pvm.process
接口 HasDIBounds

所有已知实现类:
ActivityImpl, Lane, ParticipantProcess

public interface HasDIBounds

Marks implementing class as having DI-information bounded by a rectangle at a certain location.

作者:
Frederik Heremans

方法摘要
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 

方法详细信息

getWidth

int getWidth()

getHeight

int getHeight()

getX

int getX()

getY

int getY()

setWidth

void setWidth(int width)

setHeight

void setHeight(int height)

setX

void setX(int x)

setY

void setY(int y)


Copyright © 2013 Alfresco. All rights reserved.