protected static class DirectionDragButton.DirectionTextData extends Object
| Modifier and Type | Method and Description |
|---|---|
DirectionDragButton.GuiDragDirection |
getGuiDragDirection() |
android.text.TextPaint |
getPaint() |
org.solovyev.common.math.Point2d |
getPosition() |
String |
getText() |
Float |
getTextScale() |
boolean |
isShowText() |
void |
setPaint(android.text.TextPaint paint) |
void |
setPosition(org.solovyev.common.math.Point2d position) |
void |
setShowText(boolean showText) |
void |
setText(String text) |
void |
setTextScale(Float textScale) |
@Nonnull public DirectionDragButton.GuiDragDirection getGuiDragDirection()
@Nonnull public org.solovyev.common.math.Point2d getPosition()
public void setPosition(@Nonnull org.solovyev.common.math.Point2d position)
@Nonnull public android.text.TextPaint getPaint()
public void setPaint(@Nonnull android.text.TextPaint paint)
public boolean isShowText()
public void setShowText(boolean showText)
Copyright © 2014 se.solovyev. All Rights Reserved.