Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.editor
Class PaddingInfo

java.lang.Object
  extended by org.nuxeo.theme.editor.PaddingInfo

public class PaddingInfo
extends Object


Constructor Summary
PaddingInfo(String top, String bottom, String left, String right)
           
 
Method Summary
 String getBottom()
           
 String getLeft()
           
 String getRight()
           
 String getTop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaddingInfo

public PaddingInfo(String top,
                   String bottom,
                   String left,
                   String right)
Method Detail

getBottom

public String getBottom()

getLeft

public String getLeft()

getRight

public String getRight()

getTop

public String getTop()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.