de.lessvoid.nifty.loaderv2.types.helper
Class PaddingAttributeParser
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaddingAttributeParser
public PaddingAttributeParser(String input)
throws Exception
- Throws:
Exception
getLeft
public String getLeft()
getTop
public String getTop()
getRight
public String getRight()
getBottom
public String getBottom()
Copyright © 2012. All Rights Reserved.