|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.android.map.CalloutStyle
public class CalloutStyle
The Class CalloutStyle.
| Constructor Summary | |
|---|---|
CalloutStyle()
default constructor taking no input parameter. |
|
CalloutStyle(android.content.Context context,
android.util.AttributeSet attrs)
constructor taking an Context object and an AttributeSet object. |
|
| Method Summary | |
|---|---|
int |
getAnchor()
Returns the anchor position style of the callout window. |
int |
getBackgroundAlpha()
Returns the background color alpha of the callout window. |
int |
getBackgroundColor()
Returns the background color of the callout window. |
int |
getCornerCurve()
Returns the corner curve of the callout window. |
int |
getFrameColor()
Returns the frame color of the callout window. |
int |
getMaxHeight()
Returns the maximum height the callout window can stretch to. |
int |
getMaxWidth()
Returns the maximum width the callout window can stretch to. |
int |
getTitleTextColor()
Returns the color of title text of the callout window. |
int |
getTitleTextSize()
Returns the size of title text of the callout window. |
int |
getTitleTextStyle()
Returns the style of title text of the callout window. |
android.graphics.Typeface |
getTitleTextTypeFace()
Returns the type face of title text of the callout window. |
void |
setAnchor(int newAnchor)
Sets the position style of the anchor of callout window. |
void |
setBackgroundAlpha(int backgroundAlpha)
Sets the background alpha of the callout window. |
void |
setBackgroundColor(int backgroundColor)
Sets the background color of the callout window. |
void |
setCornerCurve(int cornerCurve)
Sets the corner curve of the callout window. |
void |
setFrameColor(int frameColor)
Sets the frame color of the callout window. |
void |
setMaxHeight(int maxHeight)
Sets the maximum height the callout window can stretch to. |
void |
setMaxWidth(int maxWidth)
Sets the maximum width the callout window can stretch to. |
void |
setTitleTextColor(int titleTextColor)
Sets the color of title text of the callout window. |
void |
setTitleTextSize(int titleTextSize)
Sets the size of title text of the callout window. |
void |
setTitleTextStyle(int titleTextStyle)
Sets the color of title text of the callout window. |
void |
setTitleTextTypeFace(android.graphics.Typeface titleTextTypeFace)
Returns the type face of title text of the callout window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalloutStyle()
public CalloutStyle(android.content.Context context,
android.util.AttributeSet attrs)
context - Context objectattrs - AttributeSet object| Method Detail |
|---|
public int getCornerCurve()
public void setCornerCurve(int cornerCurve)
cornerCurve - the cornerCurve to setpublic int getTitleTextColor()
public void setTitleTextColor(int titleTextColor)
titleTextColor - the titleText color to setpublic int getTitleTextSize()
public void setTitleTextSize(int titleTextSize)
titleTextSize - the size of title text to setpublic int getTitleTextStyle()
public void setTitleTextStyle(int titleTextStyle)
titleTextStyle - the color of title text to setpublic android.graphics.Typeface getTitleTextTypeFace()
public void setTitleTextTypeFace(android.graphics.Typeface titleTextTypeFace)
titleTextTypeFace - the type face of title text to setpublic int getBackgroundColor()
public void setBackgroundColor(int backgroundColor)
backgroundColor - the backgroundColor to setpublic int getBackgroundAlpha()
public void setBackgroundAlpha(int backgroundAlpha)
backgroundAlpha - the background color alpha to setpublic int getFrameColor()
public void setFrameColor(int frameColor)
frameColor - the frame color to setpublic int getAnchor()
public void setAnchor(int newAnchor)
newAnchor - the position style of anchor to setpublic int getMaxWidth()
public void setMaxWidth(int maxWidth)
maxWidth - the maxWidth to setpublic int getMaxHeight()
public void setMaxHeight(int maxHeight)
maxHeight - the maxHeight to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||