Class EnemyViewer
java.lang.Object
com.prineside.tdi2.scene2d.Actor
com.prineside.tdi2.scene2d.Group
com.prineside.tdi2.scene2d.ui.WidgetGroup
com.prineside.tdi2.scene2d.ui.Table
com.prineside.tdi2.ui.actors.Window
com.prineside.tdi2.ui.shared.stateDebugger.enemies.EnemyViewer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.prineside.tdi2.ui.actors.Window
Window.WindowListener, Window.WindowStyleNested classes/interfaces inherited from class com.prineside.tdi2.scene2d.ui.Table
Table.Debug, Table.DebugRect -
Field Summary
Fields inherited from class com.prineside.tdi2.ui.actors.Window
headerLayout, main, maxHeight, maxWidth, minHeight, minWidth, titleFields inherited from class com.prineside.tdi2.scene2d.ui.Table
backgroundBottom, backgroundLeft, backgroundRight, backgroundTop, debugActorColor, debugCellColor, debugTableColor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the window.voidshowAtPointAligned(float x, float y, int align) Methods inherited from class com.prineside.tdi2.ui.actors.Window
act, addListener, alignToPoint, bringToFront, clampWindowPosition, fitToContent, fitToContentSimple, flash, getBox, getBox, getContentBox, getContentHeight, getContents, getHeaderHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getScrollPane, getStyle, getTitle, getWindowAlign, getWindowListeners, isAnimated, isResizeable, moveIntoViewport, positionChanged, removeListener, setAnimated, setAppearAlign, setCloseHandler, setContents, setDraggable, setPosition, setPosition, setPositionByCorner, setResizeable, setSize, setTitle, show, showAtCursor, showAtPoint, toStringMethods inherited from class com.prineside.tdi2.scene2d.ui.Table
add, add, add, align, background, bottom, center, clearChildren, clip, clip, columnDefaults, debug, debug, debugActor, debugAll, debugCell, debugTable, defaults, draw, drawDebug, getAlign, getBackground, getCell, getCells, getClip, getColumnMinWidth, getColumnPrefWidth, getColumns, getColumnWidth, getPadBottom, getPadBottomValue, getPadLeft, getPadLeftValue, getPadRight, getPadRightValue, getPadTop, getPadTopValue, getPadX, getPadY, getPrefHeight, getPrefWidth, getRow, getRowHeight, getRowMinHeight, getRowPrefHeight, getRows, getTableDebug, hit, invalidate, layout, left, pad, pad, pad, pad, padBottom, padBottom, padLeft, padLeft, padRight, padRight, padTop, padTop, removeActor, removeActor, removeActorAt, reset, right, row, setBackground, setClip, setDebug, setRound, stack, topMethods inherited from class com.prineside.tdi2.scene2d.ui.WidgetGroup
getMaxHeightValue, getMaxWidthValue, getMinHeightValue, getMinWidthValue, getPrefHeightValue, getPrefWidthValue, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setPrefHeight, setPrefHeight, setPrefWidth, setPrefWidth, setWidth, validateMethods inherited from class com.prineside.tdi2.scene2d.Group
addActor, addActorAfter, addActorAt, addActorBefore, clear, clear, clearChildren, findActor, getChild, getChildren, getCullingArea, hasChildren, isTransform, localToDescendantCoordinates, setCullingArea, setDebug, setTransform, swapActor, swapActorMethods inherited from class com.prineside.tdi2.scene2d.Actor
addAction, addCaptureListener, addListener, ancestorsVisible, ascendantsVisible, 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, hasKeyboardFocus, hasParent, hasScrollFocus, isAscendantOf, isDescendantOf, isTouchable, isTouchFocusListener, isTouchFocusTarget, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, remove, removeAction, removeCaptureListener, removeListener, rotateBy, scaleBy, scaleBy, screenToLocalCoordinates, setBounds, setColor, setColor, setHeight, setName, setOrigin, setOrigin, setOriginX, setOriginY, setRotation, setScale, setScale, setScaleX, setScaleY, setTouchable, setUserObject, setVisible, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFront
-
Constructor Details
-
EnemyViewer
-
-
Method Details
-
showAtPointAligned
public void showAtPointAligned(float x, float y, int align) - Overrides:
showAtPointAlignedin classWindow
-
close
public void close()Description copied from class:WindowClose the window. The window will be hidden and won't be removed from the scene. If you want it to be removed, add a WindowListener (closed) and call window.remove() there. If closeHandler is set, it will be called first and may cancel the effect of close()
-