com.leafdigital.ui.api
Interface Spacer

All Superinterfaces:
Widget

public interface Spacer
extends Widget

Interface for spacers, which don't display anything but just take up space.


Method Summary
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from interface com.leafdigital.ui.api.Widget
getID, getOwner, informClosed, isVisible, setOwner, setVisible
 

Method Detail

setWidth

void setWidth(int width)
Parameters:
width - Horizontal size of spacer (default 4)

setHeight

void setHeight(int height)
Parameters:
height - Vertical size of spacer (default 4)


Copyright © 2011 Samuel Marshall. All rights reserved.