|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.diagram.ui.image.PartPositionInfo
A data structure that stores the positional information of a shape as well as the semantic element behind the shape.
| Constructor Summary | |
PartPositionInfo()
|
|
| Method Summary | |
int |
getPartHeight()
get the part Height |
int |
getPartWidth()
get the part width |
int |
getPartX()
get the part X position |
int |
getPartY()
get the part Y position |
java.util.List |
getPolyline()
|
EObject |
getSemanticElement()
Retreive the semantic element of the edit part. |
void |
setPartHeight(int iPartHeight)
set the part height |
void |
setPartWidth(int iPartWidth)
set the part width |
void |
setPartX(int iPartX)
set the part X position |
void |
setPartY(int iPartY)
set the part Y Position |
void |
setPolyline(java.util.List m_polyline)
|
void |
setSemanticElement(EObject element)
Sets the semantic element for the edit part. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PartPositionInfo()
| Method Detail |
public int getPartHeight()
public void setPartHeight(int iPartHeight)
iPartHeight - the part heightpublic int getPartWidth()
public void setPartWidth(int iPartWidth)
iPartWidth - the part widthpublic int getPartX()
public int getPartY()
public void setPartX(int iPartX)
iPartX - the X position of the partpublic void setPartY(int iPartY)
iPartY - the Y position of the partpublic EObject getSemanticElement()
public void setSemanticElement(EObject element)
element - The semantic element EObject.public java.util.List getPolyline()
public void setPolyline(java.util.List m_polyline)
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.