Uses of Interface
com.prineside.tdi2.scene2d.utils.Drawable
Packages that use Drawable
Package
Description
The game itself.
-
Uses of Drawable in com.prineside.tdi2
Methods in com.prineside.tdi2 that return DrawableModifier and TypeMethodDescriptionResearchCategory.getIcon()
Item.getIconDrawable()
Tower.Factory.getIconDrawable()
-
Uses of Drawable in com.prineside.tdi2.gameplayMods
Methods in com.prineside.tdi2.gameplayMods that return Drawable -
Uses of Drawable in com.prineside.tdi2.gameplayMods.mods
Methods in com.prineside.tdi2.gameplayMods.mods that return DrawableModifier and TypeMethodDescriptionAbstractGameValueMod.getIcon()
AddAllAbilityCharges.getIcon()
AddRandomCoreTile.getIcon()
AddRandomPlatform.getIcon()
AllAbilitiesForRandomTower.getIcon()
BaseExplodesOnEnemyPass.getIcon()
BoostExistingEnemiesWithLoot.getIcon()
BuildRandomMiner.getIcon()
CriticalDamage.getIcon()
DebuffsLastLonger.getIcon()
DepositCoinsGeneration.getIcon()
DoubleMiningSpeed.getIcon()
EnemiesDropResources.getIcon()
ExtraDamagePerBuff.getIcon()
FirstEnemiesInWaveExplode.getIcon()
IncreasedTowerToEnemyEfficiency.getIcon()
IncreaseSelectedBonusesPower.getIcon()
LastEnemiesInWaveDealNoDamage.getIcon()
LightningStrikeOnTowerLevelUp.getIcon()
LowHpEnemiesDealNoDamage.getIcon()
MinedItemsTurnIntoDust.getIcon()
MineLegendaryItems.getIcon()
MinersSpawnEnemies.getIcon()
MoreBonusVariantsNextTime.getIcon()
MultiplyLootedItems.getIcon()
MultiplyMdps.getIcon()
NukeOnBonusStage.getIcon()
ReceiveCoins.getIcon()
ReceiveGreenPapers.getIcon()
SellAllTowers.getIcon()
SpawnZombiesFromBase.getIcon()
SummonLootBoss.getIcon()
TowersAttackSpeed.getIcon()
TowersDamage.getIcon()
TriggerRandomAbility.getIcon()
-
Uses of Drawable in com.prineside.tdi2.items
Methods in com.prineside.tdi2.items that return DrawableModifier and TypeMethodDescriptionBitDustItem.getIconDrawable()
BlueprintItem.getIconDrawable()
CaseItem.getIconDrawable()
GreenPaperItem.getIconDrawable()
ResourceItem.getIconDrawable()
-
Uses of Drawable in com.prineside.tdi2.managers
Fields in com.prineside.tdi2.managers declared as DrawableModifier and TypeFieldDescriptionMessageManager.Message.customIcon
Drawable[]
UiManager.itemCellShapes
Methods in com.prineside.tdi2.managers that return DrawableModifier and TypeMethodDescriptionUiManager.getItemCellRarityCoat
(RarityType rarityType, int variant) AssetManager.getOverlayBackground()
-
Uses of Drawable in com.prineside.tdi2.managers.preferences.categories.progress
Methods in com.prineside.tdi2.managers.preferences.categories.progress that return Drawable -
Uses of Drawable in com.prineside.tdi2.scene2d.ui
Fields in com.prineside.tdi2.scene2d.ui declared as DrawableModifier and TypeFieldDescriptionList.ListStyle.background
ProgressBar.ProgressBarStyle.background
The progress bar background, stretched only in one direction.ScrollPane.ScrollPaneStyle.background
SelectBox.SelectBoxStyle.background
TextField.TextFieldStyle.background
TextTooltip.TextTooltipStyle.background
Touchpad.TouchpadStyle.background
Stretched in both directions.Tree.TreeStyle.background
SelectBox.SelectBoxStyle.backgroundDisabled
Slider.SliderStyle.backgroundDown
SelectBox.SelectBoxStyle.backgroundOpen
SelectBox.SelectBoxStyle.backgroundOver
Slider.SliderStyle.backgroundOver
CheckBox.CheckBoxStyle.checkboxOff
CheckBox.CheckBoxStyle.checkboxOffDisabled
CheckBox.CheckBoxStyle.checkboxOn
CheckBox.CheckBoxStyle.checkboxOnDisabled
CheckBox.CheckBoxStyle.checkboxOnOver
CheckBox.CheckBoxStyle.checkboxOver
Button.ButtonStyle.checked
Button.ButtonStyle.checkedDown
Button.ButtonStyle.checkedFocused
Button.ButtonStyle.checkedOver
ScrollPane.ScrollPaneStyle.corner
TextField.TextFieldStyle.cursor
Button.ButtonStyle.disabled
ProgressBar.ProgressBarStyle.disabledBackground
The progress bar background, stretched only in one direction.TextField.TextFieldStyle.disabledBackground
ProgressBar.ProgressBarStyle.disabledKnob
ProgressBar.ProgressBarStyle.disabledKnobAfter
ProgressBar.ProgressBarStyle.disabledKnobBefore
Button.ButtonStyle.down
List.ListStyle.down
Button.ButtonStyle.focused
TextField.TextFieldStyle.focusedBackground
SplitPane.SplitPaneStyle.handle
ScrollPane.ScrollPaneStyle.hScroll
ScrollPane.ScrollPaneStyle.hScrollKnob
ImageButton.ImageButtonStyle.imageChecked
ImageTextButton.ImageTextButtonStyle.imageChecked
ImageButton.ImageButtonStyle.imageCheckedDown
ImageTextButton.ImageTextButtonStyle.imageCheckedDown
ImageButton.ImageButtonStyle.imageCheckedOver
ImageTextButton.ImageTextButtonStyle.imageCheckedOver
ImageButton.ImageButtonStyle.imageDisabled
ImageTextButton.ImageTextButtonStyle.imageDisabled
ImageButton.ImageButtonStyle.imageDown
ImageTextButton.ImageTextButtonStyle.imageDown
ImageButton.ImageButtonStyle.imageOver
ImageTextButton.ImageTextButtonStyle.imageOver
ImageButton.ImageButtonStyle.imageUp
ImageTextButton.ImageTextButtonStyle.imageUp
ProgressBar.ProgressBarStyle.knob
Touchpad.TouchpadStyle.knob
ProgressBar.ProgressBarStyle.knobAfter
Slider.SliderStyle.knobAfterDown
Slider.SliderStyle.knobAfterOver
ProgressBar.ProgressBarStyle.knobBefore
Slider.SliderStyle.knobBeforeDown
Slider.SliderStyle.knobBeforeOver
Slider.SliderStyle.knobDown
Slider.SliderStyle.knobOver
Tree.TreeStyle.minus
Tree.TreeStyle.minusOver
Button.ButtonStyle.over
List.ListStyle.over
Tree.TreeStyle.over
Tree.TreeStyle.plus
Tree.TreeStyle.plusOver
List.ListStyle.selection
TextField.TextFieldStyle.selection
Tree.TreeStyle.selection
Button.ButtonStyle.up
ScrollPane.ScrollPaneStyle.vScroll
ScrollPane.ScrollPaneStyle.vScrollKnob
Methods in com.prineside.tdi2.scene2d.ui that return DrawableModifier and TypeMethodDescriptionContainer.getBackground()
Table.getBackground()
Image.getDrawable()
Tree.Node.getIcon()
Methods in com.prineside.tdi2.scene2d.ui with parameters of type DrawableModifier and TypeMethodDescriptionContainer.background
(Drawable background) Table.background
(Drawable background) void
Container.setBackground
(Drawable background) Sets the background drawable and adjusts the container's padding to match the background.void
Container.setBackground
(Drawable background, boolean adjustPadding) Sets the background drawable and, if adjustPadding is true, sets the container's padding togetBottomHeight()
,getTopHeight()
,getLeftWidth()
, andgetRightWidth()
.void
Table.setBackground
(Drawable background) void
Image.setDrawable
(Drawable drawable) Sets a new drawable for the image.void
Sets an icon that will be drawn to the left of the actor.Constructors in com.prineside.tdi2.scene2d.ui with parameters of type DrawableModifierConstructorDescriptionButtonStyle
(Drawable up, Drawable down, Drawable checked) CheckBoxStyle
(Drawable checkboxOff, Drawable checkboxOn, BitmapFont font, Color fontColor) Creates an image stretched, and aligned center.Creates an image aligned center.ImageButton
(Drawable imageUp) ImageButton
(Drawable imageUp, Drawable imageDown) ImageButton
(Drawable imageUp, Drawable imageDown, Drawable imageChecked) ImageButtonStyle
(Drawable up, Drawable down, Drawable checked, Drawable imageUp, Drawable imageDown, Drawable imageChecked) ImageTextButtonStyle
(Drawable up, Drawable down, Drawable checked, BitmapFont font) ListStyle
(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection) ProgressBarStyle
(Drawable background, Drawable knob) ScrollPaneStyle
(Drawable background, Drawable hScroll, Drawable hScrollKnob, Drawable vScroll, Drawable vScrollKnob) SelectBoxStyle
(BitmapFont font, Color fontColor, Drawable background, ScrollPane.ScrollPaneStyle scrollStyle, List.ListStyle listStyle) SliderStyle
(Drawable background, Drawable knob) SplitPaneStyle
(Drawable handle) TextButtonStyle
(Drawable up, Drawable down, Drawable checked, BitmapFont font) TextFieldStyle
(BitmapFont font, Color fontColor, Drawable cursor, Drawable selection, Drawable background) TextTooltipStyle
(Label.LabelStyle label, Drawable background) TouchpadStyle
(Drawable background, Drawable knob) -
Uses of Drawable in com.prineside.tdi2.scene2d.utils
Subinterfaces of Drawable in com.prineside.tdi2.scene2d.utilsModifier and TypeInterfaceDescriptioninterface
A drawable that supports scale and rotation.Classes in com.prineside.tdi2.scene2d.utils that implement DrawableModifier and TypeClassDescriptionclass
Drawable that stores the size information but doesn't draw anything.class
Drawable for aNinePatch
.class
Drawable for aSprite
.class
Drawable for aTextureRegion
.class
Draws aTextureRegion
repeatedly to fill the area, instead of stretching it.Methods in com.prineside.tdi2.scene2d.utils that return DrawableModifier and TypeMethodDescriptionCreates a new drawable that renders the same as this drawable tinted the specified color.Constructors in com.prineside.tdi2.scene2d.utils with parameters of type DrawableModifierConstructorDescriptionBaseDrawable
(Drawable drawable) Creates a new empty drawable with the same sizing information as the specified drawable. -
Uses of Drawable in com.prineside.tdi2.ui.actors
Classes in com.prineside.tdi2.ui.actors that implement DrawableFields in com.prineside.tdi2.ui.actors declared as DrawableModifier and TypeFieldDescriptionLabel.LabelStyle.background
Window.WindowStyle.background
Window.WindowStyle.closeButton
Window.WindowStyle.headerBackground
Methods in com.prineside.tdi2.ui.actors with parameters of type DrawableModifier and TypeMethodDescriptionComplexButton.setBackground
(Drawable drawable, float x, float y, float width, float height) Window.WindowStyle.setBackground
(Drawable background) TableButton.setBackgroundDrawable
(Drawable sharedBackground) TableButton.setBackgroundDrawables
(Drawable normal, Drawable active, Drawable hover, Drawable disabled) Window.WindowStyle.setHeaderBackground
(Drawable headerBackground) ComplexButton.setIconPositioned
(Drawable drawable, float x, float y, float width, float height) void
PaddedImageButton.setShadow
(Drawable drawable, float x, float y, float width, float height, Color color) Constructors in com.prineside.tdi2.ui.actors with parameters of type DrawableModifierConstructorDescriptionEffectTooltip
(Drawable iconDrawable, CharSequence title) ImageWithParentColor
(Drawable drawable) PaddedImageButton
(Drawable drawable, Runnable handler, Color normalIconColor, Color hoverIconColor, Color activeIconColor) -
Uses of Drawable in com.prineside.tdi2.ui.components
Methods in com.prineside.tdi2.ui.components that return types with arguments of type DrawableMethods in com.prineside.tdi2.ui.components with parameters of type DrawableModifier and TypeMethodDescriptionBossHpBar.addEffectIcon
(Drawable icon) boolean
BossHpBar.isEffectIconExists
(Drawable icon) Constructors in com.prineside.tdi2.ui.components with parameters of type DrawableModifierConstructorDescriptionToolButton
(Drawable icon, Runnable clickHandler, Runnable holdHandler) -
Uses of Drawable in com.prineside.tdi2.utils
Classes in com.prineside.tdi2.utils that implement DrawableModifier and TypeClassDescriptionclass
Similar to BaseDrawable but has a smaller memory footprint and does not have a namefinal class
final class
Deprecated, use Quadfinal class
Deprecated, use Quadfinal class