Package com.prineside.tdi2.ui.actors
Class Window.WindowStyle
java.lang.Object
com.prineside.tdi2.ui.actors.Window.WindowStyle
- Enclosing class:
 - Window
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanfloatbooleanbooleanbooleanfloatfloatfloatfloatboolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionsetAlwaysOnTop(boolean alwaysOnTop) setBackground(Drawable background) setCatchAllTouches(boolean catchAllTouches) setDefaultPadding(float defaultPadding) setDraggable(boolean draggable) setHeaderBackground(Drawable headerBackground) setInheritWidgetMinSize(boolean v) setResizeable(boolean resizeable) setResizeHasMinSize(boolean resizeHasMinSize) setScrollPaneStyle(ScrollPane.ScrollPaneStyle scrollPaneStyle) setTitleLabelStyle(Label.LabelStyle titleLabelStyle)  
- 
Field Details
- 
catchAllTouches
public boolean catchAllTouches - 
background
 - 
headerBackground
 - 
scrollPaneStyle
 - 
titleLabelStyle
 - 
defaultPadding
public float defaultPadding - 
resizeHandleSize
public float resizeHandleSize - 
resizeHandleOverlap
public float resizeHandleOverlap - 
resizeHandleSizeHeader
public float resizeHandleSizeHeader - 
resizeHandleOverlapHeader
public float resizeHandleOverlapHeader - 
resizeable
public boolean resizeable - 
draggable
public boolean draggable - 
resizeHasMinSize
public boolean resizeHasMinSize - 
alwaysOnTop
public boolean alwaysOnTop - 
inheritWidgetMinSize
public boolean inheritWidgetMinSize - 
closeButton
 - 
closeButtonColor
 
 - 
 - 
Constructor Details
- 
WindowStyle
public WindowStyle() - 
WindowStyle
 
 - 
 - 
Method Details
- 
setCatchAllTouches
 - 
setDraggable
 - 
setAlwaysOnTop
 - 
setBackground
 - 
setHeaderBackground
 - 
setInheritWidgetMinSize
 - 
setTitleLabelStyle
 - 
setDefaultPadding
 - 
setScrollPaneStyle
 - 
setResizeable
 - 
setResizeHasMinSize
 
 -