org.apache.myfaces.tobago.layout
Class PixelLayoutToken

java.lang.Object
  extended by org.apache.myfaces.tobago.layout.LayoutToken
      extended by org.apache.myfaces.tobago.layout.PixelLayoutToken

public class PixelLayoutToken
extends LayoutToken


Constructor Summary
PixelLayoutToken(int pixel)
           
PixelLayoutToken(PixelMeasure pixel)
           
 
Method Summary
 boolean equals(Object o)
           
 PixelMeasure getMeasure()
           
 int getPixel()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PixelLayoutToken

public PixelLayoutToken(int pixel)

PixelLayoutToken

public PixelLayoutToken(PixelMeasure pixel)
Method Detail

getPixel

public int getPixel()

getMeasure

public PixelMeasure getMeasure()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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