public class Lane extends Object implements HasDIBounds
Modifier and Type | Field and Description |
---|---|
protected List<String> |
flowNodeIds |
protected int |
height |
protected String |
id |
protected String |
name |
protected int |
width |
protected int |
x |
protected int |
y |
Constructor and Description |
---|
Lane() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getFlowNodeIds() |
int |
getHeight() |
String |
getId() |
String |
getName() |
int |
getWidth() |
int |
getX() |
int |
getY() |
void |
setHeight(int height) |
void |
setId(String id) |
void |
setName(String name) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
protected String id
protected String name
protected int x
protected int y
protected int width
protected int height
public void setId(String id)
public String getId()
public String getName()
public void setName(String name)
public int getX()
getX
in interface HasDIBounds
public void setX(int x)
setX
in interface HasDIBounds
public int getY()
getY
in interface HasDIBounds
public void setY(int y)
setY
in interface HasDIBounds
public int getWidth()
getWidth
in interface HasDIBounds
public void setWidth(int width)
setWidth
in interface HasDIBounds
public int getHeight()
getHeight
in interface HasDIBounds
public void setHeight(int height)
setHeight
in interface HasDIBounds
Copyright © 2015. All rights reserved.