|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.workflow.api.SymbolLayout
Field Summary | |
---|---|
int |
xPosition
Returns the x-coordinate of the named icon. |
int |
xPositionOfName
Returns the x-coordinate of the name associated to the icon. |
int |
yPosition
Returns the y-coordinate of the named icon. |
int |
yPositionOfName
Returns the y-coordinate of the name associated to the icon. |
Constructor Summary | |
---|---|
SymbolLayout()
|
|
SymbolLayout(int xPosition,
int yPosition,
int xPositionOfName,
int yPositionOfName)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int xPosition
public int yPosition
public int xPositionOfName
public int yPositionOfName
Constructor Detail |
public SymbolLayout()
public SymbolLayout(int xPosition, int yPosition, int xPositionOfName, int yPositionOfName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |