@Generated(value="net.officefloor.model.generate.ModelGenerator") public class OfficeGovernanceAreaModel extends AbstractModel implements ItemModel<OfficeGovernanceAreaModel>
Modifier and Type | Class and Description |
---|---|
static class |
OfficeGovernanceAreaModel.OfficeGovernanceAreaEvent |
Constructor and Description |
---|
OfficeGovernanceAreaModel()
Default constructor.
|
OfficeGovernanceAreaModel(int height,
int width)
Convenience constructor.
|
OfficeGovernanceAreaModel(int height,
int width,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getWidth() |
RemoveConnectionsAction<OfficeGovernanceAreaModel> |
removeConnections()
Remove Connections.
|
void |
setHeight(int height) |
void |
setWidth(int width) |
addItemToList, addPropertyChangeListener, changeField, firePropertyChange, getX, getY, removeItemFromList, removePropertyChangeListener, setX, setY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, getX, getY, removePropertyChangeListener, setX, setY
public OfficeGovernanceAreaModel()
public OfficeGovernanceAreaModel(int height, int width)
height
- Height.width
- Width.public OfficeGovernanceAreaModel(int height, int width, int x, int y)
height
- Height.width
- Width.x
- Horizontal location.y
- Vertical location.public int getHeight()
public void setHeight(int height)
height
- Height.public int getWidth()
public void setWidth(int width)
width
- Width.public RemoveConnectionsAction<OfficeGovernanceAreaModel> removeConnections()
removeConnections
in interface ItemModel<OfficeGovernanceAreaModel>
RemoveConnectionsAction
to remove the ConnectionModel
instances.Copyright © 2005–2016. All rights reserved.