public class DesktopWindow
extends com.kotcrab.vis.ui.widget.VisWindow
| Constructor and Description |
|---|
DesktopWindow(java.lang.String title)
Creates the window with a title and close button
|
| Modifier and Type | Method and Description |
|---|---|
void |
centerOnDesktop()
Center the window on the desktop
|
protected void |
close()
Called when window should close
|
com.kotcrab.vis.ui.widget.VisWindow |
fadeIn()
Override the fade in because it seems to be triggering when its not supposed to
|
com.kotcrab.vis.ui.widget.VisWindow |
fadeIn(float t)
Override the fade in because it seems to be triggering when its not supposed to
|
void |
fadeOut()
Override the fade out because it seems to be triggering when its not supposed to
|
void |
fadeOut(float t)
Override the fade out because it seems to be triggering when its not supposed to
|
addCloseButton, centerWindow, closeOnEscape, draw, isKeepWithinParent, setCenterOnAdd, setKeepWithinParent, setPosition, setStagedrawBackground, drawStageBackground, getPrefWidth, getStyle, getTitleLabel, getTitleTable, hit, isDragging, isModal, isMovable, isResizable, keepWithinStage, setKeepWithinStage, setModal, setMovable, setResizable, setResizeBorder, setStyleadd, add, add, add, add, add, add, align, background, background, bottom, center, clearChildren, columnDefaults, debug, debug, debugActor, debugAll, debugCell, debugTable, defaults, drawDebug, drawDebugBounds, getAlign, getBackground, getCell, getCells, getClip, getColumnMinWidth, getColumnPrefWidth, getColumns, getColumnWidth, getMinHeight, getMinWidth, getPadBottom, getPadBottomValue, getPadLeft, getPadLeftValue, getPadRight, getPadRightValue, getPadTop, getPadTopValue, getPadX, getPadY, getPrefHeight, getRow, getRowHeight, getRowMinHeight, getRowPrefHeight, getRows, getSkin, getTableDebug, invalidate, layout, left, pad, pad, pad, pad, padBottom, padBottom, padLeft, padLeft, padRight, padRight, padTop, padTop, removeActor, removeActor, reset, right, row, setBackground, setBackground, setClip, setDebug, setRound, setSkin, stack, topchildrenChanged, getMaxHeight, getMaxWidth, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validateact, addActor, addActorAfter, addActorAt, addActorBefore, applyTransform, applyTransform, clear, computeTransform, drawChildren, drawDebugChildren, findActor, getChildren, getCullingArea, hasChildren, isTransform, localToDescendantCoordinates, resetTransform, resetTransform, setCullingArea, setDebug, setTransform, swapActor, swapActor, toStringaddAction, addCaptureListener, addListener, ancestorsVisible, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, fire, firstAscendant, getActions, getCaptureListeners, getColor, getDebug, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getUserObject, getWidth, getX, getX, getY, getY, getZIndex, hasActions, hasParent, isAscendantOf, isDescendantOf, isTouchable, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, positionChanged, remove, removeAction, removeCaptureListener, removeListener, rotateBy, rotationChanged, scaleBy, scaleBy, screenToLocalCoordinates, setBounds, setColor, setColor, setHeight, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setTouchable, setUserObject, setVisible, setWidth, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFrontpublic DesktopWindow(java.lang.String title)
title - The title of the windowpublic void centerOnDesktop()
protected void close()
close in class com.kotcrab.vis.ui.widget.VisWindowpublic void fadeOut(float t)
fadeOut in class com.kotcrab.vis.ui.widget.VisWindowpublic void fadeOut()
fadeOut in class com.kotcrab.vis.ui.widget.VisWindowpublic com.kotcrab.vis.ui.widget.VisWindow fadeIn(float t)
fadeIn in class com.kotcrab.vis.ui.widget.VisWindowpublic com.kotcrab.vis.ui.widget.VisWindow fadeIn()
fadeIn in class com.kotcrab.vis.ui.widget.VisWindow