Uses of Class
com.prineside.tdi2.ui.actors.ComplexButton
Packages that use ComplexButton
Package
Description
The game itself.
-
Uses of ComplexButton in com.prineside.tdi2
Methods in com.prineside.tdi2 with parameters of type ComplexButtonModifier and TypeMethodDescriptionvoid
Modifier.updateCustomButton
(ComplexButton complexButton, boolean isPointing) void
Tower.updateCustomButton
(ComplexButton complexButton, boolean isPointing) -
Uses of ComplexButton in com.prineside.tdi2.modifiers
Methods in com.prineside.tdi2.modifiers with parameters of type ComplexButtonModifier and TypeMethodDescriptionvoid
BalanceModifier.updateCustomButton
(ComplexButton complexButton, boolean isPointing) -
Uses of ComplexButton in com.prineside.tdi2.towers
Methods in com.prineside.tdi2.towers with parameters of type ComplexButtonModifier and TypeMethodDescriptionvoid
GaussTower.updateCustomButton
(ComplexButton complexButton, boolean isPointing) -
Uses of ComplexButton in com.prineside.tdi2.ui.actors
Subclasses of ComplexButton in com.prineside.tdi2.ui.actorsModifier and TypeClassDescriptionclass
Label и QuadActor всегда занимают всю кнопку и по центруMethods in com.prineside.tdi2.ui.actors that return ComplexButtonModifier and TypeMethodDescriptionComplexButton.setBackground
(Drawable drawable, float x, float y, float width, float height) ComplexButton.setBackgroundColors
(Color normal, Color active, Color hover, Color disabled) Любой цвет может быть nullComplexButton.setEnabled
(boolean enabled) ComplexButton.setIconColors
(Color normal, Color hover, Color active, Color disabled) ComplexButton.setIconLabelColors
(Color normal, Color hover, Color active, Color disabled) Любой цвет может быть nullComplexButton.setIconPositioned
(Drawable drawable, float x, float y, float width, float height) ComplexButton.setLabel
(float x, float y, float width, float height, int align) ComplexButton.setLabelColors
(Color normal, Color hover, Color active, Color disabled) ComplexButton.setText
(CharSequence text) ComplexButton.setTextFromInt
(int text)