com.semarchy.mdm.runtime.model.logical
Interface IShape

All Superinterfaces:
Serializable
All Known Subinterfaces:
IBuiltInNode, IDETask, IDupsTask, IEntityShape, IHumanTask, IWorkflowNode

public interface IShape
extends Serializable


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 © 2015. All Rights Reserved.