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 TypeMethodDescriptionvoidModifier.updateCustomButton(ComplexButton complexButton, boolean isPointing) voidTower.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 TypeMethodDescriptionvoidBalanceModifier.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 TypeMethodDescriptionvoidGaussTower.updateCustomButton(ComplexButton complexButton, boolean isPointing)  - 
Uses of ComplexButton in com.prineside.tdi2.ui.actors
Subclasses of ComplexButton in com.prineside.tdi2.ui.actorsModifier and TypeClassDescriptionclassLabel и 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)