org.apache.myfaces.tobago.layout
Class PixelMeasure

java.lang.Object
  extended by org.apache.myfaces.tobago.layout.Measure
      extended by org.apache.myfaces.tobago.layout.PixelMeasure

public final class PixelMeasure
extends Measure


Constructor Summary
PixelMeasure(int pixel)
           
 
Method Summary
 Measure add(Measure m)
           
 int getPixel()
           
 Measure substractNotNegative(Measure m)
           
 String toString()
           
 
Methods inherited from class org.apache.myfaces.tobago.layout.Measure
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PixelMeasure

public PixelMeasure(int pixel)
Method Detail

add

public Measure add(Measure m)
Specified by:
add in class Measure

substractNotNegative

public Measure substractNotNegative(Measure m)
Specified by:
substractNotNegative in class Measure

getPixel

public int getPixel()
Specified by:
getPixel in class Measure

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.