org.camunda.bpm.engine.impl.pvm.process
Interface HasDIBounds

All Known Implementing Classes:
ActivityImpl, Lane, ParticipantProcess

public interface HasDIBounds

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

Author:
Frederik Heremans

Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 

Method Detail

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 © 2017 camunda services GmbH. All rights reserved.