org.apache.myfaces.tobago.layout
Class Position

java.lang.Object
  extended by org.apache.myfaces.tobago.layout.Position

public class Position
extends Object

Date: 23.01.2008 20:18:45


Constructor Summary
Position(Measure left, Measure top)
           
Position(String string)
           
 
Method Summary
 Measure getLeft()
           
 Measure getTop()
           
 void setLeft(Measure left)
           
 void setTop(Measure top)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Position

public Position(Measure left,
                Measure top)

Position

public Position(String string)
Method Detail

getLeft

public Measure getLeft()

setLeft

public void setLeft(Measure left)

getTop

public Measure getTop()

setTop

public void setTop(Measure top)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.