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

Variable Index

 o xPosition
Returns the x-coordinate of the named icon.
 o xPositionOfName
Returns the x-coordinate of the name associated to the icon.
 o yPosition
Returns the y-coordinate of the named icon.
 o yPositionOfName
Returns the y-coordinate of the name associated to the icon.

Constructor Index

 o SymbolLayout()
 o SymbolLayout(int, int, int, int)

Variables

 o xPosition
 public int xPosition
Returns the x-coordinate of the named icon.

 o yPosition
 public int yPosition
Returns the y-coordinate of the named icon.

 o xPositionOfName
 public int xPositionOfName
Returns the x-coordinate of the name associated to the icon.

 o yPositionOfName
 public int yPositionOfName
Returns the y-coordinate of the name associated to the icon.

Constructors

 o SymbolLayout
 public SymbolLayout()
 o SymbolLayout
 public SymbolLayout(int xPosition,
                     int yPosition,
                     int xPositionOfName,
                     int yPositionOfName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index