com.ibm.workflow.api
Class SymbolLayout

java.lang.Object
  |
  +--com.ibm.workflow.api.SymbolLayout
All Implemented Interfaces:
java.io.Serializable

public final class SymbolLayout
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

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.

Constructor Detail

SymbolLayout

public SymbolLayout()

SymbolLayout

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


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.