|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectDefaultContext
org.eclipse.graphiti.features.context.impl.LocationContext
org.eclipse.graphiti.features.context.impl.AreaContext
public class AreaContext
The Class AreaContext.
| Field Summary | |
|---|---|
private int |
height
|
private int |
width
|
| Constructor Summary | |
|---|---|
AreaContext()
Creates a new AreaContext. |
|
| Method Summary | |
|---|---|
int |
getHeight()
Gets the height. |
int |
getWidth()
Gets the width. |
void |
setHeight(int height)
Sets the height. |
void |
setSize(int width,
int height)
Sets the size. |
void |
setWidth(int width)
Sets the width. |
String |
toString()
|
| Methods inherited from class org.eclipse.graphiti.features.context.impl.LocationContext |
|---|
getX, getY, setLocation, setX, setY |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.graphiti.features.context.ILocationContext |
|---|
getX, getY |
| Methods inherited from interface org.eclipse.graphiti.IPropertyBag |
|---|
getProperty, getPropertyKeys, putProperty |
| Field Detail |
|---|
private int height
private int width
| Constructor Detail |
|---|
public AreaContext()
AreaContext.
| Method Detail |
|---|
public int getHeight()
IAreaContext
getHeight in interface IAreaContextpublic int getWidth()
IAreaContext
getWidth in interface IAreaContextpublic void setHeight(int height)
height - The height to set.
public void setSize(int width,
int height)
width - the widthheight - the heightpublic void setWidth(int width)
width - The width to set.public String toString()
toString in class LocationContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||