de.lessvoid.nifty.loaderv2.types.helper
Class PaddingAttributeParser

java.lang.Object
  extended by de.lessvoid.nifty.loaderv2.types.helper.PaddingAttributeParser

public class PaddingAttributeParser
extends Object

one value: [applied to all] two values: [top and bottom], [left and right] three values: [top], [left and right], [bottom] four values: [top], [right], [bottom], [left]

Author:
void

Constructor Summary
PaddingAttributeParser(String input)
           
 
Method Summary
 String getBottom()
           
 String getLeft()
           
 String getRight()
           
 String getTop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaddingAttributeParser

public PaddingAttributeParser(String input)
                       throws Exception
Throws:
Exception
Method Detail

getLeft

public String getLeft()

getTop

public String getTop()

getRight

public String getRight()

getBottom

public String getBottom()


Copyright © 2011. All Rights Reserved.