All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.workflow.api.SymbolLayout
java.lang.Object
|
+----com.ibm.workflow.api.SymbolLayout
- public final class SymbolLayout
- extends Object
- implements Serializable
- Version:
- 3.2.0.2
-
xPosition
- Returns the x-coordinate of
the named icon.
-
xPositionOfName
- Returns the x-coordinate
of the name associated to the icon.
-
yPosition
- Returns the y-coordinate of
the named icon.
-
yPositionOfName
- Returns the y-coordinate
of the name associated to the icon.
-
SymbolLayout()
-
-
SymbolLayout(int, int, int, int)
-
xPosition
public int xPosition
- Returns the x-coordinate of
the named icon.
yPosition
public int yPosition
- Returns the y-coordinate of
the named icon.
xPositionOfName
public int xPositionOfName
- Returns the x-coordinate
of the name associated to the icon.
yPositionOfName
public int yPositionOfName
- Returns the y-coordinate
of the name associated to the icon.
SymbolLayout
public SymbolLayout()
SymbolLayout
public SymbolLayout(int xPosition,
int yPosition,
int xPositionOfName,
int yPositionOfName)
All Packages Class Hierarchy This Package Previous Next Index